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-10-20T20:58:36.682Z||main|||||INFO|500||The following profiles are active: basic
2021-10-20T20:58:50.359Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-20T20:58:50.360Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-20T20:58:50.463Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-20T20:58:55.089Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-20T20:58:55.608Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-20T20:58:56.174Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-20T20:58:56.184Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-20T20:58:56.330Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-20T20:58:56.712Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-20T20:58:57.438Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-20T20:59:05.518Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-20T20:59:07.835Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-20T20:59:07.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-20T20:59:08.481Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-20T20:59:08.613Z||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-10-20T20:59:09.943Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-20T20:59:10.990Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-20T20:59:11.011Z||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$$7b5c92.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-10-20T20:59:11.012Z||main|||||WARN|500||The sdc end point is not alive
2021-10-20T20:59:14.302Z||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-10-20T20:59:17.469Z||main|||||WARN|500||---
2021-10-20T20:59:17.469Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-20T20:59:17.470Z||main|||||WARN|500||---
2021-10-20T20:59:17.950Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-20T20:59:23.393Z||main|||||INFO|500||Started Application in 50.16 seconds (JVM running for 55.329)
2021-10-20T20:59:23.457Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T20:59:23.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T20:59:23.473Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T20:59:23.501Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T20:59:23.551Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba2c5058-04ee-4b15-8e8c-ea6de9dfbd92 url= /sdc/v1/artifactTypes
2021-10-20T20:59:23.552Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T20:59:24.683Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-10-20T20:59:24.689Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c5119f9
2021-10-20T20:59:24.689Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T20:59:24.709Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T20:59:24.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T20:59:24.714Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-10-20T21:00:13.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:00:13.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:00:13.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:00:13.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:00:13.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc5a1e60-47fe-45f4-8a09-16232c6d187c url= /sdc/v1/artifactTypes
2021-10-20T21:00:13.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:00:14.450Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-10-20T21:00:14.452Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24c05ccf
2021-10-20T21:00:14.452Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:00:14.454Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:00:14.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:00:14.456Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-10-20T21:01:03.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:01:03.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:01:03.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:01:03.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:01:03.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d816a0dd-457f-47e1-a145-1f5aebf92b33 url= /sdc/v1/artifactTypes
2021-10-20T21:01:03.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:01:04.427Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 50 common frames omitted
2021-10-20T21:01:04.428Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14b9c383
2021-10-20T21:01:04.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:01:04.429Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:01:04.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:01:04.431Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	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.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 33 common frames omitted
2021-10-20T21:01:53.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:01:53.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:01:53.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:01:53.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:01:53.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f280e28d-b19b-4ac8-a027-bbd61c36f204 url= /sdc/v1/artifactTypes
2021-10-20T21:01:53.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:01:54.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:01:54.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6aeb45b8
2021-10-20T21:01:54.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:01:54.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:01:54.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:01:54.440Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:02:43.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:02:43.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:02:43.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:02:43.397Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:02:43.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc18df47-5762-47de-83d5-d2151a60c9ff url= /sdc/v1/artifactTypes
2021-10-20T21:02:43.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:02:44.423Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:02:44.425Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d0bf803
2021-10-20T21:02:44.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:02:44.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:02:44.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:02:44.427Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:03:33.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:03:33.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:03:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:03:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:03:33.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b153956-00d0-4311-a7aa-0c79a47946d5 url= /sdc/v1/artifactTypes
2021-10-20T21:03:33.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:03:34.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:03:34.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54dcb79b
2021-10-20T21:03:34.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:03:34.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:03:34.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:03:34.444Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:04:23.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:04:23.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:04:23.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:04:23.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:04:23.405Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c72a65bb-f008-45a0-9531-ee2968585f84 url= /sdc/v1/artifactTypes
2021-10-20T21:04:23.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:04:24.455Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:04:24.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1238e70a
2021-10-20T21:04:24.457Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:04:24.457Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:04:24.458Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:04:24.458Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:05:13.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:05:13.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:05:13.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:05:13.400Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:05:13.411Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba95eced-bda9-4360-9139-68e75e862a9c url= /sdc/v1/artifactTypes
2021-10-20T21:05:13.412Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:05:14.442Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:05:14.444Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5448f3be
2021-10-20T21:05:14.444Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:05:14.445Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:05:14.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:05:14.446Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:06:03.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:06:03.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:06:03.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:06:03.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:06:03.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54f6aa68-32e6-4f5f-acea-876b832cf8c3 url= /sdc/v1/artifactTypes
2021-10-20T21:06:03.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:06:04.420Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:06:04.422Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32871a0c
2021-10-20T21:06:04.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:06:04.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:06:04.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:06:04.423Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:06:53.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:06:53.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:06:53.392Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:06:53.398Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:06:53.407Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dae5ca5-9328-4345-a0b9-fcece9b7e9de url= /sdc/v1/artifactTypes
2021-10-20T21:06:53.407Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:06:54.440Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:06:54.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ed603b9
2021-10-20T21:06:54.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:06:54.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:06:54.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:06:54.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:07:43.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:07:43.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:07:43.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:07:43.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:07:43.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9bad52be-2450-4c34-8ff8-d5615397083c url= /sdc/v1/artifactTypes
2021-10-20T21:07:43.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:07:44.426Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:07:44.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@235f881c
2021-10-20T21:07:44.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:07:44.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:07:44.429Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:07:44.429Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:08:33.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:08:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:08:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:08:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:08:33.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ad5f21b0-1dcc-4937-a0c4-4b40efcd584e url= /sdc/v1/artifactTypes
2021-10-20T21:08:33.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:08:34.440Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:08:34.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26beca92
2021-10-20T21:08:34.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:08:34.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:08:34.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:08:34.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:09:23.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:09:23.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:09:23.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:09:23.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:09:23.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ccbf367-92e4-4df6-b5ae-a28d472f589d url= /sdc/v1/artifactTypes
2021-10-20T21:09:23.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:09:24.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:09:24.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e2530c3
2021-10-20T21:09:24.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:09:24.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:09:24.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:09:24.428Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:10:13.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:10:13.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:10:13.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:10:13.387Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:10:13.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05219b41-2c44-490c-9ac0-73808d273054 url= /sdc/v1/artifactTypes
2021-10-20T21:10:13.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:10:14.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:10:14.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c113159
2021-10-20T21:10:14.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:10:14.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:10:14.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:10:14.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:11:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:11:03.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:11:03.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:11:03.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:11:03.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0c0c1b9-9600-412f-9b9a-454885979ce1 url= /sdc/v1/artifactTypes
2021-10-20T21:11:03.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:11:04.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:11:04.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f69202f
2021-10-20T21:11:04.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:11:04.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:11:04.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:11:04.428Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:11:53.389Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:11:53.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:11:53.392Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:11:53.405Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:11:53.423Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1220c64-fd3d-4664-a557-96881754fab0 url= /sdc/v1/artifactTypes
2021-10-20T21:11:53.423Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:11:54.469Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 49 common frames omitted
2021-10-20T21:11:54.470Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f9da996
2021-10-20T21:11:54.470Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:11:54.471Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:11:54.471Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:11:54.472Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	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)
	... 32 common frames omitted
2021-10-20T21:12:43.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:12:43.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:12:43.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:12:43.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:12:43.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 152adad4-c6b0-430e-90a7-64e83ae7a573 url= /sdc/v1/artifactTypes
2021-10-20T21:12:43.404Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:12:44.459Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:12:44.461Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a4028f4
2021-10-20T21:12:44.461Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:12:44.462Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:12:44.463Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:12:44.463Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:13:33.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:13:33.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:13:33.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:13:33.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:13:33.418Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6a7e303-0560-4afd-865c-8606601fbb61 url= /sdc/v1/artifactTypes
2021-10-20T21:13:33.419Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:13:34.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:13:34.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@43807fc6
2021-10-20T21:13:34.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:13:34.443Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:13:34.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:13:34.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:14:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:14:23.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:14:23.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:14:23.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:14:23.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4cbfc4df-fd2e-46d1-90af-448af3589a69 url= /sdc/v1/artifactTypes
2021-10-20T21:14:23.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:14:24.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:14:24.432Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7893d042
2021-10-20T21:14:24.432Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:14:24.432Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:14:24.433Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:14:24.433Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:15:13.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:15:13.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:15:13.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:15:13.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:15:13.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fdcedc15-15ce-466c-94e3-066997b9726d url= /sdc/v1/artifactTypes
2021-10-20T21:15:13.404Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:15:14.443Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:15:14.444Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c89446e
2021-10-20T21:15:14.444Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:15:14.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:15:14.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:15:14.446Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:16:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:16:03.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:16:03.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:16:03.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:16:03.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3fc1920-75c5-4e9c-becf-443e7a1e0d50 url= /sdc/v1/artifactTypes
2021-10-20T21:16:03.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:16:04.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:16:04.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13eaba88
2021-10-20T21:16:04.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:16:04.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:16:04.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:16:04.427Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:16:53.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:16:53.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:16:53.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:16:53.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:16:53.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b1099ef-1589-41d6-8b2f-fa4eded73af3 url= /sdc/v1/artifactTypes
2021-10-20T21:16:53.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:16:54.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:16:54.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@725ec71d
2021-10-20T21:16:54.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:16:54.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:16:54.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:16:54.440Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:17:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:17:43.383Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:17:43.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:17:43.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:17:43.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73780b2a-bc56-4f43-891d-1067384b1cd7 url= /sdc/v1/artifactTypes
2021-10-20T21:17:43.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:17:44.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:17:44.425Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c395e6
2021-10-20T21:17:44.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:17:44.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:17:44.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:17:44.426Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:18:33.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:18:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:18:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:18:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:18:33.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3e26a26a-d349-4848-8449-63371a4b9e32 url= /sdc/v1/artifactTypes
2021-10-20T21:18:33.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:18:34.438Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:18:34.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cbfd820
2021-10-20T21:18:34.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:18:34.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:18:34.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:18:34.440Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:19:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:19:23.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:19:23.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:19:23.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:19:23.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 00c67bdb-743f-49ac-ba88-395888b43675 url= /sdc/v1/artifactTypes
2021-10-20T21:19:23.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:19:24.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:19:24.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dbe8a08
2021-10-20T21:19:24.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:19:24.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:19:24.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:19:24.427Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:20:13.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:20:13.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:20:13.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:20:13.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:20:13.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3f13533-2354-45da-8b63-f7c135ac04d7 url= /sdc/v1/artifactTypes
2021-10-20T21:20:13.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:20:14.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:20:14.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b248d34
2021-10-20T21:20:14.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:20:14.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:20:14.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:20:14.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:21:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:21:03.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:21:03.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:21:03.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:21:03.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90e2434b-2063-4b59-aff7-398b66a3965d url= /sdc/v1/artifactTypes
2021-10-20T21:21:03.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:21:04.421Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:21:04.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@656a8498
2021-10-20T21:21:04.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:21:04.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:21:04.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:21:04.423Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:21:53.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:21:53.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:21:53.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:21:53.395Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:21:53.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 43df9496-f980-43d6-ae97-b37faa2df8f0 url= /sdc/v1/artifactTypes
2021-10-20T21:21:53.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:21:54.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:21:54.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f60b559
2021-10-20T21:21:54.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:21:54.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:21:54.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:21:54.442Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:22:43.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:22:43.392Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:22:43.393Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:22:43.416Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:22:43.425Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75655f1a-0bff-4aa3-9f35-e9dd43476a3c url= /sdc/v1/artifactTypes
2021-10-20T21:22:43.425Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:22:44.460Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:22:44.461Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22743ab1
2021-10-20T21:22:44.462Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:22:44.462Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:22:44.462Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:22:44.463Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:23:33.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:23:33.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:23:33.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:23:33.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:23:33.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0d67c75-b231-48fd-adf6-4154e82b22a5 url= /sdc/v1/artifactTypes
2021-10-20T21:23:33.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:23:34.442Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:23:34.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d5506d9
2021-10-20T21:23:34.443Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:23:34.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:23:34.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:23:34.444Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:24:23.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:24:23.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:24:23.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:24:23.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:24:23.418Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 440bd3f4-0e15-4905-857c-f54641c79f51 url= /sdc/v1/artifactTypes
2021-10-20T21:24:23.418Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:24:24.456Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:24:24.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@460a6038
2021-10-20T21:24:24.457Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:24:24.457Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:24:24.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:24:24.458Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:25:13.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:25:13.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:25:13.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:25:13.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:25:13.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf247be4-3ead-485a-8a91-c9871922f890 url= /sdc/v1/artifactTypes
2021-10-20T21:25:13.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:25:14.448Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:25:14.450Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c398451
2021-10-20T21:25:14.456Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:25:14.457Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:25:14.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:25:14.458Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:26:03.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:26:03.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:26:03.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:26:03.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:26:03.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 295b79ac-dbab-45eb-be82-f4d258a5f417 url= /sdc/v1/artifactTypes
2021-10-20T21:26:03.406Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:26:04.456Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:26:04.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7290686e
2021-10-20T21:26:04.457Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:26:04.457Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:26:04.458Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:26:04.458Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:26:31.807Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-20T21:26:53.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:26:53.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:26:53.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:26:53.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:26:53.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2cd4d0f8-2a47-472c-b93b-b6e06515cedc url= /sdc/v1/artifactTypes
2021-10-20T21:26:53.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:26:54.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:26:54.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@526cc427
2021-10-20T21:26:54.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:26:54.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:26:54.443Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:26:54.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:27:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:27:43.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:27:43.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:27:43.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:27:43.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1a4766c-9ea3-4e54-983a-c8aa46ebfa3c url= /sdc/v1/artifactTypes
2021-10-20T21:27:43.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:27:44.418Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:27:44.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c1729fc
2021-10-20T21:27:44.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:27:44.420Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:27:44.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:27:44.421Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:28:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:28:33.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:28:33.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:28:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:28:33.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b103ab6c-eb6a-4724-8380-c3da11c07404 url= /sdc/v1/artifactTypes
2021-10-20T21:28:33.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:28:34.434Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:28:34.434Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b45d955
2021-10-20T21:28:34.435Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:28:34.435Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:28:34.436Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:28:34.437Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:29:23.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:29:23.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:29:23.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:29:23.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:29:23.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2203596-9a1a-422b-84a9-5a993ae6741d url= /sdc/v1/artifactTypes
2021-10-20T21:29:23.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:29:24.418Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:29:24.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38e97b25
2021-10-20T21:29:24.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:29:24.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:29:24.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:29:24.420Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:30:13.397Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:30:13.400Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:30:13.402Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:30:13.414Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:30:13.421Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3927cef0-fa07-4a80-8369-a49c7516aa4e url= /sdc/v1/artifactTypes
2021-10-20T21:30:13.422Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:30:14.480Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:30:14.485Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2af0645f
2021-10-20T21:30:14.486Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:30:14.487Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:30:14.487Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:30:14.488Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:31:03.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:31:03.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:31:03.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:31:03.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:31:03.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cf840fa-de88-4df8-b52f-69415a310674 url= /sdc/v1/artifactTypes
2021-10-20T21:31:03.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:31:04.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:31:04.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27aa511f
2021-10-20T21:31:04.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:31:04.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:31:04.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:31:04.429Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:31:53.388Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:31:53.393Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:31:53.393Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:31:53.401Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:31:53.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75308d95-c74b-4898-8b35-3b3ad20e1b22 url= /sdc/v1/artifactTypes
2021-10-20T21:31:53.409Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:31:54.435Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:31:54.436Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d75bcc5
2021-10-20T21:31:54.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:31:54.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:31:54.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:31:54.437Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:32:43.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:32:43.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:32:43.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:32:43.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:32:43.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ee87690-4a54-4f02-9cab-0224e7f354a3 url= /sdc/v1/artifactTypes
2021-10-20T21:32:43.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:32:44.418Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:32:44.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68f3118e
2021-10-20T21:32:44.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:32:44.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:32:44.420Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:32:44.420Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:33:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:33:33.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:33:33.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:33:33.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:33:33.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2bafd763-49b4-475f-88f9-ad8d4aba625d url= /sdc/v1/artifactTypes
2021-10-20T21:33:33.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:33:34.436Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:33:34.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37239a9a
2021-10-20T21:33:34.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:33:34.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:33:34.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:33:34.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:34:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:34:23.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:34:23.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:34:23.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:34:23.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 119849b7-bc0e-416e-ab0a-ec0ce0e1aaa0 url= /sdc/v1/artifactTypes
2021-10-20T21:34:23.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:34:24.420Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:34:24.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1059d0e2
2021-10-20T21:34:24.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:34:24.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:34:24.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:34:24.424Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:35:13.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:35:13.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:35:13.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:35:13.400Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:35:13.406Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba340b10-ae15-4858-83de-cee41f366bce url= /sdc/v1/artifactTypes
2021-10-20T21:35:13.406Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:35:14.452Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:35:14.454Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ca4a77d
2021-10-20T21:35:14.454Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:35:14.454Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:35:14.454Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:35:14.455Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:36:03.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:36:03.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:36:03.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:36:03.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:36:03.404Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f906e956-c5bb-4007-8b7f-18a72e232271 url= /sdc/v1/artifactTypes
2021-10-20T21:36:03.408Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:36:04.458Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:36:04.459Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6b0e091
2021-10-20T21:36:04.459Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:36:04.460Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:36:04.460Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:36:04.461Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:36:53.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:36:53.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:36:53.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:36:53.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:36:53.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db107c15-dfa6-4857-add0-e1d2d382ba40 url= /sdc/v1/artifactTypes
2021-10-20T21:36:53.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:36:54.443Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:36:54.445Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1240d3f7
2021-10-20T21:36:54.446Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:36:54.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:36:54.447Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:36:54.447Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:37:43.388Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:37:43.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:37:43.392Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:37:43.398Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:37:43.408Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4758622-0ca6-47e0-bbcb-446330a43526 url= /sdc/v1/artifactTypes
2021-10-20T21:37:43.408Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:37:44.461Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:37:44.462Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@fd9e004
2021-10-20T21:37:44.463Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:37:44.463Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:37:44.464Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:37:44.465Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:38:33.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:38:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:38:33.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:38:33.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:38:33.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b569da5d-52d2-4826-94cc-1cf00c803d4f url= /sdc/v1/artifactTypes
2021-10-20T21:38:33.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:38:34.439Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:38:34.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f23e42c
2021-10-20T21:38:34.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:38:34.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:38:34.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:38:34.441Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:39:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:39:23.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:39:23.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:39:23.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:39:23.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5cb665a-8802-4bc5-ab8c-f0c3603c03f7 url= /sdc/v1/artifactTypes
2021-10-20T21:39:23.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:39:24.421Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:39:24.422Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22ed4ce8
2021-10-20T21:39:24.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:39:24.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:39:24.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:39:24.424Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:40:13.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:40:13.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:40:13.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:40:13.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:40:13.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01d55bcb-3470-4e87-ad4f-97c2892d07be url= /sdc/v1/artifactTypes
2021-10-20T21:40:13.400Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:40:14.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:40:14.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d39ed80
2021-10-20T21:40:14.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:40:14.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:40:14.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:40:14.438Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:41:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:41:03.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:41:03.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:41:03.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:41:03.419Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c5bd600-c986-46da-bc77-6ff617f07c90 url= /sdc/v1/artifactTypes
2021-10-20T21:41:03.419Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:41:04.456Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:41:04.457Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f3127c7
2021-10-20T21:41:04.458Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:41:04.458Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:41:04.458Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:41:04.459Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:41:53.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:41:53.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:41:53.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:41:53.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:41:53.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3941a24-84d1-46eb-9c66-53a740e6e4b4 url= /sdc/v1/artifactTypes
2021-10-20T21:41:53.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:41:54.442Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:41:54.443Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@576c016f
2021-10-20T21:41:54.444Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:41:54.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:41:54.445Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:41:54.446Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:42:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:42:43.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:42:43.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:42:43.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:42:43.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41739e87-682b-4c57-adef-9f4778054e2b url= /sdc/v1/artifactTypes
2021-10-20T21:42:43.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:42:44.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:42:44.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31ae7b02
2021-10-20T21:42:44.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:42:44.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:42:44.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:42:44.428Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:43:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:43:33.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:43:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:43:33.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:43:33.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f2b5223-7917-4044-a29c-d4be72709815 url= /sdc/v1/artifactTypes
2021-10-20T21:43:33.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:43:34.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:43:34.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@196e98e7
2021-10-20T21:43:34.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:43:34.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:43:34.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:43:34.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:44:23.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:44:23.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:44:23.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:44:23.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:44:23.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed32f8b0-82fd-4c70-a93c-1ab5474e26eb url= /sdc/v1/artifactTypes
2021-10-20T21:44:23.409Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:44:24.459Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:44:24.459Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30fe4cc4
2021-10-20T21:44:24.459Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:44:24.460Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:44:24.460Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:44:24.461Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:45:13.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:45:13.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:45:13.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:45:13.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:45:13.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8498816-ca5a-45dd-8e73-8e5cf6a4977c url= /sdc/v1/artifactTypes
2021-10-20T21:45:13.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:45:14.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:45:14.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a36e60f
2021-10-20T21:45:14.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:45:14.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:45:14.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:45:14.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:46:03.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:46:03.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:46:03.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:46:03.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:46:03.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9669ae07-bb07-4965-a8b9-ccb3effc29b6 url= /sdc/v1/artifactTypes
2021-10-20T21:46:03.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:46:04.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:46:04.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@435c5282
2021-10-20T21:46:04.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:46:04.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:46:04.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:46:04.428Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:46:53.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:46:53.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:46:53.391Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:46:53.396Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:46:53.403Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f7a2203-72c1-4bac-a7a7-a912b98d3ba8 url= /sdc/v1/artifactTypes
2021-10-20T21:46:53.403Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:46:54.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:46:54.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5410142d
2021-10-20T21:46:54.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:46:54.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:46:54.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:46:54.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:47:43.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:47:43.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:47:43.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:47:43.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:47:43.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a4b466e5-a1f8-4073-a22e-d1944e84543b url= /sdc/v1/artifactTypes
2021-10-20T21:47:43.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:47:44.426Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:47:44.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3db1bfde
2021-10-20T21:47:44.428Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:47:44.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:47:44.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:47:44.429Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:48:33.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:48:33.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:48:33.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:48:33.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:48:33.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 626e1944-d848-4191-b1ba-63e6a1a0a2d1 url= /sdc/v1/artifactTypes
2021-10-20T21:48:33.396Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:48:34.438Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:48:34.439Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@223c785b
2021-10-20T21:48:34.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:48:34.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:48:34.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:48:34.441Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:49:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:49:23.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:49:23.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:49:23.397Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:49:23.410Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91146642-123f-4f8e-87c9-97e86adb9f30 url= /sdc/v1/artifactTypes
2021-10-20T21:49:23.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:49:24.454Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:49:24.455Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4549799
2021-10-20T21:49:24.456Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:49:24.456Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:49:24.457Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:49:24.458Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:50:13.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:50:13.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:50:13.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:50:13.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:50:13.418Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 583ac860-68ad-43df-8fb4-cb0b555c19d8 url= /sdc/v1/artifactTypes
2021-10-20T21:50:13.419Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:50:14.471Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:50:14.472Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78303494
2021-10-20T21:50:14.472Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:50:14.472Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:50:14.473Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:50:14.473Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:51:03.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:51:03.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:51:03.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:51:03.394Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:51:03.402Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2c13d43-9eaa-4751-a801-d738a93064b9 url= /sdc/v1/artifactTypes
2021-10-20T21:51:03.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:51:04.422Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:51:04.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3562eeb6
2021-10-20T21:51:04.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:51:04.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:51:04.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:51:04.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:51:53.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:51:53.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:51:53.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:51:53.392Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:51:53.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dd6d5f3-010f-4320-8140-410d8148a0e0 url= /sdc/v1/artifactTypes
2021-10-20T21:51:53.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:51:54.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:51:54.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e9ee6f6
2021-10-20T21:51:54.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:51:54.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:51:54.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:51:54.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:52:43.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:52:43.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:52:43.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:52:43.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:52:43.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1aded610-ece3-46d3-b039-927c948d5503 url= /sdc/v1/artifactTypes
2021-10-20T21:52:43.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:52:44.453Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:52:44.454Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c32a28
2021-10-20T21:52:44.454Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:52:44.455Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:52:44.455Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:52:44.456Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:53:33.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:53:33.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:53:33.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:53:33.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:53:33.405Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5b20c7df-dbb4-4d40-b192-9cb5337b4b00 url= /sdc/v1/artifactTypes
2021-10-20T21:53:33.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:53:34.436Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:53:34.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24cf1f74
2021-10-20T21:53:34.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:53:34.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:53:34.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:53:34.438Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:54:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:54:23.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:54:23.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:54:23.398Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:54:23.405Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 32642ace-942e-4dd3-9c28-56cde083bf35 url= /sdc/v1/artifactTypes
2021-10-20T21:54:23.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:54:24.432Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:54:24.433Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53559553
2021-10-20T21:54:24.445Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:54:24.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:54:24.446Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:54:24.447Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:55:13.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:55:13.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:55:13.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:55:13.395Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:55:13.409Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9bce23cd-50cd-46a0-86f9-e1d46ec49bed url= /sdc/v1/artifactTypes
2021-10-20T21:55:13.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:55:14.436Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:55:14.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d5b965e
2021-10-20T21:55:14.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:55:14.437Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:55:14.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:55:14.438Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:56:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:56:03.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:56:03.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:56:03.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:56:03.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1bc0008-4f1e-4698-be26-5e490ceb93be url= /sdc/v1/artifactTypes
2021-10-20T21:56:03.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:56:04.422Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:56:04.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24cc2419
2021-10-20T21:56:04.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:56:04.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:56:04.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:56:04.426Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:56:53.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:56:53.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:56:53.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:56:53.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:56:53.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3529957b-52f6-41e0-b3bc-70794ef5fafb url= /sdc/v1/artifactTypes
2021-10-20T21:56:53.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:56:54.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:56:54.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@663192f2
2021-10-20T21:56:54.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:56:54.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:56:54.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:56:54.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:57:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:57:43.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:57:43.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:57:43.387Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:57:43.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5679c384-ed12-4e8a-92be-93246aae632e url= /sdc/v1/artifactTypes
2021-10-20T21:57:43.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:57:44.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:57:44.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3211be6
2021-10-20T21:57:44.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:57:44.424Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:57:44.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:57:44.425Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:58:33.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:58:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:58:33.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:58:33.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:58:33.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7f44f3c-72b1-4cee-8fe1-9285b0c35601 url= /sdc/v1/artifactTypes
2021-10-20T21:58:33.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:58:34.440Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:58:34.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35d221c1
2021-10-20T21:58:34.441Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:58:34.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:58:34.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:58:34.442Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T21:59:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T21:59:23.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T21:59:23.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T21:59:23.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T21:59:23.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2f3eb2b2-15d4-44ab-b7d4-5be3e548c933 url= /sdc/v1/artifactTypes
2021-10-20T21:59:23.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T21:59:24.423Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T21:59:24.425Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f70ddb3
2021-10-20T21:59:24.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T21:59:24.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T21:59:24.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T21:59:24.427Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:00:13.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:00:13.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:00:13.387Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:00:13.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:00:13.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 271676e8-20a7-48e9-b566-9ecb1a4f8ffe url= /sdc/v1/artifactTypes
2021-10-20T22:00:13.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:00:14.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:00:14.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cd1b16c
2021-10-20T22:00:14.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:00:14.444Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:00:14.444Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:00:14.445Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:01:03.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:01:03.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:01:03.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:01:03.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:01:03.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 571c3182-63c8-4015-b41d-0def8871fc10 url= /sdc/v1/artifactTypes
2021-10-20T22:01:03.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:01:04.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:01:04.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31c1c69a
2021-10-20T22:01:04.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:01:04.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:01:04.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:01:04.425Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:01:53.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:01:53.388Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:01:53.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:01:53.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:01:53.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f380e79-2564-4b49-a790-cb8f16f9f287 url= /sdc/v1/artifactTypes
2021-10-20T22:01:53.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:01:54.441Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:01:54.442Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68aec037
2021-10-20T22:01:54.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:01:54.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:01:54.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:01:54.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:02:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:02:43.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:02:43.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:02:43.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:02:43.395Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49b672f4-1004-4472-b12c-30e950d2164c url= /sdc/v1/artifactTypes
2021-10-20T22:02:43.395Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:02:44.426Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:02:44.427Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3af7e8d7
2021-10-20T22:02:44.427Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:02:44.428Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:02:44.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:02:44.429Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:03:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:03:33.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:03:33.384Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:03:33.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:03:33.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 765290b9-4324-4e6f-b5c1-8ba18f7107b1 url= /sdc/v1/artifactTypes
2021-10-20T22:03:33.393Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:03:34.406Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:03:34.406Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@583d9f31
2021-10-20T22:03:34.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:03:34.407Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:03:34.407Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:03:34.407Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:04:23.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:04:23.387Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:04:23.388Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:04:23.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:04:23.400Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f880b34-eb7d-4bc9-b794-b9b36fdb0e4c url= /sdc/v1/artifactTypes
2021-10-20T22:04:23.401Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:04:24.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:04:24.425Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ef95736
2021-10-20T22:04:24.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:04:24.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:04:24.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:04:24.426Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:05:13.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:05:13.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:05:13.389Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:05:13.393Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:05:13.401Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a9dfbbe-70e5-4b8e-8e35-dbca1f35702b url= /sdc/v1/artifactTypes
2021-10-20T22:05:13.402Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:05:14.440Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:05:14.441Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d1ee80b
2021-10-20T22:05:14.442Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:05:14.442Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:05:14.442Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:05:14.443Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:06:03.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:06:03.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:06:03.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:06:03.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:06:03.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7b4faff-8744-42b3-99e1-174a67c26c2a url= /sdc/v1/artifactTypes
2021-10-20T22:06:03.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:06:04.425Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:06:04.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48895100
2021-10-20T22:06:04.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:06:04.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:06:04.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:06:04.427Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:06:53.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:06:53.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:06:53.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:06:53.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:06:53.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0ee7b0bd-1ba1-4b25-84d7-a3f56f53612c url= /sdc/v1/artifactTypes
2021-10-20T22:06:53.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:06:54.440Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:06:54.440Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@74a9dda9
2021-10-20T22:06:54.440Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:06:54.441Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:06:54.441Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:06:54.442Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:07:43.384Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:07:43.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:07:43.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:07:43.391Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:07:43.397Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b481983-9804-4efc-a2ec-062526341658 url= /sdc/v1/artifactTypes
2021-10-20T22:07:43.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:07:44.423Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:07:44.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@249ac778
2021-10-20T22:07:44.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:07:44.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:07:44.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:07:44.426Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:08:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:08:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:08:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:08:33.390Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:08:33.398Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fec36bf-8bfa-4ed3-b9e6-5bf986221c01 url= /sdc/v1/artifactTypes
2021-10-20T22:08:33.398Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:08:34.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:08:34.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c976da1
2021-10-20T22:08:34.438Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:08:34.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:08:34.439Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:08:34.439Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:09:23.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:09:23.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:09:23.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:09:23.387Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:09:23.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= da0b2279-94bd-42e3-80e3-7ce966b90955 url= /sdc/v1/artifactTypes
2021-10-20T22:09:23.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:09:24.424Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:09:24.426Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@af4dc02
2021-10-20T22:09:24.426Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:09:24.427Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:09:24.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:09:24.428Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:10:13.387Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:10:13.390Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:10:13.390Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:10:13.397Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:10:13.405Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee14e767-aa21-49f9-9682-0cc081745b4e url= /sdc/v1/artifactTypes
2021-10-20T22:10:13.405Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:10:14.437Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:10:14.438Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@777598e5
2021-10-20T22:10:14.439Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:10:14.440Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:10:14.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:10:14.441Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:11:03.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:11:03.384Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:11:03.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:11:03.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:11:03.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de207ac4-68a4-462b-93ea-40fa5bf444f6 url= /sdc/v1/artifactTypes
2021-10-20T22:11:03.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:11:04.429Z||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.24.188] 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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 48 common frames omitted
2021-10-20T22:11:04.430Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@367a87d6
2021-10-20T22:11:04.430Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-10-20T22:11:04.439Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-10-20T22:11:04.440Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:11:04.441Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:11:53.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:11:53.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:11:53.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:11:53.388Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:11:53.393Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72b91eb7-8c70-4489-a42c-9974546ab1a1 url= /sdc/v1/artifactTypes
2021-10-20T22:11:53.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:11:53.633Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-20T22:11:53.644Z||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-10-20T22:11:53.682Z||scheduling-1|||||DEBUG|500||create keys
2021-10-20T22:11:53.695Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-20T22:11:54.729Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.9.201] failed: Connection refused (Connection refused); blacklisting for 2 minutes
2021-10-20T22:11:54.734Z||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.9.201] failed: Connection refused (Connection refused)]
2021-10-20T22:11:54.734Z||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.9.201] failed: Connection refused (Connection refused)
2021-10-20T22:11:54.734Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.9.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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.9.201] failed: Connection refused (Connection refused)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-10-20T22:12:43.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:12:43.385Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:12:43.385Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:12:43.387Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:12:43.394Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23a3e27f-68c0-4f02-a59c-00f0d0fd3b35 url= /sdc/v1/artifactTypes
2021-10-20T22:12:43.394Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:12:43.468Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-20T22:12:43.470Z||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-10-20T22:12:43.471Z||scheduling-1|||||DEBUG|500||create keys
2021-10-20T22:12:43.471Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2021-10-20T22:12:43.471Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-20T22:12:43.504Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:12:43.535Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1d02d1db-52c2-4185-ac3c-11ce8806cba8 url= /sdc/v1/registerForDistribution
2021-10-20T22:12:43.600Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7157460b
2021-10-20T22:12:43.601Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem]
2021-10-20T22:12:43.601Z||scheduling-1|||||DEBUG|500||error from ASDC is: {
  "requestError": {
    "policyException": {
      "messageId": "POL5000",
      "text": "Error: Internal Server Error. Please try again later.",
      "variables": []
    }
  }
}
2021-10-20T22:12:43.609Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/AooKteBnJMqFBhY7 will send credentials over a clear channel.
2021-10-20T22:12:43.609Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/AooKteBnJMqFBhY7 (as AooKteBnJMqFBhY7) ...
2021-10-20T22:12:43.652Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:12:43.653Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-10-20T22:12:43.653Z||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 org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$f5b82a7b.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(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)
	... 31 common frames omitted
2021-10-20T22:13:33.383Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-20T22:13:33.386Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-20T22:13:33.386Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-20T22:13:33.389Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-20T22:13:33.396Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f40fd6c8-be52-4070-a741-03773457c24b url= /sdc/v1/artifactTypes
2021-10-20T22:13:33.397Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-20T22:13:33.465Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-20T22:13:33.467Z||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-10-20T22:13:33.467Z||scheduling-1|||||DEBUG|500||create keys
2021-10-20T22:13:33.468Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel.
2021-10-20T22:13:33.468Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as AooKteBnJMqFBhY7) ...
2021-10-20T22:13:33.507Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:13:33.509Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 782157ea-c199-49b2-b537-804cda59d048 url= /sdc/v1/registerForDistribution
2021-10-20T22:13:33.794Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 782157ea-c199-49b2-b537-804cda59d048 url= /sdc/v1/registerForDistribution
2021-10-20T22:13:33.795Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-20T22:13:33.805Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:13:33.815Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:13:33.815Z||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-10-20T22:13:33.815Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:13:33.815Z||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-10-20T22:13:33.816Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:13:33.823Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-20T22:13:44.297Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:13:44.312Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:14:33.807Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:14:33.808Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:14:33.809Z||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-10-20T22:14:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:14:33.809Z||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-10-20T22:14:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:14:43.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:14:43.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:15:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:15:33.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:15:33.809Z||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-10-20T22:15:33.809Z||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-10-20T22:15:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:15:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:15:43.373Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:15:43.371Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:16:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:16:33.807Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:16:33.808Z||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-10-20T22:16:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:16:33.809Z||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-10-20T22:16:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:16:43.379Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:16:43.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:17:33.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:17:33.809Z||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-10-20T22:17:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:17:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:17:33.811Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:17:33.811Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:17:43.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:17:43.378Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:18:33.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:18:33.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:18:33.808Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:18:33.808Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:18:33.809Z||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-10-20T22:18:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:18:43.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:18:43.369Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:19:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:19:33.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:19:33.808Z||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-10-20T22:19:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:19:33.812Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:19:33.813Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:19:43.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:19:43.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:20:33.808Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:20:33.807Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:20:33.809Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:20:33.809Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:20:33.809Z||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-10-20T22:20:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:20:43.379Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:20:43.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:21:33.808Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:21:33.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:21:33.813Z||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-10-20T22:21:33.814Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:21:33.813Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:21:33.814Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:21:43.377Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:21:43.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:22:33.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:22:33.806Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:22:33.808Z||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-10-20T22:22:33.808Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:22:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:22:33.808Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:22:43.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:22:43.369Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:23:33.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:23:33.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:23:33.808Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:23:33.809Z||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-10-20T22:23:33.809Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:23:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:23:43.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:23:43.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:24:33.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:24:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:24:33.807Z||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-10-20T22:24:33.807Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:24:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:24:33.807Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:24:43.365Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:24:43.371Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:25:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:25:33.808Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:25:33.810Z||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-10-20T22:25:33.810Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:25:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:25:33.810Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:25:43.382Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:25:43.382Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:26:33.806Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:26:33.807Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:26:33.809Z||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-10-20T22:26:33.809Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:26:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:26:33.810Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:26:43.371Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:26:43.372Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:33.805Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:27:33.807Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:27:33.808Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:27:33.808Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:27:33.808Z||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-10-20T22:27:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:27:34.446Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:34.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768829062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:34.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d488699-03ed-4cef-ba20-9d300e8a9761","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"20b2af84-6b3e-433e-830b-69638c0477c0","serviceDescription":"service","serviceInvariantUUID":"77321ed2-935e-40e7-9405-a21b2d3f418b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d7dcaa04-68bb-4288-835c-295fa70f9177","resourceInvariantUUID":"8ddcf52e-97c5-496c-8680-5ffd11ccd490","resourceCustomizationUUID":"f96b5cc5-54a3-4286-87ac-2a1bdcae2178","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":"YzIwNThjOTc4ZGMxNjkzNDdjNGVmNjg5ZmNkODQwNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6b106dd-fc1e-42ee-bc6c-519bed2de813","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjMzZWM5NjU3MmQ0MjViMDhiY2M3MTYwYWU1NDQ3MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2f6b664-e8bc-435e-972d-c0ec8ae70e48","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:27:34.465Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:27:34.472Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:27:34.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "aai-ml",
  "timestamp": 1634768829662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "cds",
  "timestamp": 1634768832383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "dcae-sch",
  "timestamp": 1634768829499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768829062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:34.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "cds",
  "timestamp": 1634768832383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:34.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "aai-ml",
  "timestamp": 1634768829662,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:34.485Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:27:34.485Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768853805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "dcae-sch",
  "timestamp": 1634768829499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768834453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "aai-ml",
  "timestamp": 1634768835577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "cds",
  "timestamp": 1634768835704,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:27:34.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768835359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768834453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:34.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "cds",
  "timestamp": 1634768836739,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:27:34.585Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2021-10-20T22:27:34.591Z||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-10-20T22:27:34.591Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:27:34.605Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:34.606Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:27:34.680Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d488699-03ed-4cef-ba20-9d300e8a9761
2021-10-20T22:27:34.705Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d488699-03ed-4cef-ba20-9d300e8a9761 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:27:34.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768835359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768837340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:27:34.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "policy-id",
  "timestamp": 1634768839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:27:34.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768840819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:27:34.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "policy-id",
  "timestamp": 1634768839165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:34.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:27:34.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768841824,
  "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-10-20T22:27:34.754Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d488699-03ed-4cef-ba20-9d300e8a9761
2021-10-20T22:27:34.754Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d488699-03ed-4cef-ba20-9d300e8a9761 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-10-20T22:27:34.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "policy-id",
  "timestamp": 1634768842157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:27:34.763Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "policy-id",
  "timestamp": 1634768843169,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:27:34.764Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "policy-id",
  "timestamp": 1634768844174,
  "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-10-20T22:27:34.768Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d488699-03ed-4cef-ba20-9d300e8a9761
2021-10-20T22:27:34.768Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d488699-03ed-4cef-ba20-9d300e8a9761 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-10-20T22:27:34.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "aai-ml",
  "timestamp": 1634768848206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:27:34.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:27:34.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:27:34.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "aai-ml",
  "timestamp": 1634768849212,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:27:34.800Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8d488699-03ed-4cef-ba20-9d300e8a9761
2021-10-20T22:27:34.800Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d488699-03ed-4cef-ba20-9d300e8a9761 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-10-20T22:27:35.492Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:27:35.493Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:27:35.495Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:27:35.495Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768853805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:27:35.595Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:27:35.596Z||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-10-20T22:27:35.596Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:27:35.617Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:35.618Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:27:36.496Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "20b2af84-6b3e-433e-830b-69638c0477c0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "77321ed2-935e-40e7-9405-a21b2d3f418b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f96b5cc5-54a3-4286-87ac-2a1bdcae2178",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d7dcaa04-68bb-4288-835c-295fa70f9177",
      "resourceInvariantUUID": "8ddcf52e-97c5-496c-8680-5ffd11ccd490",
      "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": "MjMzZWM5NjU3MmQ0MjViMDhiY2M3MTYwYWU1NDQ3MTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c2f6b664-e8bc-435e-972d-c0ec8ae70e48"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:27:36.497Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:27:36.498Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 20b2af84-6b3e-433e-830b-69638c0477c0 ASDC
2021-10-20T22:27:36.607Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8d488699-03ed-4cef-ba20-9d300e8a9761
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:20b2af84-6b3e-433e-830b-69638c0477c0
ServiceInvariantUUID:77321ed2-935e-40e7-9405-a21b2d3f418b
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:c2f6b664-e8bc-435e-972d-c0ec8ae70e48
ArtifactChecksum:MjMzZWM5NjU3MmQ0MjViMDhiY2M3MTYwYWU1NDQ3MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f96b5cc5-54a3-4286-87ac-2a1bdcae2178
ResourceInvariantUUID:8ddcf52e-97c5-496c-8680-5ffd11ccd490
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d7dcaa04-68bb-4288-835c-295fa70f9177
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-20T22:27:36.608Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 20b2af84-6b3e-433e-830b-69638c0477c0 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-10-20T22:27:36.652Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:27:36.653Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:27:36.654Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:27:36.655Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c2f6b664-e8bc-435e-972d-c0ec8ae70e48 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-20T22:27:36.655Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:27:36.656Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-20T22:27:36.986Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:27:36.994Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c2f6b664-e8bc-435e-972d-c0ec8ae70e48 52175
2021-10-20T22:27:36.995Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-20T22:27:36.995Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-20T22:27:36.996Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:27:36.997Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:27:36.998Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:27:36.998Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768856994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:27:37.098Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:27:37.099Z||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-10-20T22:27:37.099Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:27:37.113Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:37.114Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:27:38.001Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:27:38.003Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:27:38.004Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c2f6b664-e8bc-435e-972d-c0ec8ae70e48, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:38.004Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-20T22:27:38.089Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:38.089Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:38.618Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9272059616874334737/Definitions/service-BasicNetwork-template.yml
2021-10-20T22:27:39.659Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:27:39.664Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:27:39.664Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.665Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-20T22:27:39.665Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.665Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.666Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.666Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.666Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.666Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.667Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.667Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-20T22:27:39.667Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:27:39.673Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.675Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.679Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-20T22:27:39.679Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:27:39.680Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:27:39.682Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.682Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.683Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-20T22:27:39.683Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:27:39.683Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:27:39.684Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.684Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.684Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.685Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.692Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.692Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.692Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.693Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.693Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.694Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.694Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:20b2af84-6b3e-433e-830b-69638c0477c0
Model Version:NULL
Model InvariantUuid:77321ed2-935e-40e7-9405-a21b2d3f418b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8ddcf52e-97c5-496c-8680-5ffd11ccd490
Model UUID:5ca10465-b13e-458e-899a-addc433a7a16
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f96b5cc5-54a3-4286-87ac-2a1bdcae2178
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:27:39.720Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d7dcaa04-68bb-4288-835c-295fa70f9177
2021-10-20T22:27:39.720Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||No resources found for Service: 20b2af84-6b3e-433e-830b-69638c0477c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:27:39.829Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||
2021-10-20T22:27:39.836Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-10-20T22:27:39.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 20b2af84-6b3e-433e-830b-69638c0477c0
2021-10-20T22:27:39.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 20b2af84-6b3e-433e-830b-69638c0477c0
2021-10-20T22:27:39.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-10-20T22:27:39.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:27:39.855Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ca6b41e, org.onap.sdc.toscaparser.api.parameters.Input@34bad017, org.onap.sdc.toscaparser.api.parameters.Input@2d62eed4, org.onap.sdc.toscaparser.api.parameters.Input@3550f6b2, org.onap.sdc.toscaparser.api.parameters.Input@6c0fa242]
2021-10-20T22:27:39.859Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.859Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.860Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.861Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.861Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 20b2af84-6b3e-433e-830b-69638c0477c0: Generic NeutronNet
2021-10-20T22:27:39.861Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.861Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.861Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.862Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-10-20T22:27:39.919Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:27:39.920Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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-10-20T22:27:40.039Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-10-20T22:27:40.039Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-20T22:27:40.040Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-20T22:27:40.040Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:27:40.040Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:27:40.045Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:27:40.045Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768860039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:27:40.143Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-20T22:27:40.144Z||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-10-20T22:27:40.144Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:27:40.158Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:27:40.158Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:27:41.046Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d488699-03ed-4cef-ba20-9d300e8a9761
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:27:41.086Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d488699-03ed-4cef-ba20-9d300e8a9761
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:27:41.090Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:27:41.090Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:27:41.091Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:27:41.091Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:27:41.091Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:27:41.091Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:27:41.096Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:28:11.098Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d488699-03ed-4cef-ba20-9d300e8a9761 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-10-20T22:28:11.110Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d488699-03ed-4cef-ba20-9d300e8a9761 and serviceModelVersionId: 20b2af84-6b3e-433e-830b-69638c0477c0
2021-10-20T22:28:11.111Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 77321ed2-935e-40e7-9405-a21b2d3f418b
2021-10-20T22:28:25.959Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0
2021-10-20T22:28:26.095Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:28:26.570Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-20T22:28:26.575Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0|INFO|500||Invoke
2021-10-20T22:28:26.693Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:28:26.743Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:28:26.744Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:28:26:704-117], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:28:26 GMT], Content-Type=[application/json]}
2021-10-20T22:28:26.746Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0","ERR.5.4.6114"]}}}

2021-10-20T22:28:26.768Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec=ERR.5.4.6114)
2021-10-20T22:28:26.768Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:28:26.769Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec=ERR.5.4.6114)
2021-10-20T22:28:26.769Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:28:26.777Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:28:26.777Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d488699-03ed-4cef-ba20-9d300e8a9761 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec=ERR.5.4.6114)
2021-10-20T22:28:26.778Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:28:26.779Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:28:26.781Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:28:26.781Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768906777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:28:26.881Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:28:26.883Z||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-10-20T22:28:26.883Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:28:26.900Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:28:26.900Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 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-10-20T22:28:33.805Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:28:33.806Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:28:33.806Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:28:33.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:28:33.807Z||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-10-20T22:28:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:28:33.938Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:28:33.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-10-20T22:28:33.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768853805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:28:33.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:28:43.366Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:33.806Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:29:33.807Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:29:33.808Z||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-10-20T22:29:33.808Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:29:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:29:33.808Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:34.337Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:34.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T22:29:34.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768853805,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:29:34.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:29:34.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T22:29:34.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768856994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:29:34.344Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:29:34.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T22:29:34.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768860039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:29:34.345Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:29:34.345Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T22:29:34.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d488699-03ed-4cef-ba20-9d300e8a9761",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768906777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8d488699-03ed-4cef-ba20-9d300e8a9761 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/77321ed2-935e-40e7-9405-a21b2d3f418b/model-vers/model-ver/20b2af84-6b3e-433e-830b-69638c0477c0) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:29:34.346Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:29:41.795Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:41.797Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:29:41.798Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d36bbdb-3c59-422a-9714-9914e8bff5d2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"da736146-273d-4885-9be7-248743aadfab","serviceDescription":"service","serviceInvariantUUID":"318f886d-9c9e-4c10-8339-9791d3103a80","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29b73963-9f61-4016-8537-a07bffdd5cdb","resourceInvariantUUID":"bcbdeabb-375d-45b4-8f96-7d6f0140a145","resourceCustomizationUUID":"2761d0c4-12e8-4cdd-943c-08b1fd5cd325","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NzM0ZDFmOGJmM2M5Y2VlNzkwZmZmZTMyMDFlNWZhZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fdd9a486-5f9b-4fd0-8481-97ec6e055e51","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjMzMmRkOTE3OGUxOWU1NjcyNzI0MjYzYTg5MTk0NmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"731b54fe-e7e3-4824-997f-f6e7edd6640c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37f40bd6-672e-496a-af39-b9c47e76e0f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"540f689b-1375-4141-b2f7-2e3403cee47a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"924b9dc1-80da-48cb-b4f6-6900f85f1229","artifactVersion":"2","generatedFromUUID":"37f40bd6-672e-496a-af39-b9c47e76e0f6"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OWJmNzY0ZTg4ZGY0YjhkMjIxZTZmZjEwZGE1NzEyOGE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"567314d4-a146-4b5a-9d8c-9fff996cfd64","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ODRkMGFiNzFkZjlkOTdiMzIwODM0NDc0MzQ2YTE1NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea7c44e2-1801-4cf7-8db0-18d7e8fffea1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTkwMjhlZWU3YTU3ZDA2MGZmMDUwZDQ5ZDExNTk4YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"00e8cecc-0ec9-4725-b1f5-8f88c2a34b55","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:29:41.801Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:41.802Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:41.806Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:41.806Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:29:41.906Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:41.907Z||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-10-20T22:29:41.908Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:41.921Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:41.922Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:42.807Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:42.807Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:42.810Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:42.810Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:29:42.910Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:42.911Z||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-10-20T22:29:42.911Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:42.926Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:42.927Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:29:43.811Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:43.811Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:43.813Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:43.814Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:29:43.914Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:43.920Z||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-10-20T22:29:43.920Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:43.929Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:43.930Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:44.814Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:44.815Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:44.818Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:44.818Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:29:44.918Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:44.940Z||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-10-20T22:29:44.941Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:44.988Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:44.989Z||pool-11-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:45.819Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:45.820Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:45.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:45.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:29:45.922Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2021-10-20T22:29:45.923Z||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-10-20T22:29:45.923Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:45.933Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:45.935Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:46.837Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:46.838Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:46.841Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:46.841Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:29:46.940Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:29:46.941Z||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-10-20T22:29:46.942Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:46.963Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:46.964Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:29:47.841Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:47.842Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:47.844Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:47.845Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:29:47.944Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:29:47.945Z||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-10-20T22:29:47.946Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:47.957Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:47.957Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:48.845Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:29:48.847Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:48.849Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:48.849Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:29:48.949Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:48.950Z||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-10-20T22:29:48.950Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:48.965Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:48.965Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:29:49.851Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "da736146-273d-4885-9be7-248743aadfab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "318f886d-9c9e-4c10-8339-9791d3103a80",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "2761d0c4-12e8-4cdd-943c-08b1fd5cd325",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29b73963-9f61-4016-8537-a07bffdd5cdb",
      "resourceInvariantUUID": "bcbdeabb-375d-45b4-8f96-7d6f0140a145",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "ZjMzMmRkOTE3OGUxOWU1NjcyNzI0MjYzYTg5MTk0NmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "731b54fe-e7e3-4824-997f-f6e7edd6640c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "37f40bd6-672e-496a-af39-b9c47e76e0f6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "924b9dc1-80da-48cb-b4f6-6900f85f1229",
            "generatedFromUUID": "37f40bd6-672e-496a-af39-b9c47e76e0f6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "924b9dc1-80da-48cb-b4f6-6900f85f1229",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTkwMjhlZWU3YTU3ZDA2MGZmMDUwZDQ5ZDExNTk4YjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "00e8cecc-0ec9-4725-b1f5-8f88c2a34b55"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:29:49.851Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:29:49.851Z|8d488699-03ed-4cef-ba20-9d300e8a9761|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da736146-273d-4885-9be7-248743aadfab ASDC
2021-10-20T22:29:49.852Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8d36bbdb-3c59-422a-9714-9914e8bff5d2
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:da736146-273d-4885-9be7-248743aadfab
ServiceInvariantUUID:318f886d-9c9e-4c10-8339-9791d3103a80
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:00e8cecc-0ec9-4725-b1f5-8f88c2a34b55
ArtifactChecksum:NTkwMjhlZWU3YTU3ZDA2MGZmMDUwZDQ5ZDExNTk4YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:2761d0c4-12e8-4cdd-943c-08b1fd5cd325
ResourceInvariantUUID:bcbdeabb-375d-45b4-8f96-7d6f0140a145
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:29b73963-9f61-4016-8537-a07bffdd5cdb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:731b54fe-e7e3-4824-997f-f6e7edd6640c
ArtifactChecksum:ZjMzMmRkOTE3OGUxOWU1NjcyNzI0MjYzYTg5MTk0NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:37f40bd6-672e-496a-af39-b9c47e76e0f6
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:924b9dc1-80da-48cb-b4f6-6900f85f1229
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:924b9dc1-80da-48cb-b4f6-6900f85f1229
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-20T22:29:49.853Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da736146-273d-4885-9be7-248743aadfab 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-10-20T22:29:49.899Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:29:49.900Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:29:49.900Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:29:49.901Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 00e8cecc-0ec9-4725-b1f5-8f88c2a34b55 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-20T22:29:49.901Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:29:49.901Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-20T22:29:50.698Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:29:50.702Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 00e8cecc-0ec9-4725-b1f5-8f88c2a34b55 78617
2021-10-20T22:29:50.702Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-20T22:29:50.702Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-20T22:29:50.702Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:29:50.702Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:50.705Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:50.758Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768990702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:29:50.805Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 47 ms
2021-10-20T22:29:50.806Z||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-10-20T22:29:50.806Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:50.845Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:50.845Z||pool-16-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:51.758Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:29:51.759Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:29:51.760Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 00e8cecc-0ec9-4725-b1f5-8f88c2a34b55, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:51.760Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-20T22:29:51.761Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:51.761Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:52.027Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14783299472705856218/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-20T22:29:53.433Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:29:53.433Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.434Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.435Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:53.436Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:29:53.437Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.438Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.439Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.439Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-20T22:29:53.439Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-20T22:29:53.439Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-20T22:29:53.439Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-20T22:29:53.440Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:29:53.440Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-20T22:29:53.440Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.440Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:29:53.442Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.442Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:53.442Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:53.442Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.442Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-20T22:29:53.443Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4f9c0e6-0685-4c4e-8a3a-cedc5f29c3f4
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.444Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.445Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.445Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.445Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:53.445Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:53.445Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:da736146-273d-4885-9be7-248743aadfab
Model Version:NULL
Model InvariantUuid:318f886d-9c9e-4c10-8339-9791d3103a80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a067e9bf-dc17-4b87-8c8b-b9102b065b02
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcbdeabb-375d-45b4-8f96-7d6f0140a145
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2761d0c4-12e8-4cdd-943c-08b1fd5cd325
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:546ba34a-717e-44c7-8d35-d2629b34e8fd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0cfd7caa-3c78-4711-abaf-f094253f8beb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4f9c0e6-0685-4c4e-8a3a-cedc5f29c3f4
ModelInvariantUuid:6e2e75ec-da54-4d99-9994-5697a17dfeb0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:d32d87a3-3d00-4279-80b2-5d9f5e1fc387
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:09cebc7c-b09a-4956-9ce3-cc578207399c
ModelInvariantUuid:30afbc44-b346-437a-9773-67f75b97b75f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:5f25d2f3-c50e-487f-a39e-14243f8ba420
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:29:53.456Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 29b73963-9f61-4016-8537-a07bffdd5cdb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:29:53.461Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2021-10-20T22:29:53.461Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29b73963-9f61-4016-8537-a07bffdd5cdb
2021-10-20T22:29:53.462Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 731b54fe-e7e3-4824-997f-f6e7edd6640c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-20T22:29:53.462Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:29:53.462Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-20T22:29:53.861Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:29:53.862Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 731b54fe-e7e3-4824-997f-f6e7edd6640c 792
2021-10-20T22:29:53.862Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-20T22:29:53.862Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-20T22:29:53.863Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:29:53.863Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:53.866Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:53.867Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768993862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:29:53.966Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:29:53.967Z||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-10-20T22:29:53.967Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:53.981Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:53.982Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:29:54.869Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "546ba34a-717e-44c7-8d35-d2629b34e8fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0cfd7caa-3c78-4711-abaf-f094253f8beb",
    "vfModuleModelCustomizationUUID": "36fcd300-0016-4dc0-b329-ba80862f2840",
    "isBase": true,
    "artifacts": [
      "37f40bd6-672e-496a-af39-b9c47e76e0f6",
      "924b9dc1-80da-48cb-b4f6-6900f85f1229"
    ],
    "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-10-20T22:29:54.889Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0cfd7caa-3c78-4711-abaf-f094253f8beb
VfModuleModelInvariantUUID:546ba34a-717e-44c7-8d35-d2629b34e8fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37f40bd6-672e-496a-af39-b9c47e76e0f6
,
924b9dc1-80da-48cb-b4f6-6900f85f1229

}
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-10-20T22:29:54.892Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "546ba34a-717e-44c7-8d35-d2629b34e8fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0cfd7caa-3c78-4711-abaf-f094253f8beb",
    "vfModuleModelCustomizationUUID": "36fcd300-0016-4dc0-b329-ba80862f2840",
    "isBase": true,
    "artifacts": [
      "37f40bd6-672e-496a-af39-b9c47e76e0f6",
      "924b9dc1-80da-48cb-b4f6-6900f85f1229"
    ],
    "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-10-20T22:29:54.892Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0cfd7caa-3c78-4711-abaf-f094253f8beb
VfModuleModelInvariantUUID:546ba34a-717e-44c7-8d35-d2629b34e8fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
37f40bd6-672e-496a-af39-b9c47e76e0f6
,
924b9dc1-80da-48cb-b4f6-6900f85f1229

}
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-10-20T22:29:54.892Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 37f40bd6-672e-496a-af39-b9c47e76e0f6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-20T22:29:54.893Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:29:54.893Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-20T22:29:55.406Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:29:55.406Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 37f40bd6-672e-496a-af39-b9c47e76e0f6 5033
2021-10-20T22:29:55.406Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-20T22:29:55.406Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-20T22:29:55.407Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:29:55.407Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:55.409Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:55.409Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:29:55.509Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:55.510Z||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-10-20T22:29:55.510Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:55.525Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:55.525Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:56.411Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 924b9dc1-80da-48cb-b4f6-6900f85f1229 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-20T22:29:56.412Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:29:56.412Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-20T22:29:56.620Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:29:56.620Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 924b9dc1-80da-48cb-b4f6-6900f85f1229 903
2021-10-20T22:29:56.620Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-20T22:29:56.620Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-20T22:29:56.621Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:29:56.621Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:56.625Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:56.625Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768996620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:29:56.725Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:56.725Z||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-10-20T22:29:56.726Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:56.735Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:56.736Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:57.625Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: da736146-273d-4885-9be7-248743aadfab
2021-10-20T22:29:57.626Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 29b73963-9f61-4016-8537-a07bffdd5cdb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:29:57.657Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ae9ea39, org.onap.sdc.toscaparser.api.parameters.Input@45f98a47, org.onap.sdc.toscaparser.api.parameters.Input@7ffbdcfd, org.onap.sdc.toscaparser.api.parameters.Input@17a96006, org.onap.sdc.toscaparser.api.parameters.Input@22a4f8e8]
2021-10-20T22:29:57.658Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.658Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.659Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-20T22:29:57.659Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2761d0c4-12e8-4cdd-943c-08b1fd5cd325
2021-10-20T22:29:57.659Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2761d0c4-12e8-4cdd-943c-08b1fd5cd325 matches Tosca VF Customization UUID: 2761d0c4-12e8-4cdd-943c-08b1fd5cd325
2021-10-20T22:29:57.659Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2761d0c4-12e8-4cdd-943c-08b1fd5cd325  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-20T22:29:57.664Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.665Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.666Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2761d0c4-12e8-4cdd-943c-08b1fd5cd325: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-20T22:29:57.666Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d3e96e9
2021-10-20T22:29:57.667Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.667Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:29:57.667Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36fcd300-0016-4dc0-b329-ba80862f2840
2021-10-20T22:29:57.669Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36fcd300-0016-4dc0-b329-ba80862f2840
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-20T22:29:57.674Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.675Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:57.675Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-20T22:29:57.676Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-20T22:29:57.677Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:29:57.677Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4f9c0e6-0685-4c4e-8a3a-cedc5f29c3f4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-20T22:29:57.690Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.690Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:57.690Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:29:57.691Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.691Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-20T22:29:57.691Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2761d0c4-12e8-4cdd-943c-08b1fd5cd325
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:29:57.693Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid da736146-273d-4885-9be7-248743aadfab: basic_vm_macro
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.694Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:29:57.695Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:29:57.696Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-20T22:29:57.828Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 29b73963-9f61-4016-8537-a07bffdd5cdb 1 ASDC deployResourceStructure
2021-10-20T22:29:57.829Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-20T22:29:57.829Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-20T22:29:57.829Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:29:57.829Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:57.856Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:57.856Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768997829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:29:57.956Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:29:57.957Z||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-10-20T22:29:57.957Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:57.969Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:57.970Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:29:58.857Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-20T22:29:58.857Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-20T22:29:58.857Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:29:58.858Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:58.860Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:58.860Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768998857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:29:58.960Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:29:58.961Z||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-10-20T22:29:58.961Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:58.972Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:58.972Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:29:59.861Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-20T22:29:59.861Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-20T22:29:59.862Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:29:59.862Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:29:59.864Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:29:59.865Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768999861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:29:59.973Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2021-10-20T22:29:59.974Z||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-10-20T22:29:59.974Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:29:59.989Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:29:59.989Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:30:00.867Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-20T22:30:00.867Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-20T22:30:00.867Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:30:00.868Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:30:00.870Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:30:00.870Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769000867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:00.970Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:30:00.971Z||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-10-20T22:30:00.971Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:30:01.017Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:30:01.018Z||pool-23-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:30:01.876Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:30:01.889Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:30:01.891Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:30:01.891Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:30:01.891Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:30:31.892Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:30:31.907Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:30:31.909Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:30:31.910Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:30:31.910Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:30:33.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:30:33.808Z||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-10-20T22:30:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:30:33.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:30:34.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768979662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634768975358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768973805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768979165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768982383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768990639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768990702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768990685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768991690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768984453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768992148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "policy-id",
  "timestamp": 1634768992693,
  "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-10-20T22:30:34.054Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d36bbdb-3c59-422a-9714-9914e8bff5d2
2021-10-20T22:30:34.055Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d36bbdb-3c59-422a-9714-9914e8bff5d2 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-10-20T22:30:34.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768993702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768993862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "cds",
  "timestamp": 1634768994799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:30:34.075Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d36bbdb-3c59-422a-9714-9914e8bff5d2
2021-10-20T22:30:34.076Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d36bbdb-3c59-422a-9714-9914e8bff5d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:30:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768996606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768996620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768989062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "dcae-sch",
  "timestamp": 1634768989498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768997584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634768997615,
  "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-10-20T22:30:34.098Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d36bbdb-3c59-422a-9714-9914e8bff5d2
2021-10-20T22:30:34.098Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d36bbdb-3c59-422a-9714-9914e8bff5d2 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-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768997832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768997829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "aai-ml",
  "timestamp": 1634768998590,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:30:34.113Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8d36bbdb-3c59-422a-9714-9914e8bff5d2
2021-10-20T22:30:34.113Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d36bbdb-3c59-422a-9714-9914e8bff5d2 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-10-20T22:30:34.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768998857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634768998961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634768999861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769000074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769000867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769001134,
  "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-10-20T22:30:34.128Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d36bbdb-3c59-422a-9714-9914e8bff5d2
2021-10-20T22:30:34.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d36bbdb-3c59-422a-9714-9914e8bff5d2 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-10-20T22:30:34.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769002137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634768999165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634769016054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769016902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634769017062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769017371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769017960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "policy-id",
  "timestamp": 1634769018066,
  "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-10-20T22:30:34.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
2021-10-20T22:30:34.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 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-10-20T22:30:34.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769019152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769020183,
  "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-10-20T22:30:34.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
2021-10-20T22:30:34.197Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 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-10-20T22:30:34.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769020262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769021189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "cds",
  "timestamp": 1634769021297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:30:34.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
2021-10-20T22:30:34.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:30:34.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769022356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769023545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "aai-ml",
  "timestamp": 1634769024549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:30:34.234Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
2021-10-20T22:30:34.234Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 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-10-20T22:30:34.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769024813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "dcae-sch",
  "timestamp": 1634769009498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769025825,
  "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-10-20T22:30:34.247Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
2021-10-20T22:30:34.247Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 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-10-20T22:30:34.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769019165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769029535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.280Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769009062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769012398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769030539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769015359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "policy-id",
  "timestamp": 1634769031542,
  "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-10-20T22:30:34.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dcaea75-4038-4caf-a3b0-9e732546d03c
2021-10-20T22:30:34.306Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dcaea75-4038-4caf-a3b0-9e732546d03c 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-10-20T22:30:34.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769031590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769031747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "cds",
  "timestamp": 1634769032753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:30:34.319Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dcaea75-4038-4caf-a3b0-9e732546d03c
2021-10-20T22:30:34.319Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dcaea75-4038-4caf-a3b0-9e732546d03c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:30:34.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769032882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:30:34.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769009661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:30:34.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:31:01.910Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:31:01.925Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:31:01.928Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:31:01.928Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:31:01.928Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:31:01.929Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:31:01.929Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:31:01.929Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:31:01.935Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:31:31.936Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2 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-10-20T22:31:31.947Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d36bbdb-3c59-422a-9714-9914e8bff5d2 and serviceModelVersionId: da736146-273d-4885-9be7-248743aadfab
2021-10-20T22:31:31.947Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 318f886d-9c9e-4c10-8339-9791d3103a80
2021-10-20T22:31:31.950Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0
2021-10-20T22:31:31.962Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:31:32.035Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|INFO|500||Invoke
2021-10-20T22:31:32.036Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d36bbdb-3c59-422a-9714-9914e8bff5d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b240034-6aef-4c9f-8def-5804f7febc37], X-ECOMP-RequestID=[8d36bbdb-3c59-422a-9714-9914e8bff5d2], X-TransactionId=[], X-ONAP-RequestID=[8d36bbdb-3c59-422a-9714-9914e8bff5d2], Content-Type=[application/merge-patch+json]}
2021-10-20T22:31:32.070Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:31:32.102Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:31:32:078-43624], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:31:32 GMT], Content-Type=[application/json]}
2021-10-20T22:31:32.104Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab","ERR.5.4.6114"]}}}

2021-10-20T22:31:32.104Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:31:32.109Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec=ERR.5.4.6114)
2021-10-20T22:31:32.110Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:31:32.110Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec=ERR.5.4.6114)
2021-10-20T22:31:32.111Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:31:32.114Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:31:32.114Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d36bbdb-3c59-422a-9714-9914e8bff5d2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec=ERR.5.4.6114)
2021-10-20T22:31:32.115Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:31:32.115Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:32.118Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:32.119Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769092114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:31:32.218Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:31:32.219Z||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-10-20T22:31:32.220Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:32.236Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:32.237Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 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-10-20T22:31:33.132Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:31:33.133Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:31:33.133Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:33.758Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:33.760Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:31:33.761Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0c087be7-3c60-4050-89c5-864cc8abb5a7","serviceDescription":"service","serviceInvariantUUID":"f650ac71-7d4a-444d-a0e7-7b4936078dd4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2575b5de-6747-44ef-8d69-25f3f52d5a9d","resourceInvariantUUID":"3eca0631-7a94-4c79-a2d0-6305f1998849","resourceCustomizationUUID":"fdf984e5-8efd-45ab-894f-3a13b80cf6d3","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":"NDY0NTZmNzBkN2Q4YTQyZWRiNWIxZTE0ZDMzMWQ3NGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9bf89ff-7429-4e56-bcc5-8a93d0a04cde","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":"Yzc3YTUwZTQ3MGM4NTljNWM2NDA1ZjZjZjM2N2E5NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5c8c34d-f93c-4540-a2ea-e1803d7bad68","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"74024dc7-983a-40da-ad09-9dde536bd010","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":"8bda54d3-cfd7-498e-8adc-62d78ea420c2","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":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a91d961-6e64-4b19-b18a-58cae91fbda6","artifactVersion":"2","generatedFromUUID":"74024dc7-983a-40da-ad09-9dde536bd010"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODQ1Y2QwYmU1NjkwNWJjYzA3ZDlkNzZiZTI3MjI2ZDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ebd4418-e45b-4293-9069-1af3b6f622b6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTkzYzFjNmZmMWQ1ZjQ4NWNmZTYyN2RjMThmMDRkMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f17cbd18-00f4-4406-97fe-0bdec9af1952","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:31:33.767Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:33.767Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:33.770Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:33.770Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:31:33.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:31:33.807Z||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-10-20T22:31:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:31:33.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:33.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:31:33.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:31:33.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:31:33.870Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:33.871Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T22:31:33.871Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:33.881Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:33.881Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:31:34.770Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:34.771Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:34.774Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:34.775Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:31:34.875Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:31:34.875Z||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-10-20T22:31:34.875Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:34.887Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:34.888Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:35.781Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:35.785Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:35.787Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:35.787Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:31:35.888Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T22:31:35.890Z||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-10-20T22:31:35.890Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:35.901Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:35.901Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:36.788Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:36.788Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:36.790Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:36.791Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:31:36.892Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T22:31:36.893Z||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-10-20T22:31:36.893Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:36.903Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:36.903Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:37.791Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:37.792Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:37.794Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:37.794Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:31:37.894Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:37.895Z||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-10-20T22:31:37.896Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:37.907Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:37.908Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:38.795Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:38.796Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:38.798Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:38.798Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:31:38.898Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:38.900Z||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-10-20T22:31:38.900Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:38.913Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:38.913Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:39.799Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:31:39.799Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:39.801Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:39.801Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:31:39.902Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:39.903Z||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-10-20T22:31:39.903Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:39.915Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:39.916Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:40.803Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0c087be7-3c60-4050-89c5-864cc8abb5a7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f650ac71-7d4a-444d-a0e7-7b4936078dd4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fdf984e5-8efd-45ab-894f-3a13b80cf6d3",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2575b5de-6747-44ef-8d69-25f3f52d5a9d",
      "resourceInvariantUUID": "3eca0631-7a94-4c79-a2d0-6305f1998849",
      "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": "Yzc3YTUwZTQ3MGM4NTljNWM2NDA1ZjZjZjM2N2E5NDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5c8c34d-f93c-4540-a2ea-e1803d7bad68",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "74024dc7-983a-40da-ad09-9dde536bd010",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3a91d961-6e64-4b19-b18a-58cae91fbda6",
            "generatedFromUUID": "74024dc7-983a-40da-ad09-9dde536bd010"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3a91d961-6e64-4b19-b18a-58cae91fbda6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTkzYzFjNmZmMWQ1ZjQ4NWNmZTYyN2RjMThmMDRkMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f17cbd18-00f4-4406-97fe-0bdec9af1952"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:31:40.803Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:31:40.804Z|8d36bbdb-3c59-422a-9714-9914e8bff5d2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c087be7-3c60-4050-89c5-864cc8abb5a7 ASDC
2021-10-20T22:31:40.804Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0c087be7-3c60-4050-89c5-864cc8abb5a7
ServiceInvariantUUID:f650ac71-7d4a-444d-a0e7-7b4936078dd4
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:f17cbd18-00f4-4406-97fe-0bdec9af1952
ArtifactChecksum:NTkzYzFjNmZmMWQ1ZjQ4NWNmZTYyN2RjMThmMDRkMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fdf984e5-8efd-45ab-894f-3a13b80cf6d3
ResourceInvariantUUID:3eca0631-7a94-4c79-a2d0-6305f1998849
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2575b5de-6747-44ef-8d69-25f3f52d5a9d
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:e5c8c34d-f93c-4540-a2ea-e1803d7bad68
ArtifactChecksum:Yzc3YTUwZTQ3MGM4NTljNWM2NDA1ZjZjZjM2N2E5NDM=
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:74024dc7-983a-40da-ad09-9dde536bd010
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
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:3a91d961-6e64-4b19-b18a-58cae91fbda6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
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:3a91d961-6e64-4b19-b18a-58cae91fbda6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-20T22:31:40.804Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c087be7-3c60-4050-89c5-864cc8abb5a7 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-10-20T22:31:40.834Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:31:40.835Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:31:40.835Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:31:40.835Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f17cbd18-00f4-4406-97fe-0bdec9af1952 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-20T22:31:40.836Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:31:40.836Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-20T22:31:40.980Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:31:40.984Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f17cbd18-00f4-4406-97fe-0bdec9af1952 70862
2021-10-20T22:31:40.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-20T22:31:40.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-20T22:31:40.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:31:40.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:40.987Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:40.988Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769100984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:31:41.088Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:41.089Z||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-10-20T22:31:41.089Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:41.100Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:41.101Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:31:41.993Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:31:41.995Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:31:41.995Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f17cbd18-00f4-4406-97fe-0bdec9af1952, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:41.996Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-20T22:31:41.997Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:41.997Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:42.378Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3918049415066131037/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" 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_related_networks" 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_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-20T22:31:43.582Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:31:43.583Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:31:43.583Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.583Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-20T22:31:43.584Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.584Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.584Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.584Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.584Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.585Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.585Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.585Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.585Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-20T22:31:43.585Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:31:43.586Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.586Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.586Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:43.587Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:31:43.587Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:31:43.587Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.587Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.588Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:43.588Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:31:43.588Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:31:43.588Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.589Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.589Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.589Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-20T22:31:43.589Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-20T22:31:43.590Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-20T22:31:43.590Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-20T22:31:43.590Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:31:43.590Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-20T22:31:43.591Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.591Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:31:43.591Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.592Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:43.592Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:43.592Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.592Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:43.593Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:43.593Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.593Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:43.593Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:43.594Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.594Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-20T22:31:43.594Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-20T22:31:43.594Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:31:43.595Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=06cfa873-5b56-4392-a293-7f96fe13fcbe
2021-10-20T22:31:43.595Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.595Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.595Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.596Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.596Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.596Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.596Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:43.597Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:43.597Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0c087be7-3c60-4050-89c5-864cc8abb5a7
Model Version:NULL
Model InvariantUuid:f650ac71-7d4a-444d-a0e7-7b4936078dd4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fb3577c4-c776-44dd-9b62-c851842272e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3eca0631-7a94-4c79-a2d0-6305f1998849
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fdf984e5-8efd-45ab-894f-3a13b80cf6d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a1bde537-6c8c-4f64-8698-4ac43ae9530a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:d61f2cde-adab-4dd8-bc1c-62564b7640c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06cfa873-5b56-4392-a293-7f96fe13fcbe
ModelInvariantUuid:5d3559c1-1524-4790-8ab5-f4ad2fa55e9b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cbe6ff6f-d1f3-43e9-8e76-addfa0665d71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5be9012f-b5fc-4847-b395-160cc8eaab73
ModelInvariantUuid:c4396328-08e3-4c13-a9d3-11f1de8f0a7d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38a4da17-87e1-4a41-96ff-257eca944ba8
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:31:43.605Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2575b5de-6747-44ef-8d69-25f3f52d5a9d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:31:43.608Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||basic_vm 0
2021-10-20T22:31:43.608Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2575b5de-6747-44ef-8d69-25f3f52d5a9d
2021-10-20T22:31:43.608Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e5c8c34d-f93c-4540-a2ea-e1803d7bad68 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-20T22:31:43.609Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:31:43.609Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-20T22:31:44.129Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:31:44.130Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5c8c34d-f93c-4540-a2ea-e1803d7bad68 787
2021-10-20T22:31:44.130Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-20T22:31:44.130Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-20T22:31:44.130Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:31:44.131Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:44.133Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:44.133Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769104130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:31:44.233Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:44.235Z||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-10-20T22:31:44.235Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:44.249Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:44.250Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:31:45.134Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a1bde537-6c8c-4f64-8698-4ac43ae9530a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d61f2cde-adab-4dd8-bc1c-62564b7640c9",
    "vfModuleModelCustomizationUUID": "2df91ce5-9250-40ba-8010-e9171f6ceadd",
    "isBase": true,
    "artifacts": [
      "74024dc7-983a-40da-ad09-9dde536bd010",
      "3a91d961-6e64-4b19-b18a-58cae91fbda6"
    ],
    "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-10-20T22:31:45.138Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d61f2cde-adab-4dd8-bc1c-62564b7640c9
VfModuleModelInvariantUUID:a1bde537-6c8c-4f64-8698-4ac43ae9530a
VfModuleModelDescription:NULL
Artifacts UUID List:{
74024dc7-983a-40da-ad09-9dde536bd010
,
3a91d961-6e64-4b19-b18a-58cae91fbda6

}
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-10-20T22:31:45.139Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a1bde537-6c8c-4f64-8698-4ac43ae9530a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d61f2cde-adab-4dd8-bc1c-62564b7640c9",
    "vfModuleModelCustomizationUUID": "2df91ce5-9250-40ba-8010-e9171f6ceadd",
    "isBase": true,
    "artifacts": [
      "74024dc7-983a-40da-ad09-9dde536bd010",
      "3a91d961-6e64-4b19-b18a-58cae91fbda6"
    ],
    "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-10-20T22:31:45.140Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d61f2cde-adab-4dd8-bc1c-62564b7640c9
VfModuleModelInvariantUUID:a1bde537-6c8c-4f64-8698-4ac43ae9530a
VfModuleModelDescription:NULL
Artifacts UUID List:{
74024dc7-983a-40da-ad09-9dde536bd010
,
3a91d961-6e64-4b19-b18a-58cae91fbda6

}
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-10-20T22:31:45.140Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 74024dc7-983a-40da-ad09-9dde536bd010 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-20T22:31:45.140Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:31:45.140Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-20T22:31:45.331Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:31:45.331Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 74024dc7-983a-40da-ad09-9dde536bd010 5033
2021-10-20T22:31:45.332Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-20T22:31:45.332Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-20T22:31:45.332Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:31:45.333Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:45.334Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:45.334Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769105332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:31:45.434Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:31:45.435Z||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-10-20T22:31:45.435Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:45.449Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:45.449Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:31:46.335Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3a91d961-6e64-4b19-b18a-58cae91fbda6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-20T22:31:46.338Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:31:46.338Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-20T22:31:46.629Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:31:46.629Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3a91d961-6e64-4b19-b18a-58cae91fbda6 903
2021-10-20T22:31:46.630Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-20T22:31:46.630Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-20T22:31:46.630Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:31:46.630Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:46.632Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:46.632Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769106630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:31:46.732Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:46.733Z||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-10-20T22:31:46.733Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:46.746Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:46.746Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:47.632Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c087be7-3c60-4050-89c5-864cc8abb5a7
2021-10-20T22:31:47.632Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2575b5de-6747-44ef-8d69-25f3f52d5a9d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:31:47.647Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68ed0c77, org.onap.sdc.toscaparser.api.parameters.Input@312e02e, org.onap.sdc.toscaparser.api.parameters.Input@59a4966, org.onap.sdc.toscaparser.api.parameters.Input@1cb3b19, org.onap.sdc.toscaparser.api.parameters.Input@1c501e3]
2021-10-20T22:31:47.648Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.648Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.649Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-20T22:31:47.649Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fdf984e5-8efd-45ab-894f-3a13b80cf6d3
2021-10-20T22:31:47.650Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdf984e5-8efd-45ab-894f-3a13b80cf6d3 matches Tosca VF Customization UUID: fdf984e5-8efd-45ab-894f-3a13b80cf6d3
2021-10-20T22:31:47.650Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fdf984e5-8efd-45ab-894f-3a13b80cf6d3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-20T22:31:47.652Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.652Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.653Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fdf984e5-8efd-45ab-894f-3a13b80cf6d3: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-20T22:31:47.653Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a8fd060
2021-10-20T22:31:47.653Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.654Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:31:47.654Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2df91ce5-9250-40ba-8010-e9171f6ceadd
2021-10-20T22:31:47.654Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2df91ce5-9250-40ba-8010-e9171f6ceadd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-20T22:31:47.656Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.656Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:47.657Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:47.657Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.657Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:47.657Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:47.658Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.658Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-20T22:31:47.658Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-20T22:31:47.658Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-20T22:31:47.658Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=06cfa873-5b56-4392-a293-7f96fe13fcbe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-20T22:31:47.661Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.661Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:47.661Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:31:47.661Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.662Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-20T22:31:47.662Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fdf984e5-8efd-45ab-894f-3a13b80cf6d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:31:47.664Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.664Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.664Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c087be7-3c60-4050-89c5-864cc8abb5a7: basic_vm
2021-10-20T22:31:47.665Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.665Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.665Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.665Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.665Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.666Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.666Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.666Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.666Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:31:47.667Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:31:47.667Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-20T22:31:47.746Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2575b5de-6747-44ef-8d69-25f3f52d5a9d 1 ASDC deployResourceStructure
2021-10-20T22:31:47.746Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-20T22:31:47.746Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-20T22:31:47.746Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:31:47.747Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:47.748Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:47.749Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769107746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:31:47.849Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:47.850Z||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-10-20T22:31:47.850Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:47.862Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:47.863Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:48.750Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-20T22:31:48.750Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-20T22:31:48.750Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:31:48.751Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:48.752Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:48.753Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769108749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:31:48.853Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:48.854Z||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-10-20T22:31:48.854Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:48.868Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:48.868Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:49.754Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-20T22:31:49.754Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-20T22:31:49.754Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:31:49.754Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:49.757Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:49.757Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769109754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:31:49.857Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:49.858Z||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-10-20T22:31:49.858Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:49.870Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:49.870Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:50.757Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-20T22:31:50.758Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-20T22:31:50.758Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:31:50.758Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:31:50.760Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:31:50.761Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769110757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:31:50.861Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:31:50.862Z||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-10-20T22:31:50.862Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:31:50.876Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:31:50.877Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:31:51.762Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:31:51.779Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:31:51.782Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:31:51.782Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:31:51.782Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:31:51.782Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:31:51.783Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:31:51.783Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:31:51.791Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:32:21.791Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 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-10-20T22:32:21.799Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 and serviceModelVersionId: 0c087be7-3c60-4050-89c5-864cc8abb5a7
2021-10-20T22:32:21.800Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f650ac71-7d4a-444d-a0e7-7b4936078dd4
2021-10-20T22:32:21.801Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0
2021-10-20T22:32:21.806Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:32:21.861Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|INFO|500||Invoke
2021-10-20T22:32:21.861Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22a379fb-47f7-4152-8101-0fd08d9a90dd], X-ECOMP-RequestID=[5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23], X-TransactionId=[], X-ONAP-RequestID=[5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23], Content-Type=[application/merge-patch+json]}
2021-10-20T22:32:21.883Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:32:21.932Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:32:21:901-66294], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:32:21 GMT], Content-Type=[application/json]}
2021-10-20T22:32:21.933Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7","ERR.5.4.6114"]}}}

2021-10-20T22:32:21.934Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:32:21.938Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec=ERR.5.4.6114)
2021-10-20T22:32:21.938Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:32:21.938Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec=ERR.5.4.6114)
2021-10-20T22:32:21.939Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:32:21.943Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:32:21.943Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec=ERR.5.4.6114)
2021-10-20T22:32:21.943Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:32:21.944Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:21.945Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:21.945Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769141943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:32:22.047Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-20T22:32:22.048Z||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-10-20T22:32:22.048Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:22.067Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:22.068Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 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-10-20T22:32:22.959Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:32:22.959Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dcaea75-4038-4caf-a3b0-9e732546d03c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e","serviceDescription":"service","serviceInvariantUUID":"9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33061ecd-6e58-42d9-8d9c-84796eb45bd6","resourceInvariantUUID":"796e51ac-6339-4db0-8996-40deaebcc39d","resourceCustomizationUUID":"28a836d9-4fa3-421c-a4e4-652aab19694f","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":"ODIxYzMxMWViYWQ4YTJiZmMwMzllYmY5NWIwYzE4MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ca56958-0596-409c-8e69-7c22be8739b0","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":"bb0b066f-abca-4f55-94ba-6752b4e84e25","artifactVersion":"2","generatedFromUUID":"cde83c71-68ec-4a88-9659-ee71bddf38b6"},{"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":"cde83c71-68ec-4a88-9659-ee71bddf38b6","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":"YmIwMWM1ODVmODYyZjExYzc0ZTQyODFlMmIxMDRiNjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e4669ec-0b36-4c32-87a6-5c93afa4f804","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":"30ecced0-52e4-4269-be0c-de7527312ac8","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":"0cbcb20b-e463-4f30-9830-96977bb48e49","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":"43c481f0-4d86-4600-a5ea-ff0606ea93b2","artifactVersion":"2","generatedFromUUID":"30ecced0-52e4-4269-be0c-de7527312ac8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTFhMmEwMjI2NDZiMTgwOThmNzE5NDFlZjBlZTE5ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf1125b2-0688-43cd-a263-bfe90c02affb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDY1M2MzNmYzYWZiNGM0ZWIwZGNhZDYxY2IzNjBmZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dae9b90e-825c-49a9-baed-055124b2014b","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:32:22.959Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:22.960Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:22.962Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:22.962Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:32:23.062Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:23.063Z||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-10-20T22:32:23.063Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:23.074Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:23.075Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:23.962Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:23.963Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:23.965Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:23.965Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-20T22:32:24.065Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:24.066Z||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-10-20T22:32:24.067Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:24.079Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:24.079Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:24.965Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:24.966Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:24.968Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:24.969Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-20T22:32:25.069Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:25.070Z||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-10-20T22:32:25.070Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:25.082Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:25.083Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:25.969Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:25.970Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:25.971Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:25.971Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:32:26.072Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:32:26.072Z||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-10-20T22:32:26.072Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:26.084Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:26.084Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:26.972Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:26.972Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:26.974Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:26.974Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:32:27.074Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:27.075Z||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-10-20T22:32:27.075Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:27.091Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:27.091Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:27.975Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:27.976Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:27.978Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:27.978Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:32:28.078Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:28.079Z||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-10-20T22:32:28.079Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:28.099Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:28.099Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:28.979Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:28.979Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:28.981Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:28.981Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-20T22:32:29.081Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:29.082Z||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-10-20T22:32:29.082Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:29.095Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:29.096Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:29.982Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:29.983Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:29.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:29.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:32:30.085Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:30.085Z||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-10-20T22:32:30.086Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:30.099Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:30.100Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:30.985Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:32:30.986Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:31.000Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:31.000Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:32:31.100Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:31.101Z||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-10-20T22:32:31.102Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:31.113Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:31.114Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:32:32.002Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "28a836d9-4fa3-421c-a4e4-652aab19694f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "33061ecd-6e58-42d9-8d9c-84796eb45bd6",
      "resourceInvariantUUID": "796e51ac-6339-4db0-8996-40deaebcc39d",
      "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": "bb0b066f-abca-4f55-94ba-6752b4e84e25",
          "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": "cde83c71-68ec-4a88-9659-ee71bddf38b6",
          "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": "YmIwMWM1ODVmODYyZjExYzc0ZTQyODFlMmIxMDRiNjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e4669ec-0b36-4c32-87a6-5c93afa4f804",
          "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": "30ecced0-52e4-4269-be0c-de7527312ac8",
          "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": "43c481f0-4d86-4600-a5ea-ff0606ea93b2",
            "generatedFromUUID": "30ecced0-52e4-4269-be0c-de7527312ac8"
          },
          "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": "43c481f0-4d86-4600-a5ea-ff0606ea93b2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDY1M2MzNmYzYWZiNGM0ZWIwZGNhZDYxY2IzNjBmZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dae9b90e-825c-49a9-baed-055124b2014b"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:32:32.002Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:32:32.002Z|5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e ASDC
2021-10-20T22:32:32.003Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:8dcaea75-4038-4caf-a3b0-9e732546d03c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e
ServiceInvariantUUID:9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b
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:dae9b90e-825c-49a9-baed-055124b2014b
ArtifactChecksum:ZDY1M2MzNmYzYWZiNGM0ZWIwZGNhZDYxY2IzNjBmZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:28a836d9-4fa3-421c-a4e4-652aab19694f
ResourceInvariantUUID:796e51ac-6339-4db0-8996-40deaebcc39d
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:33061ecd-6e58-42d9-8d9c-84796eb45bd6
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:bb0b066f-abca-4f55-94ba-6752b4e84e25
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:cde83c71-68ec-4a88-9659-ee71bddf38b6
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:5e4669ec-0b36-4c32-87a6-5c93afa4f804
ArtifactChecksum:YmIwMWM1ODVmODYyZjExYzc0ZTQyODFlMmIxMDRiNjc=
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:30ecced0-52e4-4269-be0c-de7527312ac8
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:43c481f0-4d86-4600-a5ea-ff0606ea93b2
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:43c481f0-4d86-4600-a5ea-ff0606ea93b2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-20T22:32:32.003Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e 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-10-20T22:32:32.045Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:32:32.046Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:32:32.046Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:32:32.046Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dae9b90e-825c-49a9-baed-055124b2014b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-20T22:32:32.046Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:32.046Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-20T22:32:32.256Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:32.259Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dae9b90e-825c-49a9-baed-055124b2014b 68765
2021-10-20T22:32:32.260Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-20T22:32:32.260Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-20T22:32:32.260Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:32.261Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:32.263Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:32.263Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769152260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:32.363Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:32.364Z||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-10-20T22:32:32.364Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:32.380Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:32.380Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:33.263Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:32:33.264Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:32:33.265Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: dae9b90e-825c-49a9-baed-055124b2014b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:33.265Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-20T22:32:33.266Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:33.266Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:33.395Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1423504317634586863/Definitions/service-BasicCnf-template.yml
2021-10-20T22:32:33.822Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:32:33.822Z||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-10-20T22:32:33.822Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:32:33.842Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:33.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:32:33.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769034241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:33.843Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:32:34.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:32:34.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:32:34.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:34.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.411Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:32:34.412Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-20T22:32:34.413Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.414Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-20T22:32:34.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6fa93aef-1ec3-459e-aa96-55bdf4a75cd5
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.416Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.417Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:34.417Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:34.417Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e
Model Version:NULL
Model InvariantUuid:9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:400628a1-4006-4754-99f5-813a0fb550cf
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:796e51ac-6339-4db0-8996-40deaebcc39d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28a836d9-4fa3-421c-a4e4-652aab19694f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:43e61ac5-8f9f-416b-8d74-6f3309892d53
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c38e10bb-14e7-4443-bf7f-d0e7162d3e89
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6fa93aef-1ec3-459e-aa96-55bdf4a75cd5
ModelInvariantUuid:51ea9a31-bb1f-484b-8d87-6f9ff091772f
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:226609aa-3e01-4e4a-8303-e9e73229d27b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f21e0199-c91d-462c-af57-ed03f95cd810
ModelInvariantUuid:479e94b6-d3f7-42c1-84f2-0403b25f5c8c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:cb990442-0a56-428e-8680-9b273a2407bd
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:32:34.425Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 33061ecd-6e58-42d9-8d9c-84796eb45bd6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:32:34.427Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||basic_cnf 0
2021-10-20T22:32:34.427Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33061ecd-6e58-42d9-8d9c-84796eb45bd6
2021-10-20T22:32:34.428Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb0b066f-abca-4f55-94ba-6752b4e84e25 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-20T22:32:34.428Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:34.428Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-20T22:32:34.679Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:34.680Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bb0b066f-abca-4f55-94ba-6752b4e84e25 12
2021-10-20T22:32:34.680Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-20T22:32:34.680Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-20T22:32:34.680Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:34.680Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:34.683Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:34.683Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769154680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:34.783Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:34.784Z||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-10-20T22:32:34.784Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:34.796Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:34.796Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:35.684Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cde83c71-68ec-4a88-9659-ee71bddf38b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-20T22:32:35.684Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:35.684Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-20T22:32:35.739Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:35.739Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cde83c71-68ec-4a88-9659-ee71bddf38b6 2688
2021-10-20T22:32:35.739Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-20T22:32:35.740Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-20T22:32:35.740Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:35.740Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:35.741Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:35.741Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769155739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:35.842Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:35.843Z||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-10-20T22:32:35.844Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:35.855Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:35.856Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:36.743Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5e4669ec-0b36-4c32-87a6-5c93afa4f804 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-20T22:32:36.743Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:36.743Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-20T22:32:36.787Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:36.788Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5e4669ec-0b36-4c32-87a6-5c93afa4f804 828
2021-10-20T22:32:36.788Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-20T22:32:36.788Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-20T22:32:36.789Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:36.789Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:36.791Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:36.791Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769156788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:36.891Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:32:36.892Z||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-10-20T22:32:36.892Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:36.906Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:36.906Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:32:37.792Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "43e61ac5-8f9f-416b-8d74-6f3309892d53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c38e10bb-14e7-4443-bf7f-d0e7162d3e89",
    "vfModuleModelCustomizationUUID": "a8b637b0-ddca-4d9b-9b23-7b62a6219158",
    "isBase": true,
    "artifacts": [
      "30ecced0-52e4-4269-be0c-de7527312ac8",
      "cde83c71-68ec-4a88-9659-ee71bddf38b6",
      "43c481f0-4d86-4600-a5ea-ff0606ea93b2"
    ],
    "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-10-20T22:32:37.795Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c38e10bb-14e7-4443-bf7f-d0e7162d3e89
VfModuleModelInvariantUUID:43e61ac5-8f9f-416b-8d74-6f3309892d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
30ecced0-52e4-4269-be0c-de7527312ac8
,
cde83c71-68ec-4a88-9659-ee71bddf38b6
,
43c481f0-4d86-4600-a5ea-ff0606ea93b2

}
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-10-20T22:32:37.797Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "43e61ac5-8f9f-416b-8d74-6f3309892d53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c38e10bb-14e7-4443-bf7f-d0e7162d3e89",
    "vfModuleModelCustomizationUUID": "a8b637b0-ddca-4d9b-9b23-7b62a6219158",
    "isBase": true,
    "artifacts": [
      "30ecced0-52e4-4269-be0c-de7527312ac8",
      "cde83c71-68ec-4a88-9659-ee71bddf38b6",
      "43c481f0-4d86-4600-a5ea-ff0606ea93b2"
    ],
    "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-10-20T22:32:37.797Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c38e10bb-14e7-4443-bf7f-d0e7162d3e89
VfModuleModelInvariantUUID:43e61ac5-8f9f-416b-8d74-6f3309892d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
30ecced0-52e4-4269-be0c-de7527312ac8
,
cde83c71-68ec-4a88-9659-ee71bddf38b6
,
43c481f0-4d86-4600-a5ea-ff0606ea93b2

}
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-10-20T22:32:37.797Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 30ecced0-52e4-4269-be0c-de7527312ac8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-20T22:32:37.797Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:37.798Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-20T22:32:37.842Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:37.843Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 30ecced0-52e4-4269-be0c-de7527312ac8 1164
2021-10-20T22:32:37.843Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-20T22:32:37.843Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-20T22:32:37.843Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:37.844Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:37.846Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:37.846Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769157843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:37.946Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:37.947Z||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-10-20T22:32:37.947Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:37.957Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:37.958Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:38.847Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43c481f0-4d86-4600-a5ea-ff0606ea93b2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-20T22:32:38.852Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:32:38.853Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-20T22:32:38.961Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:32:38.961Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 43c481f0-4d86-4600-a5ea-ff0606ea93b2 200
2021-10-20T22:32:38.962Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-20T22:32:38.962Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-20T22:32:38.962Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:32:38.962Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:38.965Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:38.965Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:32:39.066Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T22:32:39.068Z||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-10-20T22:32:39.068Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:39.085Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:39.086Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:39.973Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e
2021-10-20T22:32:39.974Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 33061ecd-6e58-42d9-8d9c-84796eb45bd6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-10-20T22:32:39.996Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:32:40.002Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@576a3f9a, org.onap.sdc.toscaparser.api.parameters.Input@23a530d3, org.onap.sdc.toscaparser.api.parameters.Input@77849aa8, org.onap.sdc.toscaparser.api.parameters.Input@32403e4e, org.onap.sdc.toscaparser.api.parameters.Input@34d05173]
2021-10-20T22:32:40.006Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.007Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.007Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-20T22:32:40.007Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 28a836d9-4fa3-421c-a4e4-652aab19694f
2021-10-20T22:32:40.007Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28a836d9-4fa3-421c-a4e4-652aab19694f matches Tosca VF Customization UUID: 28a836d9-4fa3-421c-a4e4-652aab19694f
2021-10-20T22:32:40.007Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 28a836d9-4fa3-421c-a4e4-652aab19694f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-20T22:32:40.009Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.010Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.010Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 28a836d9-4fa3-421c-a4e4-652aab19694f: {\"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-10-20T22:32:40.010Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5efab180
2021-10-20T22:32:40.010Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.011Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:32:40.011Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8b637b0-ddca-4d9b-9b23-7b62a6219158
2021-10-20T22:32:40.011Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8b637b0-ddca-4d9b-9b23-7b62a6219158
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-20T22:32:40.013Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.014Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:40.014Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:40.014Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.014Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:40.014Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:40.015Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.015Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-20T22:32:40.015Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-20T22:32:40.015Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6fa93aef-1ec3-459e-aa96-55bdf4a75cd5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-20T22:32:40.017Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.017Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:40.017Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:32:40.017Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.018Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-20T22:32:40.018Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=28a836d9-4fa3-421c-a4e4-652aab19694f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:32:40.019Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.019Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e: basic_cnf
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.020Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.021Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.021Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.021Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:32:40.021Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:32:40.021Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-20T22:32:40.091Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 33061ecd-6e58-42d9-8d9c-84796eb45bd6 1 ASDC deployResourceStructure
2021-10-20T22:32:40.092Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-20T22:32:40.092Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-20T22:32:40.093Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-20T22:32:40.093Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:40.096Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:40.096Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769160092,
  "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-10-20T22:32:40.196Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:40.197Z||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-10-20T22:32:40.197Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:40.209Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:40.210Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:41.104Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-20T22:32:41.104Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-20T22:32:41.105Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-20T22:32:41.105Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:41.108Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:41.108Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769161103,
  "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-10-20T22:32:41.208Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:41.210Z||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-10-20T22:32:41.210Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:41.224Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:41.224Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:42.110Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-20T22:32:42.110Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-20T22:32:42.111Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:32:42.111Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:42.114Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:42.114Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769162109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:32:42.214Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:42.216Z||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-10-20T22:32:42.216Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:42.229Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:42.230Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:43.115Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-20T22:32:43.116Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-20T22:32:43.116Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:32:43.117Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:43.119Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:43.119Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769163115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:32:43.219Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:32:43.220Z||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-10-20T22:32:43.220Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:43.246Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:43.247Z||pool-59-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:32:44.120Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-20T22:32:44.121Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-20T22:32:44.121Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:32:44.121Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:44.123Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:44.123Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769164120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:32:44.226Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-20T22:32:44.227Z||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-10-20T22:32:44.227Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:44.244Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:44.245Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:32:45.124Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-20T22:32:45.125Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-20T22:32:45.125Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:32:45.125Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:32:45.127Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:32:45.127Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769165124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:32:45.227Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:32:45.228Z||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-10-20T22:32:45.228Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:32:45.241Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:32:45.242Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:32:46.130Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:32:46.141Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:32:46.144Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:32:46.144Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:32:46.144Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:33:16.144Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:33:16.178Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:33:16.180Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:33:16.180Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:33:16.180Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:33:33.807Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:33:33.807Z||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-10-20T22:33:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:33:33.834Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:33:33.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.835Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769034761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769014452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769035490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769035927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:33:33.838Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.838Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769036537,
  "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-10-20T22:33:33.844Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dcaea75-4038-4caf-a3b0-9e732546d03c
2021-10-20T22:33:33.844Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dcaea75-4038-4caf-a3b0-9e732546d03c 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-10-20T22:33:33.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769037541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:33:33.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769038109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:33:33.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769039113,
  "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-10-20T22:33:33.859Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dcaea75-4038-4caf-a3b0-9e732546d03c
2021-10-20T22:33:33.859Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dcaea75-4038-4caf-a3b0-9e732546d03c 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-10-20T22:33:33.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769040979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:33:33.867Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:33.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "aai-ml",
  "timestamp": 1634769041983,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:33:33.870Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8dcaea75-4038-4caf-a3b0-9e732546d03c
2021-10-20T22:33:33.871Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dcaea75-4038-4caf-a3b0-9e732546d03c 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-10-20T22:33:33.878Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:33:33.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d36bbdb-3c59-422a-9714-9914e8bff5d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769092114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8d36bbdb-3c59-422a-9714-9914e8bff5d2 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/318f886d-9c9e-4c10-8339-9791d3103a80/model-vers/model-ver/da736146-273d-4885-9be7-248743aadfab) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:33:33.878Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:33:46.181Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:33:46.197Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:33:46.202Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:33:46.215Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:34:16.216Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c 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-10-20T22:34:16.231Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dcaea75-4038-4caf-a3b0-9e732546d03c and serviceModelVersionId: 8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e
2021-10-20T22:34:16.231Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b
2021-10-20T22:34:16.233Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0
2021-10-20T22:34:16.244Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:34:16.337Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|INFO|500||Invoke
2021-10-20T22:34:16.338Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8dcaea75-4038-4caf-a3b0-9e732546d03c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c4694651-67ca-4e70-85a0-7b566f56d577], X-ECOMP-RequestID=[8dcaea75-4038-4caf-a3b0-9e732546d03c], X-TransactionId=[], X-ONAP-RequestID=[8dcaea75-4038-4caf-a3b0-9e732546d03c], Content-Type=[application/merge-patch+json]}
2021-10-20T22:34:16.363Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:34:16.390Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211020-22:34:16:370-91606], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:34:16 GMT], Content-Type=[application/json]}
2021-10-20T22:34:16.393Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e","ERR.5.4.6114"]}}}

2021-10-20T22:34:16.394Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:34:16.402Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec=ERR.5.4.6114)
2021-10-20T22:34:16.403Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:34:16.404Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec=ERR.5.4.6114)
2021-10-20T22:34:16.404Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:34:16.409Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:34:16.409Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dcaea75-4038-4caf-a3b0-9e732546d03c and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec=ERR.5.4.6114)
2021-10-20T22:34:16.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:34:16.410Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:34:16.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:34:16.415Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769256410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:34:16.515Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:34:16.517Z||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-10-20T22:34:16.517Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:34:16.532Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:34:16.533Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 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-10-20T22:34:17.434Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:34:17.435Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:34:17.435Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:34:27.668Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:34:27.670Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:34:27.670Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:34:27.671Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:34:33.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:34:33.808Z||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-10-20T22:34:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:34:33.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:34:33.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769100984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:34:33.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769104130,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:34:33.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769105332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:34:33.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769106630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:34:33.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769107746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:34:33.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769108749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:34:33.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769109754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:34:33.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769110757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:34:33.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769141943,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d5606cc3f-25b6-4bd0-b7cd-4d1ab2154f23 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f650ac71-7d4a-444d-a0e7-7b4936078dd4/model-vers/model-ver/0c087be7-3c60-4050-89c5-864cc8abb5a7) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:34:33.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:33.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:34:33.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769093132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:34:33.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:34:33.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:34:33.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769152260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:34:33.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:34:37.216Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:34:37.217Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:34:37.218Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:34:37.218Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:34:46.777Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:34:46.779Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:34:46.779Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:34:46.779Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:34:56.368Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:33.805Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:35:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:35:33.807Z||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-10-20T22:35:33.807Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:35:33.808Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:35:33.865Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769154680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769155739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769156788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769157843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:33.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769158961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769160092,
  "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-10-20T22:35:33.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769161103,
  "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-10-20T22:35:33.869Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769162109,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769163115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769164120,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769165124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:35:33.870Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:35:34.439Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:34.439Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:35:34.440Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f15b092-e18a-4d26-bdc7-10f12501bd07","serviceName":"Demo_pNF_8Ohrjn8bBC3PjqR4Cfso","serviceVersion":"1.0","serviceUUID":"9d35c694-f4f4-421e-a4e1-57b916a24e71","serviceDescription":"catalog service description","serviceInvariantUUID":"cd96c889-549b-4204-b8d6-1375e7048cb0","resources":[{"resourceInstanceName":"pNF fd321b78-8b0f 0","resourceName":"pNF fd321b78-8b0f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7c2a0ae7-4d87-4235-a889-453b0e4295ba","resourceInvariantUUID":"26f57095-07b5-429e-ba76-83947469be53","resourceCustomizationUUID":"146368e5-3cef-4869-ab4f-3345aa4ca8af","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml","artifactChecksum":"YjQyZTg4YzlhNTBiZjQ5NWJjYzE1MjViNTk4MDc3OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cb57182f-a20f-47ad-96af-2443173b6f10","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar","artifactChecksum":"OGEyNTcwOWFhZDdkNmQ1NDljOWYwNmQzMzhjMTFhYjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3032e2d-7f0e-4a15-a9db-7bcf4b3ab5b2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1535151c-3f0d-47d5-803f-2827c38575ec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml","artifactChecksum":"NTk1NTY4Mzg2M2ZkN2Q2YTBlOGI1OTgwM2YzOGVlODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8911436f-851a-44f9-8427-2649cf83c26a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1017e2cc-ac8d-43f8-8fc7-600c0fac088f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bab7d5d0-bc5d-4896-b025-45ad61dba119","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml","artifactChecksum":"ZDA3NzJjZTFiNTY4NWM1ZTk5ZjgwMGE2MDI4MzI0NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71da311e-77a9-4509-9307-6813b58e3465","artifactVersion":"1"},{"artifactName":"service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar","artifactChecksum":"NTg5MjRhNWFhMzM0MTM1ZTI5ZDhlMTEyODM5YzU5ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"26150dcd-23ed-4c55-aa43-3b42a81f24d4","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:35:34.444Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:34.444Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:34.448Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:34.449Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:34.548Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:35:34.550Z||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-10-20T22:35:34.550Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:34.562Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:34.562Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:35.449Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:35.450Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:35.452Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:35.452Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:35.552Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:35.553Z||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-10-20T22:35:35.554Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:35.572Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:35.573Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:36.453Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:36.453Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:36.456Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:36.456Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:36.556Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:36.557Z||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-10-20T22:35:36.557Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:36.572Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:36.572Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:37.457Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:37.457Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:37.460Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:37.460Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:37.560Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:37.561Z||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-10-20T22:35:37.561Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:37.573Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:37.573Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:38.460Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:38.461Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:38.469Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:38.469Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:38.565Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-20T22:35:38.569Z||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-10-20T22:35:38.569Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:38.583Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:38.583Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:35:39.470Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:39.470Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:39.472Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:39.472Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:39.572Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:39.573Z||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-10-20T22:35:39.573Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:39.587Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:39.588Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:40.472Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:40.473Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:40.475Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:40.475Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:35:40.575Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:40.576Z||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-10-20T22:35:40.576Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:40.591Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:40.591Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:35:41.477Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:35:41.477Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:41.479Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:41.479Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:35:41.580Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:41.581Z||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-10-20T22:35:41.581Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:41.592Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:41.593Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:35:42.480Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "serviceName": "Demo_pNF_8Ohrjn8bBC3PjqR4Cfso",
  "serviceVersion": "1.0",
  "serviceUUID": "9d35c694-f4f4-421e-a4e1-57b916a24e71",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cd96c889-549b-4204-b8d6-1375e7048cb0",
  "resources": [
    {
      "resourceInstanceName": "pNF fd321b78-8b0f 0",
      "resourceCustomizationUUID": "146368e5-3cef-4869-ab4f-3345aa4ca8af",
      "resourceName": "pNF fd321b78-8b0f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7c2a0ae7-4d87-4235-a889-453b0e4295ba",
      "resourceInvariantUUID": "26f57095-07b5-429e-ba76-83947469be53",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
      "artifactChecksum": "NTg5MjRhNWFhMzM0MTM1ZTI5ZDhlMTEyODM5YzU5ZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "26150dcd-23ed-4c55-aa43-3b42a81f24d4"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:35:42.481Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:35:42.481Z|8dcaea75-4038-4caf-a3b0-9e732546d03c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9d35c694-f4f4-421e-a4e1-57b916a24e71 ASDC
2021-10-20T22:35:42.482Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7f15b092-e18a-4d26-bdc7-10f12501bd07
ServiceName:Demo_pNF_8Ohrjn8bBC3PjqR4Cfso
ServiceVersion:1.0
ServiceUUID:9d35c694-f4f4-421e-a4e1-57b916a24e71
ServiceInvariantUUID:cd96c889-549b-4204-b8d6-1375e7048cb0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
ArtifactUUID:26150dcd-23ed-4c55-aa43-3b42a81f24d4
ArtifactChecksum:NTg5MjRhNWFhMzM0MTM1ZTI5ZDhlMTEyODM5YzU5ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fd321b78-8b0f 0
ResourceCustomizationUUID:146368e5-3cef-4869-ab4f-3345aa4ca8af
ResourceInvariantUUID:26f57095-07b5-429e-ba76-83947469be53
ResourceName:pNF fd321b78-8b0f
ResourceType:PNF
ResourceUUID:7c2a0ae7-4d87-4235-a889-453b0e4295ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-20T22:35:42.482Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d35c694-f4f4-421e-a4e1-57b916a24e71 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-10-20T22:35:42.517Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:35:42.518Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:35:42.518Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:35:42.518Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26150dcd-23ed-4c55-aa43-3b42a81f24d4 from URL: /sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:42.518Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:35:42.518Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:42.586Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:35:42.590Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar 26150dcd-23ed-4c55-aa43-3b42a81f24d4 82547
2021-10-20T22:35:42.590Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar ASDC sendASDCNotification
2021-10-20T22:35:42.590Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:42.590Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:35:42.591Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:42.592Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:42.593Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769342590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:35:42.693Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:42.694Z||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-10-20T22:35:42.694Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:42.709Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:42.709Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:35:43.593Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:35:43.594Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:35:43.595Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 26150dcd-23ed-4c55-aa43-3b42a81f24d4, URL: /sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar to file: /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:43.596Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:43.597Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:43.597Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:43.782Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13094165875106061497/Definitions/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml
2021-10-20T22:35:44.634Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:35:44.635Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:35:44.635Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.635Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-20T22:35:44.635Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.635Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fd321b78-8b0f 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-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:35:44.636Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.637Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.637Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Node template pNF fd321b78-8b0f 0 is matching search criteria
2021-10-20T22:35:44.637Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:35:44.637Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fd321b78-8b0f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Node template pNF fd321b78-8b0f 0 is matching search criteria
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF fd321b78-8b0f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:35:44.638Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.639Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.639Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.639Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.639Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.639Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.640Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.640Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.640Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.640Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.640Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8Ohrjn8bBC3PjqR4Cfso
Description:catalog service description
Model UUID:9d35c694-f4f4-421e-a4e1-57b916a24e71
Model Version:NULL
Model InvariantUuid:cd96c889-549b-4204-b8d6-1375e7048cb0
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:35:44.646Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7c2a0ae7-4d87-4235-a889-453b0e4295ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:35:44.650Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||pNF fd321b78-8b0f 0
2021-10-20T22:35:44.650Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7c2a0ae7-4d87-4235-a889-453b0e4295ba
2021-10-20T22:35:44.650Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9d35c694-f4f4-421e-a4e1-57b916a24e71
2021-10-20T22:35:44.650Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9d35c694-f4f4-421e-a4e1-57b916a24e71
2021-10-20T22:35:44.650Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fd321b78-8b0f 0 7c2a0ae7-4d87-4235-a889-453b0e4295ba ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:35:44.654Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61dc0637, org.onap.sdc.toscaparser.api.parameters.Input@5985835b, org.onap.sdc.toscaparser.api.parameters.Input@354a161f, org.onap.sdc.toscaparser.api.parameters.Input@2b63f907, org.onap.sdc.toscaparser.api.parameters.Input@2a0fbfe2]
2021-10-20T22:35:44.654Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.654Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.655Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9d35c694-f4f4-421e-a4e1-57b916a24e71: pNF fd321b78-8b0f
2021-10-20T22:35:44.655Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Processing PNF resource: 7c2a0ae7-4d87-4235-a889-453b0e4295ba
2021-10-20T22:35:44.655Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:35:44.655Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8Ohrjn8bBC3PjqR4Cfso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:35:44.655Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||Resource customization UUID: 146368e5-3cef-4869-ab4f-3345aa4ca8af is the same as notified resource customizationUUID: 146368e5-3cef-4869-ab4f-3345aa4ca8af
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-20T22:35:44.703Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fd321b78-8b0f 7c2a0ae7-4d87-4235-a889-453b0e4295ba 0 ASDC deployResourceStructure
2021-10-20T22:35:44.703Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar ASDC sendASDCNotification
2021-10-20T22:35:44.703Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar
2021-10-20T22:35:44.704Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:35:44.704Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:35:44.707Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:35:44.707Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769344703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:35:44.807Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:35:44.807Z||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-10-20T22:35:44.808Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:35:44.832Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:35:44.833Z||pool-72-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:35:45.708Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:35:45.720Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:35:45.722Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:35:45.722Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:35:45.722Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:36:15.726Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:36:15.752Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:36:15.754Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:36:15.754Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:36:15.755Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:36:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:36:33.809Z||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-10-20T22:36:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:36:33.840Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:36:33.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:36:33.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dcaea75-4038-4caf-a3b0-9e732546d03c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769256410,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d8dcaea75-4038-4caf-a3b0-9e732546d03c Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9f8f8eb6-2c71-4ee8-9f52-49ff6199d68b/model-vers/model-ver/8bc2ef20-83b0-49fe-b0a3-e8446ae3e29e) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:36:33.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:36:45.755Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:36:45.768Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:36:45.779Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:36:45.779Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:36:45.779Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:37:15.780Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:37:15.795Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:37:15.814Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:37:15.815Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:37:15.815Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:37:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:37:33.811Z||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-10-20T22:37:33.811Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:37:33.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:37:33.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769309662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769312383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769314452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "dcae-sch",
  "timestamp": 1634769309497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769309062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769315359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769323850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769323944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769323945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769324270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "cds",
  "timestamp": 1634769324860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:37:33.877Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f15b092-e18a-4d26-bdc7-10f12501bd07
2021-10-20T22:37:33.878Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f15b092-e18a-4d26-bdc7-10f12501bd07 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:37:33.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769325489,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:37:33.894Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769326010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769326494,
  "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-10-20T22:37:33.901Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7f15b092-e18a-4d26-bdc7-10f12501bd07
2021-10-20T22:37:33.901Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f15b092-e18a-4d26-bdc7-10f12501bd07 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-10-20T22:37:33.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769319165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:37:33.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:37:33.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769327016,
  "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-10-20T22:37:33.923Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f15b092-e18a-4d26-bdc7-10f12501bd07
2021-10-20T22:37:33.923Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f15b092-e18a-4d26-bdc7-10f12501bd07 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-10-20T22:37:33.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769328389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:37:33.931Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769328938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769329398,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "aai-ml",
  "timestamp": 1634769329942,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:37:33.936Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7f15b092-e18a-4d26-bdc7-10f12501bd07
2021-10-20T22:37:33.936Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f15b092-e18a-4d26-bdc7-10f12501bd07 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-10-20T22:37:33.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:37:33.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "policy-id",
  "timestamp": 1634769330404,
  "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-10-20T22:37:33.955Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f15b092-e18a-4d26-bdc7-10f12501bd07
2021-10-20T22:37:33.955Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f15b092-e18a-4d26-bdc7-10f12501bd07 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-10-20T22:37:45.817Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:37:45.830Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:37:45.833Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:37:45.834Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:37:45.839Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:38:15.839Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07 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-10-20T22:38:15.847Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f15b092-e18a-4d26-bdc7-10f12501bd07 and serviceModelVersionId: 9d35c694-f4f4-421e-a4e1-57b916a24e71
2021-10-20T22:38:15.847Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd96c889-549b-4204-b8d6-1375e7048cb0
2021-10-20T22:38:15.849Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0
2021-10-20T22:38:15.857Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:38:15.920Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-20T22:38:15.923Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0|INFO|500||Invoke
2021-10-20T22:38:15.946Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:38:15.989Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:38:15.990Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:38:15:954-12296], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:38:15 GMT], Content-Type=[application/json]}
2021-10-20T22:38:15.991Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71","ERR.5.4.6114"]}}}

2021-10-20T22:38:15.996Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec=ERR.5.4.6114)
2021-10-20T22:38:15.996Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:38:15.997Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec=ERR.5.4.6114)
2021-10-20T22:38:15.997Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:38:16.001Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:38:16.001Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f15b092-e18a-4d26-bdc7-10f12501bd07 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec=ERR.5.4.6114)
2021-10-20T22:38:16.002Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:38:16.002Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:16.004Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:16.004Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769496002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:38:16.104Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:38:16.105Z||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-10-20T22:38:16.105Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:16.121Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:16.121Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-20T22:38:17.019Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:38:17.020Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:38:17.020Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:21.339Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:21.341Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:38:21.341Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae46697d-44ad-4f46-b2eb-489aa6c02a89","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a041b32a-ec4f-461d-8184-bf039f7a1e1f","serviceDescription":"service","serviceInvariantUUID":"23afd461-2805-4de7-a75e-5a6a74a78f61","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45d5eaf4-eff5-4a65-ab9a-eb103257c7d5","resourceInvariantUUID":"03473548-8aab-47d4-86d6-d613f24053c1","resourceCustomizationUUID":"d5a9a883-6025-43a0-8fa3-12c6f63ebdda","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":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c962e5aa-4971-42da-bc36-d166abea24f9","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":"YzUyODAxMTRjOTlkNDYyMDJlZGVhNzEzYmQ2NGRlNjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"102d8616-005b-4c8d-84a7-3426723488b9","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":"YTJkMmZlNWRlODAxNzI5MzQzZmVlMjk0N2QxNzRlYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c00c91f0-5d50-48ff-97fb-30648c13c93e","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":"af8dc95c-d1dc-4741-8d2d-204f69e24243","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":"f26a0f95-6313-4771-84b4-993f5084d22d","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":"b1fb423a-1e61-4893-9c29-6323381a27fc","artifactVersion":"2","generatedFromUUID":"af8dc95c-d1dc-4741-8d2d-204f69e24243"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTE0YTNjMmE0YjQ4NjcyOWY4YTI0MDVkMjQ3M2YxMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"00c8ef09-49a4-4fdd-a7d1-541702be21b1","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzAwNDRkNjBmMTA0NGFhMDc1YmY5OTYzYTdkMTE2NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a707802-bb58-4965-bc03-67d6aea67872","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:38:21.352Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:21.353Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:21.355Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:21.355Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:21.455Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:21.456Z||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-10-20T22:38:21.456Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:21.467Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:21.467Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:22.355Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:22.356Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:22.358Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:22.358Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:22.462Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-20T22:38:22.463Z||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-10-20T22:38:22.464Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:22.478Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:22.479Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:23.359Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:23.360Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:23.362Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:23.362Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:38:23.462Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:23.463Z||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-10-20T22:38:23.463Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:23.476Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:23.476Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:24.363Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:24.363Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:24.366Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:24.366Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:38:24.466Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:24.467Z||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-10-20T22:38:24.468Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:24.481Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:24.481Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:25.369Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:25.370Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:25.371Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:25.371Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:25.486Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2021-10-20T22:38:25.487Z||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-10-20T22:38:25.487Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:25.498Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:25.499Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:26.372Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:26.372Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:26.374Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:26.374Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-20T22:38:26.497Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:26.498Z||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-10-20T22:38:26.498Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:26.511Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:26.511Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:38:27.397Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:27.397Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:27.401Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:27.401Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:27.500Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-20T22:38:27.501Z||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-10-20T22:38:27.501Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:27.513Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:27.514Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:28.401Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:38:28.402Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:28.404Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:28.404Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:28.505Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T22:38:28.509Z||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-10-20T22:38:28.509Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:28.533Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:28.533Z||pool-81-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:29.413Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a041b32a-ec4f-461d-8184-bf039f7a1e1f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23afd461-2805-4de7-a75e-5a6a74a78f61",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "d5a9a883-6025-43a0-8fa3-12c6f63ebdda",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45d5eaf4-eff5-4a65-ab9a-eb103257c7d5",
      "resourceInvariantUUID": "03473548-8aab-47d4-86d6-d613f24053c1",
      "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": "YTJkMmZlNWRlODAxNzI5MzQzZmVlMjk0N2QxNzRlYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c00c91f0-5d50-48ff-97fb-30648c13c93e",
          "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": "af8dc95c-d1dc-4741-8d2d-204f69e24243",
          "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": "b1fb423a-1e61-4893-9c29-6323381a27fc",
            "generatedFromUUID": "af8dc95c-d1dc-4741-8d2d-204f69e24243"
          },
          "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": "b1fb423a-1e61-4893-9c29-6323381a27fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzAwNDRkNjBmMTA0NGFhMDc1YmY5OTYzYTdkMTE2NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a707802-bb58-4965-bc03-67d6aea67872"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:38:29.414Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:38:29.414Z|7f15b092-e18a-4d26-bdc7-10f12501bd07|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a041b32a-ec4f-461d-8184-bf039f7a1e1f ASDC
2021-10-20T22:38:29.415Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ae46697d-44ad-4f46-b2eb-489aa6c02a89
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a041b32a-ec4f-461d-8184-bf039f7a1e1f
ServiceInvariantUUID:23afd461-2805-4de7-a75e-5a6a74a78f61
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:3a707802-bb58-4965-bc03-67d6aea67872
ArtifactChecksum:YzAwNDRkNjBmMTA0NGFhMDc1YmY5OTYzYTdkMTE2NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:d5a9a883-6025-43a0-8fa3-12c6f63ebdda
ResourceInvariantUUID:03473548-8aab-47d4-86d6-d613f24053c1
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:45d5eaf4-eff5-4a65-ab9a-eb103257c7d5
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:c00c91f0-5d50-48ff-97fb-30648c13c93e
ArtifactChecksum:YTJkMmZlNWRlODAxNzI5MzQzZmVlMjk0N2QxNzRlYmY=
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:af8dc95c-d1dc-4741-8d2d-204f69e24243
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:b1fb423a-1e61-4893-9c29-6323381a27fc
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:b1fb423a-1e61-4893-9c29-6323381a27fc
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-20T22:38:29.416Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a041b32a-ec4f-461d-8184-bf039f7a1e1f 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-10-20T22:38:29.464Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:38:29.465Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:38:29.465Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:38:29.465Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3a707802-bb58-4965-bc03-67d6aea67872 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-20T22:38:29.465Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:38:29.466Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-20T22:38:29.922Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:38:29.928Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3a707802-bb58-4965-bc03-67d6aea67872 73465
2021-10-20T22:38:29.929Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-20T22:38:29.929Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-20T22:38:29.929Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:38:29.929Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:29.933Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:29.933Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769509928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:30.033Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:30.034Z||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-10-20T22:38:30.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:30.046Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:30.047Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:30.936Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:38:30.939Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-20T22:38:30.940Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3a707802-bb58-4965-bc03-67d6aea67872, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:30.940Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-20T22:38:30.942Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:30.944Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:31.121Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8473899413583057086/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-10-20T22:38:32.285Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.286Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.287Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.288Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:32.288Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:38:32.288Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:38:32.288Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.288Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.289Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:38:32.290Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.291Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05eb7fe1-01b7-4ff3-9a70-082cab1d8437
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.292Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:32.293Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a041b32a-ec4f-461d-8184-bf039f7a1e1f
Model Version:NULL
Model InvariantUuid:23afd461-2805-4de7-a75e-5a6a74a78f61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fff50851-aa0f-4d45-a86d-d8fa67150009
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:03473548-8aab-47d4-86d6-d613f24053c1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5a9a883-6025-43a0-8fa3-12c6f63ebdda
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:26d2bab8-8291-41da-af2f-1990942c4042
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:95e2f5f0-c552-4548-932c-a15e9a1f4d48
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:05eb7fe1-01b7-4ff3-9a70-082cab1d8437
ModelInvariantUuid:9a490f0a-0bf8-4fa7-887d-17ba4eddaeb1
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:acd4a951-2b4b-4b9b-9d43-5e0d96bdb949
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e6edd09b-d843-4ed6-8ed1-cd8ab8c883ae
ModelInvariantUuid:293e652b-a9c9-4c70-be3c-331e7cbaa328
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:99c4798a-b144-466a-926a-604d62c28a51
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:38:32.303Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 45d5eaf4-eff5-4a65-ab9a-eb103257c7d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:38:32.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||basicclamp 0
2021-10-20T22:38:32.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45d5eaf4-eff5-4a65-ab9a-eb103257c7d5
2021-10-20T22:38:32.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c00c91f0-5d50-48ff-97fb-30648c13c93e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-20T22:38:32.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:38:32.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-20T22:38:32.596Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:38:32.596Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json c00c91f0-5d50-48ff-97fb-30648c13c93e 790
2021-10-20T22:38:32.597Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-20T22:38:32.597Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-20T22:38:32.597Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:38:32.597Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:32.599Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:32.599Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769512597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:32.700Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:32.702Z||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-10-20T22:38:32.702Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:32.717Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:32.717Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:38:33.600Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "26d2bab8-8291-41da-af2f-1990942c4042",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95e2f5f0-c552-4548-932c-a15e9a1f4d48",
    "vfModuleModelCustomizationUUID": "4dbb224f-82ff-4c5a-835f-22308ddbb31e",
    "isBase": true,
    "artifacts": [
      "af8dc95c-d1dc-4741-8d2d-204f69e24243",
      "b1fb423a-1e61-4893-9c29-6323381a27fc"
    ],
    "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-10-20T22:38:33.605Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95e2f5f0-c552-4548-932c-a15e9a1f4d48
VfModuleModelInvariantUUID:26d2bab8-8291-41da-af2f-1990942c4042
VfModuleModelDescription:NULL
Artifacts UUID List:{
af8dc95c-d1dc-4741-8d2d-204f69e24243
,
b1fb423a-1e61-4893-9c29-6323381a27fc

}
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-10-20T22:38:33.607Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "26d2bab8-8291-41da-af2f-1990942c4042",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "95e2f5f0-c552-4548-932c-a15e9a1f4d48",
    "vfModuleModelCustomizationUUID": "4dbb224f-82ff-4c5a-835f-22308ddbb31e",
    "isBase": true,
    "artifacts": [
      "af8dc95c-d1dc-4741-8d2d-204f69e24243",
      "b1fb423a-1e61-4893-9c29-6323381a27fc"
    ],
    "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-10-20T22:38:33.607Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:95e2f5f0-c552-4548-932c-a15e9a1f4d48
VfModuleModelInvariantUUID:26d2bab8-8291-41da-af2f-1990942c4042
VfModuleModelDescription:NULL
Artifacts UUID List:{
af8dc95c-d1dc-4741-8d2d-204f69e24243
,
b1fb423a-1e61-4893-9c29-6323381a27fc

}
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-10-20T22:38:33.607Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af8dc95c-d1dc-4741-8d2d-204f69e24243 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-20T22:38:33.607Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:38:33.608Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-20T22:38:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:38:33.808Z||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-10-20T22:38:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:38:33.846Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:38:33.846Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml af8dc95c-d1dc-4741-8d2d-204f69e24243 5033
2021-10-20T22:38:33.847Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-20T22:38:33.847Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-20T22:38:33.847Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:38:33.847Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:33.849Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:33.849Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769513847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.851Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:33.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/resourceInstances/pnffd321b788b0f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769333805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769342590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769344703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ohrjn8bbc3pjqr4cfso/1.0/artifacts/service-DemoPnf8ohrjn8bbc3pjqr4cfso-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.861Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.863Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.864Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769339662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769344453,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769342383,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769339165,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769356292,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769356293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769356295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769356311,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769349062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769349498,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "cds",
  "timestamp": 1634769357305,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:38:33.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769357316,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769357794,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "policy-id",
  "timestamp": 1634769358323,
  "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-10-20T22:38:33.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:38:33.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769358617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:33.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769358788,
  "artifactURL": "/sdc/v1/catalog/services/a041b32a-ec4f-461d-8184-bf039f7a1e1f/resourceInstances/basicclamp0/artifacts/c962e5aa-4971-42da-bc36-d166abea24f9",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769358955,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769359624,
  "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-10-20T22:38:33.903Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.903Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:38:33.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769360083,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769360129,
  "artifactURL": "/sdc/v1/catalog/services/a041b32a-ec4f-461d-8184-bf039f7a1e1f/resourceInstances/basicclamp0/artifacts/c962e5aa-4971-42da-bc36-d166abea24f9",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769361105,
  "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-10-20T22:38:33.920Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.920Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:38:33.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "dcae-sch",
  "timestamp": 1634769361132,
  "artifactURL": "/sdc/v1/catalog/services/a041b32a-ec4f-461d-8184-bf039f7a1e1f/resourceInstances/basicclamp0/artifacts/c962e5aa-4971-42da-bc36-d166abea24f9",
  "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-10-20T22:38:33.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:38:33.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769362022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769362108,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769355358,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:38:33.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "aai-ml",
  "timestamp": 1634769363025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:38:33.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ae46697d-44ad-4f46-b2eb-489aa6c02a89
2021-10-20T22:38:33.947Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:38:33.972Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2021-10-20T22:38:33.973Z||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-10-20T22:38:33.973Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:33.985Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:33.985Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:34.850Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1fb423a-1e61-4893-9c29-6323381a27fc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-20T22:38:34.850Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-20T22:38:34.851Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-20T22:38:35.278Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-20T22:38:35.278Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env b1fb423a-1e61-4893-9c29-6323381a27fc 909
2021-10-20T22:38:35.279Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-20T22:38:35.279Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-20T22:38:35.279Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:38:35.279Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:35.281Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:35.281Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769515279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:38:35.381Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:35.382Z||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-10-20T22:38:35.382Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:35.394Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:35.395Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:36.281Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a041b32a-ec4f-461d-8184-bf039f7a1e1f
2021-10-20T22:38:36.282Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 45d5eaf4-eff5-4a65-ab9a-eb103257c7d5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:38:36.297Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d0ab1f8, org.onap.sdc.toscaparser.api.parameters.Input@2e303452, org.onap.sdc.toscaparser.api.parameters.Input@7fc2d08b, org.onap.sdc.toscaparser.api.parameters.Input@62d06fd8, org.onap.sdc.toscaparser.api.parameters.Input@abd970b]
2021-10-20T22:38:36.299Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.299Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.300Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-20T22:38:36.300Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d5a9a883-6025-43a0-8fa3-12c6f63ebdda
2021-10-20T22:38:36.300Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5a9a883-6025-43a0-8fa3-12c6f63ebdda matches Tosca VF Customization UUID: d5a9a883-6025-43a0-8fa3-12c6f63ebdda
2021-10-20T22:38:36.300Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d5a9a883-6025-43a0-8fa3-12c6f63ebdda  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-20T22:38:36.303Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.303Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.304Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d5a9a883-6025-43a0-8fa3-12c6f63ebdda: {\"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-10-20T22:38:36.304Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2de062eb
2021-10-20T22:38:36.305Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.305Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-20T22:38:36.305Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dbb224f-82ff-4c5a-835f-22308ddbb31e
2021-10-20T22:38:36.305Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dbb224f-82ff-4c5a-835f-22308ddbb31e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-20T22:38:36.308Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.308Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:36.308Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:36.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:36.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:36.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.309Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-20T22:38:36.310Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-20T22:38:36.310Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-20T22:38:36.310Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05eb7fe1-01b7-4ff3-9a70-082cab1d8437
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-20T22:38:36.312Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.312Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:36.312Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-20T22:38:36.312Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.313Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-20T22:38:36.313Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d5a9a883-6025-43a0-8fa3-12c6f63ebdda
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:38:36.315Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.315Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.316Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a041b32a-ec4f-461d-8184-bf039f7a1e1f: basicclamp
2021-10-20T22:38:36.316Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.316Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.316Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.317Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.317Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.317Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.317Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.317Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.318Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:38:36.318Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:38:36.318Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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-10-20T22:38:36.391Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 45d5eaf4-eff5-4a65-ab9a-eb103257c7d5 1 ASDC deployResourceStructure
2021-10-20T22:38:36.391Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-20T22:38:36.391Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-20T22:38:36.391Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:38:36.391Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:36.393Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:36.393Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769516391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:36.493Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:38:36.494Z||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-10-20T22:38:36.494Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:36.506Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:36.506Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:37.394Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-20T22:38:37.395Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-20T22:38:37.395Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:38:37.396Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:37.398Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:37.398Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769517394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:37.498Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:37.499Z||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-10-20T22:38:37.499Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:37.512Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:37.512Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:38.399Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-20T22:38:38.399Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-20T22:38:38.399Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:38:38.399Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:38.401Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:38.402Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769518398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:38.502Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:38.503Z||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-10-20T22:38:38.503Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:38.514Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:38.514Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:39.403Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-20T22:38:39.403Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-20T22:38:39.403Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:38:39.404Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:38:39.407Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:38:39.407Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769519403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:38:39.507Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:38:39.508Z||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-10-20T22:38:39.508Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:38:39.520Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:38:39.521Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:38:40.408Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae46697d-44ad-4f46-b2eb-489aa6c02a89
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:38:40.418Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae46697d-44ad-4f46-b2eb-489aa6c02a89
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:38:40.420Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:38:40.420Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:38:40.421Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:38:40.421Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:38:40.421Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:38:40.421Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:38:40.426Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:39:10.426Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae46697d-44ad-4f46-b2eb-489aa6c02a89 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-10-20T22:39:10.434Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae46697d-44ad-4f46-b2eb-489aa6c02a89 and serviceModelVersionId: a041b32a-ec4f-461d-8184-bf039f7a1e1f
2021-10-20T22:39:10.434Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23afd461-2805-4de7-a75e-5a6a74a78f61
2021-10-20T22:39:10.435Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0
2021-10-20T22:39:10.441Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:39:10.488Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|INFO|500||Invoke
2021-10-20T22:39:10.489Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ae46697d-44ad-4f46-b2eb-489aa6c02a89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af99c6ed-4cc0-4243-b4f9-9ae4a3acdd3b], X-ECOMP-RequestID=[ae46697d-44ad-4f46-b2eb-489aa6c02a89], X-TransactionId=[], X-ONAP-RequestID=[ae46697d-44ad-4f46-b2eb-489aa6c02a89], Content-Type=[application/merge-patch+json]}
2021-10-20T22:39:10.508Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:39:10.549Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:39:10:519-55282], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:39:10 GMT], Content-Type=[application/json]}
2021-10-20T22:39:10.550Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f","ERR.5.4.6114"]}}}

2021-10-20T22:39:10.551Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:39:10.555Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec=ERR.5.4.6114)
2021-10-20T22:39:10.555Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:39:10.555Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec=ERR.5.4.6114)
2021-10-20T22:39:10.555Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:39:10.559Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:39:10.559Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae46697d-44ad-4f46-b2eb-489aa6c02a89 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec=ERR.5.4.6114)
2021-10-20T22:39:10.560Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:39:10.560Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:39:10.562Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:39:10.562Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769550560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:39:10.662Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:39:10.664Z||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-10-20T22:39:10.664Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:39:10.679Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:39:10.679Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-20T22:39:11.575Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:39:11.575Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:39:11.576Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:39:21.139Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:39:21.140Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:39:21.142Z||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-10-20T22:39:21.142Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:39:30.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:39:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:39:33.805Z||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-10-20T22:39:33.805Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:39:33.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:39:33.807Z||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-10-20T22:39:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:39:33.830Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:39:33.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f15b092-e18a-4d26-bdc7-10f12501bd07",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769496002,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7f15b092-e18a-4d26-bdc7-10f12501bd07 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/cd96c889-549b-4204-b8d6-1375e7048cb0/model-vers/model-ver/9d35c694-f4f4-421e-a4e1-57b916a24e71) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:39:33.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769497019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769509928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:39:33.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769512597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:39:33.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:39:43.392Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:40:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:40:33.806Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:40:33.807Z||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-10-20T22:40:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:40:33.808Z||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-10-20T22:40:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:40:33.831Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:40:33.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-20T22:40:33.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769513847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:40:33.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:40:43.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:41:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:41:33.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:41:33.807Z||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-10-20T22:41:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:41:33.807Z||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-10-20T22:41:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:41:34.337Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:41:34.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769515279,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:41:34.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:34.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769516391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769517394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769518398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769519403,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:41:34.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae46697d-44ad-4f46-b2eb-489aa6c02a89",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769550560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae46697d-44ad-4f46-b2eb-489aa6c02a89 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23afd461-2805-4de7-a75e-5a6a74a78f61/model-vers/model-ver/a041b32a-ec4f-461d-8184-bf039f7a1e1f) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:41:34.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:41:43.373Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:42:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:42:33.807Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:42:33.808Z||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-10-20T22:42:33.808Z||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-10-20T22:42:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:42:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:42:43.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:42:43.369Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:33.805Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:43:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:43:33.807Z||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-10-20T22:43:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:43:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:43:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:43:39.859Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:39.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:43:39.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4dd84eed-d9b6-4938-9499-1d34677c6121","serviceName":"Demo_pNF_HLWZ5XtzmdJYY8DgHCrl","serviceVersion":"1.0","serviceUUID":"c5e01fb9-558d-406b-82a2-1b1aec89910a","serviceDescription":"catalog service description","serviceInvariantUUID":"6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac","resources":[{"resourceInstanceName":"pNF 870a4c16-ecb4 0","resourceName":"pNF 870a4c16-ecb4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cceb7c02-51d1-4e41-a395-5474db237f83","resourceInvariantUUID":"dafa6aea-ea6c-460e-a205-cf030b7ec690","resourceCustomizationUUID":"1307c3a0-77b8-4d71-a955-0210c4e3bb38","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml","artifactChecksum":"MzJkNWI2NmEyZjEwN2JmMmQzOTcwYWJkZjQ3ZTM2NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b4ffe02-60ad-43d7-9c79-03c2cc5adcb0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar","artifactChecksum":"OGEyNTcwOWFhZDdkNmQ1NDljOWYwNmQzMzhjMTFhYjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"735e9631-f9c0-4064-9a1a-d453893167d1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e85a2e2-8197-4a12-a51e-1367fe001d6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml","artifactChecksum":"NjE0ZGQ4YjJhNWI2NTAzNzU1NDVlODhkY2JjYjAxYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b3ba33b2-66aa-4069-b900-06d02a0a683c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e0bc74c-45d1-4b5d-8e30-0b786f219ed9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6290af3f-c4b5-4001-8df4-962a8e39b01b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml","artifactChecksum":"ZThhMDE2Yjg1ZDMxNzQxN2NkNmRlNjcwOGQ2MmFmYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9c96c05-b3a8-4988-a641-330cf4f26405","artifactVersion":"1"},{"artifactName":"service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar","artifactChecksum":"ZDc0NmRiY2E3OGRjYTZlNDllYTk0YjlmNmM2ODZkNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01702825-70aa-41d6-aea9-0cba6f728c5a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:43:39.864Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:39.865Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:39.869Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:39.869Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:39.969Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:43:39.971Z||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-10-20T22:43:39.971Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:39.987Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:39.987Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:40.038Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:40.038Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:43:40.039Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:40.039Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:43:40.871Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:40.872Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:40.873Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:40.874Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:40.974Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:40.974Z||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-10-20T22:43:40.974Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:40.985Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:40.985Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:41.874Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:41.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:41.878Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:41.878Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:41.978Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:41.979Z||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-10-20T22:43:41.979Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:41.991Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:41.991Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:43:42.879Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:42.879Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:42.882Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:42.882Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:42.985Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-10-20T22:43:42.986Z||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-10-20T22:43:42.986Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:42.997Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:42.998Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:43.883Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:43.883Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:43.885Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:43.885Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:43.985Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:43.986Z||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-10-20T22:43:43.986Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:43.998Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:43.999Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:44.885Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:44.886Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:44.888Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:44.888Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:44.988Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:44.989Z||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-10-20T22:43:44.989Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:44.999Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:45.000Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-20T22:43:45.888Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:45.890Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:45.893Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:45.893Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:43:45.993Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:45.994Z||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-10-20T22:43:45.994Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:46.005Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:46.005Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:46.893Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:43:46.894Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:46.895Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:46.895Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:43:46.995Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:43:46.996Z||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-10-20T22:43:46.996Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:47.017Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:47.017Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:47.896Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "serviceName": "Demo_pNF_HLWZ5XtzmdJYY8DgHCrl",
  "serviceVersion": "1.0",
  "serviceUUID": "c5e01fb9-558d-406b-82a2-1b1aec89910a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac",
  "resources": [
    {
      "resourceInstanceName": "pNF 870a4c16-ecb4 0",
      "resourceCustomizationUUID": "1307c3a0-77b8-4d71-a955-0210c4e3bb38",
      "resourceName": "pNF 870a4c16-ecb4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cceb7c02-51d1-4e41-a395-5474db237f83",
      "resourceInvariantUUID": "dafa6aea-ea6c-460e-a205-cf030b7ec690",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
      "artifactChecksum": "ZDc0NmRiY2E3OGRjYTZlNDllYTk0YjlmNmM2ODZkNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01702825-70aa-41d6-aea9-0cba6f728c5a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:43:47.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:43:47.897Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c5e01fb9-558d-406b-82a2-1b1aec89910a ASDC
2021-10-20T22:43:47.897Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4dd84eed-d9b6-4938-9499-1d34677c6121
ServiceName:Demo_pNF_HLWZ5XtzmdJYY8DgHCrl
ServiceVersion:1.0
ServiceUUID:c5e01fb9-558d-406b-82a2-1b1aec89910a
ServiceInvariantUUID:6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
ArtifactUUID:01702825-70aa-41d6-aea9-0cba6f728c5a
ArtifactChecksum:ZDc0NmRiY2E3OGRjYTZlNDllYTk0YjlmNmM2ODZkNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 870a4c16-ecb4 0
ResourceCustomizationUUID:1307c3a0-77b8-4d71-a955-0210c4e3bb38
ResourceInvariantUUID:dafa6aea-ea6c-460e-a205-cf030b7ec690
ResourceName:pNF 870a4c16-ecb4
ResourceType:PNF
ResourceUUID:cceb7c02-51d1-4e41-a395-5474db237f83
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-20T22:43:47.897Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5e01fb9-558d-406b-82a2-1b1aec89910a 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-10-20T22:43:47.925Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:43:47.926Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T22:43:47.926Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T22:43:47.926Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 01702825-70aa-41d6-aea9-0cba6f728c5a from URL: /sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:47.926Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-20T22:43:47.926Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:48.682Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-20T22:43:48.686Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar 01702825-70aa-41d6-aea9-0cba6f728c5a 82556
2021-10-20T22:43:48.686Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar ASDC sendASDCNotification
2021-10-20T22:43:48.686Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:48.686Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:43:48.686Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:48.688Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:48.688Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769828686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:43:48.788Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:48.789Z||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-10-20T22:43:48.789Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:48.802Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:48.803Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:49.689Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:43:49.690Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T22:43:49.690Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 01702825-70aa-41d6-aea9-0cba6f728c5a, URL: /sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar to file: /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:49.691Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:49.691Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:49.692Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.011Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4747749286604081152/Definitions/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml
2021-10-20T22:43:50.794Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:43:50.794Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-20T22:43:50.794Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.794Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-20T22:43:50.794Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 870a4c16-ecb4 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-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-20T22:43:50.795Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.796Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.796Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Node template pNF 870a4c16-ecb4 0 is matching search criteria
2021-10-20T22:43:50.796Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-20T22:43:50.796Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 870a4c16-ecb4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Node template pNF 870a4c16-ecb4 0 is matching search criteria
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 870a4c16-ecb4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.797Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.798Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.799Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.799Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.799Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HLWZ5XtzmdJYY8DgHCrl
Description:catalog service description
Model UUID:c5e01fb9-558d-406b-82a2-1b1aec89910a
Model Version:NULL
Model InvariantUuid:6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:43:50.807Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: cceb7c02-51d1-4e41-a395-5474db237f83
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:43:50.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||pNF 870a4c16-ecb4 0
2021-10-20T22:43:50.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cceb7c02-51d1-4e41-a395-5474db237f83
2021-10-20T22:43:50.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c5e01fb9-558d-406b-82a2-1b1aec89910a
2021-10-20T22:43:50.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c5e01fb9-558d-406b-82a2-1b1aec89910a
2021-10-20T22:43:50.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 870a4c16-ecb4 0 cceb7c02-51d1-4e41-a395-5474db237f83 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@336f98f0, org.onap.sdc.toscaparser.api.parameters.Input@efdbad9, org.onap.sdc.toscaparser.api.parameters.Input@4ba3a89b, org.onap.sdc.toscaparser.api.parameters.Input@52f49a6f, org.onap.sdc.toscaparser.api.parameters.Input@1d9320d9]
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c5e01fb9-558d-406b-82a2-1b1aec89910a: pNF 870a4c16-ecb4
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Processing PNF resource: cceb7c02-51d1-4e41-a395-5474db237f83
2021-10-20T22:43:50.817Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:43:50.818Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_HLWZ5XtzmdJYY8DgHCrl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:43:50.818Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1307c3a0-77b8-4d71-a955-0210c4e3bb38 is the same as notified resource customizationUUID: 1307c3a0-77b8-4d71-a955-0210c4e3bb38
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-20T22:43:50.855Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 870a4c16-ecb4 cceb7c02-51d1-4e41-a395-5474db237f83 0 ASDC deployResourceStructure
2021-10-20T22:43:50.855Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar ASDC sendASDCNotification
2021-10-20T22:43:50.855Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar
2021-10-20T22:43:50.855Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:43:50.855Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:43:50.857Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:43:50.857Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769830855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:43:50.957Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:43:50.958Z||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-10-20T22:43:50.958Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:43:50.969Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:43:50.970Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:43:51.858Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:43:51.868Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:43:51.870Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:43:51.870Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:43:51.870Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:44:21.870Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:44:21.884Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:44:21.888Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:44:21.888Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:44:21.888Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:44:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:44:33.812Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:44:33.812Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:44:33.845Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:44:33.846Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:44:33.846Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:44:33.847Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:44:51.889Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:44:51.914Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:44:51.916Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:44:51.916Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:44:51.916Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:45:21.916Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:45:21.931Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:45:21.938Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:45:21.938Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:45:21.938Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:45:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:45:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:45:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:45:33.833Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:45:33.834Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T22:45:33.834Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:45:33.835Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:45:51.939Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:45:51.961Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:45:51.963Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:45:51.963Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:45:51.963Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:46:21.963Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:46:21.974Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:46:21.976Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:46:21.976Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-20T22:46:21.976Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-20T22:46:33.807Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:46:33.808Z||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-10-20T22:46:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:46:34.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:46:34.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.357Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769815358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769819166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769813805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769819662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769827999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769828028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769828640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769828686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769829033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769829038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634769830037,
  "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-10-20T22:46:34.380Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4dd84eed-d9b6-4938-9499-1d34677c6121
2021-10-20T22:46:34.380Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dd84eed-d9b6-4938-9499-1d34677c6121 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-10-20T22:46:34.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769822383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "policy-id",
  "timestamp": 1634769830042,
  "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-10-20T22:46:34.395Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4dd84eed-d9b6-4938-9499-1d34677c6121
2021-10-20T22:46:34.395Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dd84eed-d9b6-4938-9499-1d34677c6121 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-10-20T22:46:34.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.407Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634769830855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769831445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769824453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "cds",
  "timestamp": 1634769832450,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:46:34.415Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4dd84eed-d9b6-4938-9499-1d34677c6121
2021-10-20T22:46:34.415Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dd84eed-d9b6-4938-9499-1d34677c6121 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:46:34.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769833220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769833314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.424Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "aai-ml",
  "timestamp": 1634769834318,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:46:34.428Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4dd84eed-d9b6-4938-9499-1d34677c6121
2021-10-20T22:46:34.428Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dd84eed-d9b6-4938-9499-1d34677c6121 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-10-20T22:46:34.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/resourceInstances/pnf870a4c16ecb40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769835253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634769836257,
  "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-10-20T22:46:34.442Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4dd84eed-d9b6-4938-9499-1d34677c6121
2021-10-20T22:46:34.442Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4dd84eed-d9b6-4938-9499-1d34677c6121 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-10-20T22:46:34.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634769829062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:46:34.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:34.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T22:46:34.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "dcae-sch",
  "timestamp": 1634769829497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHlwz5xtzmdjyy8dghcrl/1.0/artifacts/service-DemoPnfHlwz5xtzmdjyy8dghcrl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:46:34.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:46:51.977Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:46:51.991Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:46:51.993Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:46:51.994Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:46:51.998Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:47:21.999Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4dd84eed-d9b6-4938-9499-1d34677c6121 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-10-20T22:47:22.020Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4dd84eed-d9b6-4938-9499-1d34677c6121 and serviceModelVersionId: c5e01fb9-558d-406b-82a2-1b1aec89910a
2021-10-20T22:47:22.020Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac
2021-10-20T22:47:22.023Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0
2021-10-20T22:47:22.033Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:47:22.103Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-20T22:47:22.106Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0|INFO|500||Invoke
2021-10-20T22:47:22.127Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:47:22.162Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:47:22.162Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211020-22:47:22:135-66377], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:47:22 GMT], Content-Type=[application/json]}
2021-10-20T22:47:22.163Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a","ERR.5.4.6114"]}}}

2021-10-20T22:47:22.168Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec=ERR.5.4.6114)
2021-10-20T22:47:22.173Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:47:22.173Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec=ERR.5.4.6114)
2021-10-20T22:47:22.174Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:47:22.179Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T22:47:22.179Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4dd84eed-d9b6-4938-9499-1d34677c6121 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec=ERR.5.4.6114)
2021-10-20T22:47:22.179Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:47:22.180Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:47:22.188Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:47:22.188Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770042179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:47:22.283Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-20T22:47:22.283Z||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-10-20T22:47:22.284Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:47:22.300Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:47:22.301Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 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-10-20T22:47:23.205Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:47:23.205Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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-10-20T22:47:23.206Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:47:33.426Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:47:33.427Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:47:33.428Z||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-10-20T22:47:33.428Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:47:33.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:47:33.810Z||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-10-20T22:47:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:47:34.436Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:47:34.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-20T22:47:34.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4dd84eed-d9b6-4938-9499-1d34677c6121",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770042179,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4dd84eed-d9b6-4938-9499-1d34677c6121 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/6b1a0b50-7a5e-40d9-b3f1-3328f9b49dac/model-vers/model-ver/c5e01fb9-558d-406b-82a2-1b1aec89910a) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:47:34.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:47:42.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:47:42.976Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:47:42.977Z||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-10-20T22:47:42.977Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:47:52.526Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:47:52.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:47:52.528Z||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-10-20T22:47:52.528Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:48:02.069Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:48:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:48:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:48:33.807Z||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-10-20T22:48:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:48:33.807Z||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-10-20T22:48:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:48:43.364Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:48:43.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:49:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:49:33.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:49:33.807Z||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-10-20T22:49:33.807Z||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-10-20T22:49:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:49:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:49:43.370Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:49:43.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:50:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:50:33.807Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:50:33.808Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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-10-20T22:50:33.808Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:50:33.808Z||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-10-20T22:50:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:50:43.358Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:50:43.365Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:51:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:51:33.807Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:51:33.809Z||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-10-20T22:51:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:51:33.809Z||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-10-20T22:51:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:51:43.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:51:43.398Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:52:33.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:52:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:52:33.808Z||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-10-20T22:52:33.808Z||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-10-20T22:52:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:52:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:52:43.360Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:52:43.360Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:33.805Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:53:33.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:53:33.808Z||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-10-20T22:53:33.808Z||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-10-20T22:53:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:53:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:53:34.508Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:34.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:34.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"186886b8-aed8-423d-913d-68a069905cf1","serviceName":"Demo_pNF_E9nFmpxkiBsHc6Moyw3W","serviceVersion":"1.0","serviceUUID":"61ebf523-2dc5-4b25-9a64-682633033651","serviceDescription":"catalog service description","serviceInvariantUUID":"23e5df7b-97da-4a2e-afdb-4c150c94f100","resources":[{"resourceInstanceName":"pNF ec2e2deb-2a16 0","resourceName":"pNF ec2e2deb-2a16","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"83405784-332d-422c-8cbe-60837e6d85ee","resourceInvariantUUID":"4804d616-2c7f-4937-a8c9-a0602fc53ccd","resourceCustomizationUUID":"a42c6af7-9973-4915-ae00-d28333ab251a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml","artifactChecksum":"NTBlMzJlYmU2ODgxM2UyZWJjMzQ0MDg4MDBiZTBkYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8eb321b-79a7-4fe9-8264-b7fede6919b4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar","artifactChecksum":"OGEyNTcwOWFhZDdkNmQ1NDljOWYwNmQzMzhjMTFhYjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b307eccb-91dd-45e4-a9fc-5e893da95deb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6413731e-78f6-44d7-a747-07416ffccb21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml","artifactChecksum":"MjEwYTFjMDE1ZjA4NzYxMDdjNGUwYjc2MWRjOTNlNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f1111d8-66bc-4788-a664-14da531c98c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3ec55314-6a7a-438c-8778-d448311b6776","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e7d8a719-a300-4e8a-b6f0-19dbc3d59aaa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml","artifactChecksum":"MzM0MDRhNjZjNGU4OTc5NDMyOTdhZDE5NmRiNWRiYTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1019898-6e43-477b-8dc8-ded1761c7542","artifactVersion":"1"},{"artifactName":"service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar","artifactChecksum":"Zjk0Mjc5YjU1Njk2ZGQxYTVhNTM4OTQ2OGQxOGQ2NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27f8d24d-6c6f-453c-afcd-f429a4d82a0a","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T22:53:34.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.513Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.514Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.517Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.517Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770369062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "dcae-sch",
  "timestamp": 1634770369498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770364453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770382840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770375358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770384244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770384838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770377383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770385277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770385844,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:53:34.547Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 186886b8-aed8-423d-913d-68a069905cf1
2021-10-20T22:53:34.547Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186886b8-aed8-423d-913d-68a069905cf1 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-10-20T22:53:34.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770386232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:34.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770386287,
  "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-10-20T22:53:34.567Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 186886b8-aed8-423d-913d-68a069905cf1
2021-10-20T22:53:34.568Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186886b8-aed8-423d-913d-68a069905cf1 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-10-20T22:53:34.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770379165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "cds",
  "timestamp": 1634770387242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-20T22:53:34.585Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 186886b8-aed8-423d-913d-68a069905cf1
2021-10-20T22:53:34.585Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186886b8-aed8-423d-913d-68a069905cf1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T22:53:34.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770388196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:34.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770389202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:53:34.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "policy-id",
  "timestamp": 1634770390207,
  "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-10-20T22:53:34.607Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186886b8-aed8-423d-913d-68a069905cf1
2021-10-20T22:53:34.607Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186886b8-aed8-423d-913d-68a069905cf1 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-10-20T22:53:34.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770389661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:34.617Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770398404,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:34.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.618Z||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-10-20T22:53:34.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770402787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T22:53:34.618Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:34.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:53:34.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:53:34.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "aai-ml",
  "timestamp": 1634770403791,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T22:53:34.623Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 186886b8-aed8-423d-913d-68a069905cf1
2021-10-20T22:53:34.624Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186886b8-aed8-423d-913d-68a069905cf1 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-10-20T22:53:34.637Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:34.641Z||pool-102-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:35.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:35.518Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:35.520Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:35.520Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:35.620Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:35.621Z||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-10-20T22:53:35.621Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:35.631Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:35.631Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:36.520Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:36.521Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:36.523Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:36.524Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:36.623Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:53:36.623Z||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-10-20T22:53:36.623Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:36.637Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:36.637Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:37.524Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:37.525Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:37.527Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:37.527Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:37.627Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:37.627Z||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-10-20T22:53:37.627Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:37.644Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:37.645Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:38.527Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:38.528Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:38.529Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:38.530Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:38.630Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:38.631Z||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-10-20T22:53:38.631Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:38.645Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:38.645Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:39.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:39.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:39.532Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:39.532Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:39.632Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T22:53:39.633Z||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-10-20T22:53:39.633Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:39.644Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:39.645Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:40.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:40.533Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:40.535Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:40.535Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:53:40.635Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:40.637Z||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-10-20T22:53:40.637Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:40.647Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:40.648Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:41.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T22:53:41.537Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:41.543Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:41.543Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:53:41.644Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:41.644Z||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-10-20T22:53:41.644Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:41.681Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:41.681Z||pool-109-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:42.544Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "serviceName": "Demo_pNF_E9nFmpxkiBsHc6Moyw3W",
  "serviceVersion": "1.0",
  "serviceUUID": "61ebf523-2dc5-4b25-9a64-682633033651",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "23e5df7b-97da-4a2e-afdb-4c150c94f100",
  "resources": [
    {
      "resourceInstanceName": "pNF ec2e2deb-2a16 0",
      "resourceCustomizationUUID": "a42c6af7-9973-4915-ae00-d28333ab251a",
      "resourceName": "pNF ec2e2deb-2a16",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "83405784-332d-422c-8cbe-60837e6d85ee",
      "resourceInvariantUUID": "4804d616-2c7f-4937-a8c9-a0602fc53ccd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
      "artifactChecksum": "Zjk0Mjc5YjU1Njk2ZGQxYTVhNTM4OTQ2OGQxOGQ2NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27f8d24d-6c6f-453c-afcd-f429a4d82a0a"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T22:53:42.545Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T22:53:42.545Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61ebf523-2dc5-4b25-9a64-682633033651 ASDC
2021-10-20T22:53:42.546Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:186886b8-aed8-423d-913d-68a069905cf1
ServiceName:Demo_pNF_E9nFmpxkiBsHc6Moyw3W
ServiceVersion:1.0
ServiceUUID:61ebf523-2dc5-4b25-9a64-682633033651
ServiceInvariantUUID:23e5df7b-97da-4a2e-afdb-4c150c94f100
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
ArtifactUUID:27f8d24d-6c6f-453c-afcd-f429a4d82a0a
ArtifactChecksum:Zjk0Mjc5YjU1Njk2ZGQxYTVhNTM4OTQ2OGQxOGQ2NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ec2e2deb-2a16 0
ResourceCustomizationUUID:a42c6af7-9973-4915-ae00-d28333ab251a
ResourceInvariantUUID:4804d616-2c7f-4937-a8c9-a0602fc53ccd
ResourceName:pNF ec2e2deb-2a16
ResourceType:PNF
ResourceUUID:83405784-332d-422c-8cbe-60837e6d85ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-20T22:53:42.546Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61ebf523-2dc5-4b25-9a64-682633033651 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-10-20T22:53:42.587Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:53:42.587Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-20T22:53:42.588Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-20T22:53:42.588Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 27f8d24d-6c6f-453c-afcd-f429a4d82a0a from URL: /sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:42.588Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-20T22:53:42.588Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:42.659Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-20T22:53:42.663Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar 27f8d24d-6c6f-453c-afcd-f429a4d82a0a 82534
2021-10-20T22:53:42.663Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar ASDC sendASDCNotification
2021-10-20T22:53:42.663Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:42.664Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T22:53:42.664Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:42.666Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:42.666Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770422663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:53:42.766Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:42.767Z||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-10-20T22:53:42.767Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:42.779Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:42.780Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:43.666Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T22:53:43.667Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-20T22:53:43.668Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 27f8d24d-6c6f-453c-afcd-f429a4d82a0a, URL: /sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar to file: /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:43.668Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:43.669Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:43.669Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:43.836Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4665213986221861347/Definitions/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml
2021-10-20T22:53:44.605Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T22:53:44.605Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-20T22:53:44.605Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ec2e2deb-2a16 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-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|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-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|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-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.606Z|186886b8-aed8-423d-913d-68a069905cf1|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-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.607Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-20T22:53:44.607Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.607Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.607Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Node template pNF ec2e2deb-2a16 0 is matching search criteria
2021-10-20T22:53:44.608Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-20T22:53:44.608Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ec2e2deb-2a16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:53:44.608Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.608Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Node template pNF ec2e2deb-2a16 0 is matching search criteria
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF ec2e2deb-2a16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.609Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.610Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.610Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.610Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.610Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.610Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.611Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.611Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.611Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_E9nFmpxkiBsHc6Moyw3W
Description:catalog service description
Model UUID:61ebf523-2dc5-4b25-9a64-682633033651
Model Version:NULL
Model InvariantUuid:23e5df7b-97da-4a2e-afdb-4c150c94f100
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T22:53:44.616Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 83405784-332d-422c-8cbe-60837e6d85ee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:53:44.620Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||pNF ec2e2deb-2a16 0
2021-10-20T22:53:44.620Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 83405784-332d-422c-8cbe-60837e6d85ee
2021-10-20T22:53:44.621Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 61ebf523-2dc5-4b25-9a64-682633033651
2021-10-20T22:53:44.621Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 61ebf523-2dc5-4b25-9a64-682633033651
2021-10-20T22:53:44.621Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ec2e2deb-2a16 0 83405784-332d-422c-8cbe-60837e6d85ee ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:53:44.625Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47a5b639, org.onap.sdc.toscaparser.api.parameters.Input@68be3879, org.onap.sdc.toscaparser.api.parameters.Input@7f4b1c35, org.onap.sdc.toscaparser.api.parameters.Input@510f2d69, org.onap.sdc.toscaparser.api.parameters.Input@3b715d0f]
2021-10-20T22:53:44.625Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.625Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.626Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 61ebf523-2dc5-4b25-9a64-682633033651: pNF ec2e2deb-2a16
2021-10-20T22:53:44.626Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Processing PNF resource: 83405784-332d-422c-8cbe-60837e6d85ee
2021-10-20T22:53:44.626Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T22:53:44.626Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_E9nFmpxkiBsHc6Moyw3W is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T22:53:44.626Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||Resource customization UUID: a42c6af7-9973-4915-ae00-d28333ab251a is the same as notified resource customizationUUID: a42c6af7-9973-4915-ae00-d28333ab251a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-20T22:53:44.665Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ec2e2deb-2a16 83405784-332d-422c-8cbe-60837e6d85ee 0 ASDC deployResourceStructure
2021-10-20T22:53:44.665Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar ASDC sendASDCNotification
2021-10-20T22:53:44.665Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar
2021-10-20T22:53:44.665Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T22:53:44.665Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:53:44.667Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:53:44.667Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770424665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:53:44.767Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T22:53:44.768Z||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-10-20T22:53:44.768Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:53:44.784Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:53:44.785Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-20T22:53:45.668Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186886b8-aed8-423d-913d-68a069905cf1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T22:53:45.680Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186886b8-aed8-423d-913d-68a069905cf1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T22:53:45.683Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T22:53:45.683Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T22:53:45.683Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T22:53:45.684Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T22:53:45.684Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-20T22:53:45.684Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T22:53:45.684Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T22:53:45.689Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T22:54:15.690Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 186886b8-aed8-423d-913d-68a069905cf1 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-10-20T22:54:15.700Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 186886b8-aed8-423d-913d-68a069905cf1 and serviceModelVersionId: 61ebf523-2dc5-4b25-9a64-682633033651
2021-10-20T22:54:15.700Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23e5df7b-97da-4a2e-afdb-4c150c94f100
2021-10-20T22:54:15.701Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0
2021-10-20T22:54:15.707Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T22:54:15.754Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|INFO|500||Invoke
2021-10-20T22:54:15.754Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[186886b8-aed8-423d-913d-68a069905cf1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f020dc0c-be70-4709-918e-971e33cf1443], X-ECOMP-RequestID=[186886b8-aed8-423d-913d-68a069905cf1], X-TransactionId=[], X-ONAP-RequestID=[186886b8-aed8-423d-913d-68a069905cf1], Content-Type=[application/merge-patch+json]}
2021-10-20T22:54:15.782Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T22:54:15.810Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211020-22:54:15:788-97016], Content-Length=[495], Date=[Wed, 20 Oct 2021 22:54:15 GMT], Content-Type=[application/json]}
2021-10-20T22:54:15.811Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651","ERR.5.4.6114"]}}}

2021-10-20T22:54:15.812Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T22:54:15.817Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec=ERR.5.4.6114)
2021-10-20T22:54:15.817Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T22:54:15.817Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec=ERR.5.4.6114)
2021-10-20T22:54:15.817Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T22:54:15.821Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:54:15.821Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 186886b8-aed8-423d-913d-68a069905cf1 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec=ERR.5.4.6114)
2021-10-20T22:54:15.821Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T22:54:15.821Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-20T22:54:15.829Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T22:54:15.829Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770455821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:54:15.923Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-20T22:54:15.924Z||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-10-20T22:54:15.925Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T22:54:15.939Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:54:15.940Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-20T22:54:33.805Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:54:33.807Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:54:33.807Z||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-10-20T22:54:33.807Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:54:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:54:33.808Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:54:33.933Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:54:33.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-10-20T22:54:33.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:54:33.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:54:43.371Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:55:33.807Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:55:33.806Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:55:33.811Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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-10-20T22:55:33.812Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:55:33.812Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:55:33.812Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:55:34.345Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:55:34.347Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.347Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.348Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.348Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.348Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.348Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.348Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/resourceInstances/pnfec2e2deb2a160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.349Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770413805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770422663,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770424665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfE9nfmpxkibshc6moyw3w/1.0/artifacts/service-DemoPnfE9nfmpxkibshc6moyw3w-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "186886b8-aed8-423d-913d-68a069905cf1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634770455821,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d186886b8-aed8-423d-913d-68a069905cf1 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/23e5df7b-97da-4a2e-afdb-4c150c94f100/model-vers/model-ver/61ebf523-2dc5-4b25-9a64-682633033651) (ec\u003dERR.5.4.6114)"
}
2021-10-20T22:55:34.350Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T22:55:43.372Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:56:33.805Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:56:33.806Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:56:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:56:33.807Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:56:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:56:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:56:43.365Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:56:43.369Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:57:33.805Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:57:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:57:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:57:33.807Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:57:33.807Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:57:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:57:43.370Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:57:43.370Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:58:33.805Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:58:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:58:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T22:58:33.808Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T22:58:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:58:33.808Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T22:58:43.433Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:58:43.433Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:59:33.806Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:59:33.806Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T22:59:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T22:59:33.809Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T22:59:33.809Z||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-10-20T22:59:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T22:59:43.371Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T22:59:43.371Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:00:33.813Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:00:33.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:00:33.833Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:00:33.833Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:00:33.833Z||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-10-20T23:00:33.833Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:00:43.405Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:00:43.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:01:33.805Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:01:33.805Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:01:33.806Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:01:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:01:33.807Z||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-10-20T23:01:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:01:43.354Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:01:43.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:02:33.807Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:02:33.809Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:02:33.810Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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-10-20T23:02:33.810Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T23:02:33.810Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:02:33.810Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:02:43.365Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:02:43.365Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:33.807Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:03:33.805Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:03:33.808Z||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-10-20T23:03:33.808Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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-10-20T23:03:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:03:33.808Z|4dd84eed-d9b6-4938-9499-1d34677c6121|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:03:34.440Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:34.441Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:34.442Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.442Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"daa819c1-c4b6-429c-a55d-dbce09028c43","serviceName":"Demo_pNF_VY3o5ld6e8LNF2xDEsAD","serviceVersion":"1.0","serviceUUID":"74fef16c-8429-48f2-8edc-6e28b887dbb1","serviceDescription":"catalog service description","serviceInvariantUUID":"281768d6-45e0-40d7-aad7-263fca2126d5","resources":[{"resourceInstanceName":"pNF d00b0c17-a865 0","resourceName":"pNF d00b0c17-a865","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb","resourceInvariantUUID":"bcda753f-3fec-4c3b-a1c1-ce11f6929076","resourceCustomizationUUID":"b57dde95-1318-43f3-b11b-c989e80d26f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml","artifactChecksum":"NWU3ZDZjNWQ4MjUwZWUxMDNmMzFlZmRkM2Q1YTI5Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de3bb3fa-9bac-4eb1-9f41-cf9d5b2f29bf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar","artifactChecksum":"OGEyNTcwOWFhZDdkNmQ1NDljOWYwNmQzMzhjMTFhYjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e5630716-4cf7-46cf-89f7-7363245803f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"65c2866f-4ddf-426b-be34-6b50dd523988","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml","artifactChecksum":"NDJhODhiZTQ1OGQzOWNlYzc5ZDYzZDQ3NWYzZDhlMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"79c1552d-7e57-4f18-a9a4-9144c40077d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd255e77-f30c-40eb-85ad-cf61897f7c5c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07d350e8-6834-49f9-bfdc-ef4bff01e4d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml","artifactChecksum":"Njk2OTg4MGEwZjFiMTMxMTY2OTYzZDFkMTQ1NjA1NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6541b9e8-21b4-4b64-8869-43c95d54ce76","artifactVersion":"1"},{"artifactName":"service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar","artifactChecksum":"OTAzMWM5YzY3NjNiZDNhZjZjN2ZiOTE1MmExZDU2MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6f6caaf-1686-4010-847f-08f969d55eb7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T23:03:34.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.448Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:34.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.449Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:34.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.461Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:34.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.461Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770964452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770959662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770962383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770955358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770959165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770973748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770973861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770973882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:34.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770973882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:34.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770973874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:34.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770974902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T23:03:34.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "cds",
  "timestamp": 1634770974893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T23:03:34.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daa819c1-c4b6-429c-a55d-dbce09028c43
2021-10-20T23:03:34.497Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa819c1-c4b6-429c-a55d-dbce09028c43 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T23:03:34.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770974879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:03:34.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770975809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:03:34.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "policy-id",
  "timestamp": 1634770975883,
  "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-10-20T23:03:34.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daa819c1-c4b6-429c-a55d-dbce09028c43
2021-10-20T23:03:34.513Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa819c1-c4b6-429c-a55d-dbce09028c43 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-10-20T23:03:34.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634770975904,
  "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-10-20T23:03:34.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of daa819c1-c4b6-429c-a55d-dbce09028c43
2021-10-20T23:03:34.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa819c1-c4b6-429c-a55d-dbce09028c43 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-10-20T23:03:34.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.536Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634770969062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:34.537Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.538Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634770976814,
  "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-10-20T23:03:34.543Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daa819c1-c4b6-429c-a55d-dbce09028c43
2021-10-20T23:03:34.543Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa819c1-c4b6-429c-a55d-dbce09028c43 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-10-20T23:03:34.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "dcae-sch",
  "timestamp": 1634770969500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:34.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:03:34.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770978328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T23:03:34.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:03:34.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:03:34.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "aai-ml",
  "timestamp": 1634770979331,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T23:03:34.556Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of daa819c1-c4b6-429c-a55d-dbce09028c43
2021-10-20T23:03:34.556Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId daa819c1-c4b6-429c-a55d-dbce09028c43 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-10-20T23:03:34.559Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T23:03:34.559Z||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-10-20T23:03:34.559Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:34.577Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:34.577Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:35.462Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:35.463Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:35.465Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:35.466Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:35.565Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T23:03:35.566Z||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-10-20T23:03:35.566Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:35.578Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:35.579Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:36.466Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:36.467Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:36.469Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:36.469Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:36.569Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:36.570Z||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-10-20T23:03:36.570Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:36.580Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:36.581Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:37.469Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:37.470Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:37.472Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:37.472Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:37.572Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:37.572Z||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-10-20T23:03:37.573Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:37.589Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:37.590Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:38.476Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:38.477Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:38.480Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:38.480Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:38.580Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:38.581Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:38.581Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:38.601Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:38.601Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:39.481Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:39.481Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:39.488Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:39.488Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:39.584Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-20T23:03:39.584Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:39.585Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:39.596Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:39.597Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:40.489Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:40.489Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:40.491Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:40.491Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:03:40.592Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T23:03:40.593Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:40.594Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:40.606Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:40.606Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:41.493Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:03:41.493Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:41.496Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:41.497Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:03:41.597Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:41.598Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:41.598Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:41.613Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:41.613Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:42.498Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "serviceName": "Demo_pNF_VY3o5ld6e8LNF2xDEsAD",
  "serviceVersion": "1.0",
  "serviceUUID": "74fef16c-8429-48f2-8edc-6e28b887dbb1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "281768d6-45e0-40d7-aad7-263fca2126d5",
  "resources": [
    {
      "resourceInstanceName": "pNF d00b0c17-a865 0",
      "resourceCustomizationUUID": "b57dde95-1318-43f3-b11b-c989e80d26f5",
      "resourceName": "pNF d00b0c17-a865",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb",
      "resourceInvariantUUID": "bcda753f-3fec-4c3b-a1c1-ce11f6929076",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
      "artifactChecksum": "OTAzMWM5YzY3NjNiZDNhZjZjN2ZiOTE1MmExZDU2MjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d6f6caaf-1686-4010-847f-08f969d55eb7"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T23:03:42.498Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T23:03:42.498Z|4dd84eed-d9b6-4938-9499-1d34677c6121|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 74fef16c-8429-48f2-8edc-6e28b887dbb1 ASDC
2021-10-20T23:03:42.499Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:daa819c1-c4b6-429c-a55d-dbce09028c43
ServiceName:Demo_pNF_VY3o5ld6e8LNF2xDEsAD
ServiceVersion:1.0
ServiceUUID:74fef16c-8429-48f2-8edc-6e28b887dbb1
ServiceInvariantUUID:281768d6-45e0-40d7-aad7-263fca2126d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
ArtifactUUID:d6f6caaf-1686-4010-847f-08f969d55eb7
ArtifactChecksum:OTAzMWM5YzY3NjNiZDNhZjZjN2ZiOTE1MmExZDU2MjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d00b0c17-a865 0
ResourceCustomizationUUID:b57dde95-1318-43f3-b11b-c989e80d26f5
ResourceInvariantUUID:bcda753f-3fec-4c3b-a1c1-ce11f6929076
ResourceName:pNF d00b0c17-a865
ResourceType:PNF
ResourceUUID:4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-20T23:03:42.499Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74fef16c-8429-48f2-8edc-6e28b887dbb1 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-10-20T23:03:42.525Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T23:03:42.527Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T23:03:42.527Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T23:03:42.527Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d6f6caaf-1686-4010-847f-08f969d55eb7 from URL: /sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:42.527Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-20T23:03:42.527Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:42.634Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-20T23:03:42.638Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar d6f6caaf-1686-4010-847f-08f969d55eb7 82545
2021-10-20T23:03:42.638Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar ASDC sendASDCNotification
2021-10-20T23:03:42.638Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:42.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T23:03:42.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:42.640Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:42.640Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771022638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:03:42.741Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:42.742Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:42.742Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:42.752Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:42.752Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:03:43.641Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T23:03:43.641Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-20T23:03:43.642Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d6f6caaf-1686-4010-847f-08f969d55eb7, URL: /sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar to file: /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:43.642Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:43.643Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:43.643Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:43.834Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1121038443634352514/Definitions/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml
2021-10-20T23:03:44.572Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.573Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d00b0c17-a865 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-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-20T23:03:44.574Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.575Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.575Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Node template pNF d00b0c17-a865 0 is matching search criteria
2021-10-20T23:03:44.575Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-20T23:03:44.575Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d00b0c17-a865 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T23:03:44.576Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.576Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.576Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Node template pNF d00b0c17-a865 0 is matching search criteria
2021-10-20T23:03:44.576Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-20T23:03:44.576Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF d00b0c17-a865 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T23:03:44.577Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.577Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.577Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.577Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.577Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.578Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.578Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.578Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.578Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.578Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.579Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VY3o5ld6e8LNF2xDEsAD
Description:catalog service description
Model UUID:74fef16c-8429-48f2-8edc-6e28b887dbb1
Model Version:NULL
Model InvariantUuid:281768d6-45e0-40d7-aad7-263fca2126d5
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T23:03:44.584Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:03:44.588Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||pNF d00b0c17-a865 0
2021-10-20T23:03:44.589Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb
2021-10-20T23:03:44.589Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 74fef16c-8429-48f2-8edc-6e28b887dbb1
2021-10-20T23:03:44.589Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 74fef16c-8429-48f2-8edc-6e28b887dbb1
2021-10-20T23:03:44.589Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d00b0c17-a865 0 4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:03:44.593Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27526b11, org.onap.sdc.toscaparser.api.parameters.Input@40dce6c5, org.onap.sdc.toscaparser.api.parameters.Input@37046d9, org.onap.sdc.toscaparser.api.parameters.Input@114326ec, org.onap.sdc.toscaparser.api.parameters.Input@257dcd36]
2021-10-20T23:03:44.593Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.593Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.594Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 74fef16c-8429-48f2-8edc-6e28b887dbb1: pNF d00b0c17-a865
2021-10-20T23:03:44.594Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Processing PNF resource: 4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb
2021-10-20T23:03:44.594Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:03:44.594Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_VY3o5ld6e8LNF2xDEsAD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:03:44.594Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||Resource customization UUID: b57dde95-1318-43f3-b11b-c989e80d26f5 is the same as notified resource customizationUUID: b57dde95-1318-43f3-b11b-c989e80d26f5
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-20T23:03:44.624Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d00b0c17-a865 4ea3d507-1bc9-4ed2-9d59-2cbf66a515bb 0 ASDC deployResourceStructure
2021-10-20T23:03:44.624Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar ASDC sendASDCNotification
2021-10-20T23:03:44.624Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar
2021-10-20T23:03:44.624Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T23:03:44.625Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:03:44.626Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:03:44.626Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771024624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:03:44.726Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:03:44.727Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:03:44.727Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:03:44.741Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:03:44.742Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-20T23:03:45.627Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daa819c1-c4b6-429c-a55d-dbce09028c43
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T23:03:45.637Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daa819c1-c4b6-429c-a55d-dbce09028c43
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T23:03:45.639Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T23:03:45.644Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T23:04:15.644Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daa819c1-c4b6-429c-a55d-dbce09028c43 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-10-20T23:04:15.651Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daa819c1-c4b6-429c-a55d-dbce09028c43 and serviceModelVersionId: 74fef16c-8429-48f2-8edc-6e28b887dbb1
2021-10-20T23:04:15.651Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 281768d6-45e0-40d7-aad7-263fca2126d5
2021-10-20T23:04:15.652Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0
2021-10-20T23:04:15.657Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T23:04:15.702Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|INFO|500||Invoke
2021-10-20T23:04:15.702Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[daa819c1-c4b6-429c-a55d-dbce09028c43], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8061c638-23aa-4d71-8ca8-634eba09b428], X-ECOMP-RequestID=[daa819c1-c4b6-429c-a55d-dbce09028c43], X-TransactionId=[], X-ONAP-RequestID=[daa819c1-c4b6-429c-a55d-dbce09028c43], Content-Type=[application/merge-patch+json]}
2021-10-20T23:04:15.722Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T23:04:15.769Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211020-23:04:15:729-87064], Content-Length=[495], Date=[Wed, 20 Oct 2021 23:04:15 GMT], Content-Type=[application/json]}
2021-10-20T23:04:15.770Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1","ERR.5.4.6114"]}}}

2021-10-20T23:04:15.771Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T23:04:15.784Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=daa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec=ERR.5.4.6114)
2021-10-20T23:04:15.785Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=daa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T23:04:15.786Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=daa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec=ERR.5.4.6114)
2021-10-20T23:04:15.786Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=daa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:04:15.794Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T23:04:15.794Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daa819c1-c4b6-429c-a55d-dbce09028c43 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=daa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec=ERR.5.4.6114)
2021-10-20T23:04:15.794Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T23:04:15.795Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:04:15.798Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:04:15.798Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771055794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddaa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec\u003dERR.5.4.6114)"
}
2021-10-20T23:04:15.899Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T23:04:15.900Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:04:15.900Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:04:15.918Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:04:15.919Z||pool-123-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-10-20T23:04:33.805Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:04:33.806Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:04:33.807Z||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-10-20T23:04:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:04:33.807Z|daa819c1-c4b6-429c-a55d-dbce09028c43|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-10-20T23:04:33.808Z|daa819c1-c4b6-429c-a55d-dbce09028c43|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:04:33.930Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:04:33.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:04:33.932Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:04:33.934Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:04:43.350Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:05:33.807Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:05:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:05:33.810Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:05:33.810Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:05:33.810Z||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-10-20T23:05:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:05:34.349Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:05:34.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/resourceInstances/pnfd00b0c17a8650/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771013805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:05:34.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:05:34.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771022638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:05:34.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:05:34.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771024624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVy3o5ld6e8lnf2xdesad/1.0/artifacts/service-DemoPnfVy3o5ld6e8lnf2xdesad-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:05:34.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:05:34.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-20T23:05:34.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daa819c1-c4b6-429c-a55d-dbce09028c43",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771055794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddaa819c1-c4b6-429c-a55d-dbce09028c43 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/281768d6-45e0-40d7-aad7-263fca2126d5/model-vers/model-ver/74fef16c-8429-48f2-8edc-6e28b887dbb1) (ec\u003dERR.5.4.6114)"
}
2021-10-20T23:05:34.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:05:43.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:06:33.805Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:06:33.806Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:06:33.806Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:06:33.806Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:06:33.807Z||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-10-20T23:06:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:06:43.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:06:43.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:07:33.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:07:33.807Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:07:33.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:07:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T23:07:33.808Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:07:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:07:43.382Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:07:43.386Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:08:33.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:08:33.807Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:08:33.809Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:08:33.809Z||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-10-20T23:08:33.809Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:08:33.809Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:08:43.369Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:08:43.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:33.805Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:09:33.807Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:09:33.808Z||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-10-20T23:09:33.808Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:09:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:09:33.808Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:34.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:34.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dfa949c-8d7e-4b81-aac5-3e541bae95ed","serviceName":"Demo_pNF_nykyIAFYTqJcUMk8LZ83","serviceVersion":"1.0","serviceUUID":"f5266efc-487b-4f43-835d-e7ba73b301ac","serviceDescription":"catalog service description","serviceInvariantUUID":"7d943cad-0ffc-4c19-b810-cad7dc2407c1","resources":[{"resourceInstanceName":"pNF 6259e5eb-7439 0","resourceName":"pNF 6259e5eb-7439","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9019ae29-f874-47b9-8c28-9afded802d8b","resourceInvariantUUID":"5dc48db2-1ef1-4a35-a9e8-d4ccab5ca67b","resourceCustomizationUUID":"71b68ef2-1c95-4237-9650-57032ee971b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml","artifactChecksum":"OTMyZjJlYjNkYmQ2Zjk2ZGRlNzViMDE0MzkyZGE4MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aba88dc8-ba8c-4624-8fee-1a3de65a7199","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar","artifactChecksum":"OGEyNTcwOWFhZDdkNmQ1NDljOWYwNmQzMzhjMTFhYjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddf84d9e-9754-48ea-ba75-37ec4d8dd546","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0cd87a7-bcb4-4333-89d7-2aba191896a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml","artifactChecksum":"ZDEzNzQwOWU2YWY3NmUyZjQzZjY1MTAzNTczZGM2NmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df9602d4-d1e8-4cc2-971c-f5ff954d671b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2bc1bcef-8b60-46f4-9a84-56f1c2579fb8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0cf4061f-380f-4c4b-9eb6-a1a2606b9292","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNykyiafytqjcumk8lz83-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml","artifactChecksum":"ZGU4NGQ5OGE1Mzk1ZWI0ODg3MzY1NTQyMTRjYzU5YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8973995e-3fe7-4f2a-a34b-155dfcd54b27","artifactVersion":"1"},{"artifactName":"service-DemoPnfNykyiafytqjcumk8lz83-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar","artifactChecksum":"ZmFiNjZkZjU5ZmUwYTRkYjM3YjM5ZGVhMDNjMTM0MWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7f7f860-a83d-498c-9863-deddf22f47ee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-20T23:09:34.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:34.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.454Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:34.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:34.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.464Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.465Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771349661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1634771349062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771352383,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "dcae-sch",
  "timestamp": 1634771349500,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771354453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771355358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771363234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771363231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771363344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771364241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "cds",
  "timestamp": 1634771364238,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T23:09:34.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
2021-10-20T23:09:34.496Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa949c-8d7e-4b81-aac5-3e541bae95ed and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-20T23:09:34.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771365256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771365287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:34.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1634771366260,
  "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-10-20T23:09:34.512Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
2021-10-20T23:09:34.512Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa949c-8d7e-4b81-aac5-3e541bae95ed 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-10-20T23:09:34.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1634771366292,
  "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-10-20T23:09:34.524Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
2021-10-20T23:09:34.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa949c-8d7e-4b81-aac5-3e541bae95ed 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-10-20T23:09:34.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771359165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:34.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:09:34.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771368002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DEPLOY_ERROR"
}
2021-10-20T23:09:34.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771368311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:34.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "aai-ml",
  "timestamp": 1634771369006,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-10-20T23:09:34.537Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
2021-10-20T23:09:34.537Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa949c-8d7e-4b81-aac5-3e541bae95ed 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-10-20T23:09:34.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771369326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:09:34.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:09:34.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:09:34.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "policy-id",
  "timestamp": 1634771370330,
  "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-10-20T23:09:34.551Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
2021-10-20T23:09:34.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dfa949c-8d7e-4b81-aac5-3e541bae95ed 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-10-20T23:09:34.563Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-20T23:09:34.565Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:34.565Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:34.582Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:34.582Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:35.466Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:35.466Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:35.468Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:35.468Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:35.568Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:09:35.569Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:35.570Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:35.601Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:35.601Z||pool-125-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-10-20T23:09:36.468Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:36.469Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:36.471Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:36.471Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:36.571Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:09:36.572Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:36.572Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:36.583Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:36.584Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:37.471Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:37.473Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:37.474Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:37.475Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:37.575Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T23:09:37.575Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:37.575Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:37.585Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:37.586Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:38.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:38.476Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:38.478Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:38.479Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:38.580Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-20T23:09:38.582Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:38.582Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:38.594Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:38.595Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:39.480Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:39.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:39.485Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:39.485Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:39.585Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-20T23:09:39.586Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:39.587Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:39.609Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:39.609Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:40.486Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:40.487Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:40.489Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:40.489Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:09:40.589Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:09:40.590Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:40.590Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:40.603Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:40.603Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:41.489Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-20T23:09:41.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:41.495Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:41.495Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:09:41.602Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-10-20T23:09:41.603Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:41.603Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:41.613Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:41.613Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:42.496Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "serviceName": "Demo_pNF_nykyIAFYTqJcUMk8LZ83",
  "serviceVersion": "1.0",
  "serviceUUID": "f5266efc-487b-4f43-835d-e7ba73b301ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7d943cad-0ffc-4c19-b810-cad7dc2407c1",
  "resources": [
    {
      "resourceInstanceName": "pNF 6259e5eb-7439 0",
      "resourceCustomizationUUID": "71b68ef2-1c95-4237-9650-57032ee971b4",
      "resourceName": "pNF 6259e5eb-7439",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9019ae29-f874-47b9-8c28-9afded802d8b",
      "resourceInvariantUUID": "5dc48db2-1ef1-4a35-a9e8-d4ccab5ca67b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
      "artifactChecksum": "ZmFiNjZkZjU5ZmUwYTRkYjM3YjM5ZGVhMDNjMTM0MWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7f7f860-a83d-498c-9863-deddf22f47ee"
    }
  ],
  "workloadContext": "Production"
}
2021-10-20T23:09:42.497Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-20T23:09:42.497Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5266efc-487b-4f43-835d-e7ba73b301ac ASDC
2021-10-20T23:09:42.498Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9dfa949c-8d7e-4b81-aac5-3e541bae95ed
ServiceName:Demo_pNF_nykyIAFYTqJcUMk8LZ83
ServiceVersion:1.0
ServiceUUID:f5266efc-487b-4f43-835d-e7ba73b301ac
ServiceInvariantUUID:7d943cad-0ffc-4c19-b810-cad7dc2407c1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
ArtifactUUID:a7f7f860-a83d-498c-9863-deddf22f47ee
ArtifactChecksum:ZmFiNjZkZjU5ZmUwYTRkYjM3YjM5ZGVhMDNjMTM0MWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6259e5eb-7439 0
ResourceCustomizationUUID:71b68ef2-1c95-4237-9650-57032ee971b4
ResourceInvariantUUID:5dc48db2-1ef1-4a35-a9e8-d4ccab5ca67b
ResourceName:pNF 6259e5eb-7439
ResourceType:PNF
ResourceUUID:9019ae29-f874-47b9-8c28-9afded802d8b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-20T23:09:42.498Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5266efc-487b-4f43-835d-e7ba73b301ac 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-10-20T23:09:42.522Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T23:09:42.523Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-20T23:09:42.523Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-20T23:09:42.523Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a7f7f860-a83d-498c-9863-deddf22f47ee from URL: /sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:42.523Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-20T23:09:42.523Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:42.731Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-20T23:09:42.735Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar a7f7f860-a83d-498c-9863-deddf22f47ee 82548
2021-10-20T23:09:42.735Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar ASDC sendASDCNotification
2021-10-20T23:09:42.735Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:42.735Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-20T23:09:42.736Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:42.738Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:42.738Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771382735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:09:42.838Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:09:42.839Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:42.839Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:42.849Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:42.850Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:43.738Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-20T23:09:43.739Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-20T23:09:43.739Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a7f7f860-a83d-498c-9863-deddf22f47ee, URL: /sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar to file: /app/ASDC/1/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:43.740Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:43.740Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:43.740Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:43.891Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15802047086613778860/Definitions/service-DemoPnfNykyiafytqjcumk8lz83-template.yml
2021-10-20T23:09:44.658Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6259e5eb-7439 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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.659Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Node template pNF 6259e5eb-7439 0 is matching search criteria
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-20T23:09:44.660Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6259e5eb-7439 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Node template pNF 6259e5eb-7439 0 is matching search criteria
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6259e5eb-7439 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.661Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.662Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_nykyIAFYTqJcUMk8LZ83
Description:catalog service description
Model UUID:f5266efc-487b-4f43-835d-e7ba73b301ac
Model Version:NULL
Model InvariantUuid:7d943cad-0ffc-4c19-b810-cad7dc2407c1
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-20T23:09:44.673Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9019ae29-f874-47b9-8c28-9afded802d8b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:09:44.678Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||pNF 6259e5eb-7439 0
2021-10-20T23:09:44.678Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9019ae29-f874-47b9-8c28-9afded802d8b
2021-10-20T23:09:44.678Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||No resources found for Service: f5266efc-487b-4f43-835d-e7ba73b301ac
2021-10-20T23:09:44.678Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f5266efc-487b-4f43-835d-e7ba73b301ac
2021-10-20T23:09:44.679Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6259e5eb-7439 0 9019ae29-f874-47b9-8c28-9afded802d8b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:09:44.686Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@891ceab, org.onap.sdc.toscaparser.api.parameters.Input@d7be2f1, org.onap.sdc.toscaparser.api.parameters.Input@5c953322, org.onap.sdc.toscaparser.api.parameters.Input@277abdc0, org.onap.sdc.toscaparser.api.parameters.Input@2198cb12]
2021-10-20T23:09:44.686Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.687Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.687Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f5266efc-487b-4f43-835d-e7ba73b301ac: pNF 6259e5eb-7439
2021-10-20T23:09:44.687Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Processing PNF resource: 9019ae29-f874-47b9-8c28-9afded802d8b
2021-10-20T23:09:44.687Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-20T23:09:44.687Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nykyIAFYTqJcUMk8LZ83 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-20T23:09:44.688Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||Resource customization UUID: 71b68ef2-1c95-4237-9650-57032ee971b4 is the same as notified resource customizationUUID: 71b68ef2-1c95-4237-9650-57032ee971b4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_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_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_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-10-20T23:09:44.721Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6259e5eb-7439 9019ae29-f874-47b9-8c28-9afded802d8b 0 ASDC deployResourceStructure
2021-10-20T23:09:44.722Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar ASDC sendASDCNotification
2021-10-20T23:09:44.722Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar
2021-10-20T23:09:44.722Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-20T23:09:44.722Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:09:44.741Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:09:44.741Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771384722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:09:44.824Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2021-10-20T23:09:44.825Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:09:44.825Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:09:44.839Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:09:44.840Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-20T23:09:45.741Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-20T23:09:45.752Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dfa949c-8d7e-4b81-aac5-3e541bae95ed
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2021-10-20T23:09:45.754Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-10-20T23:09:45.758Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-20T23:10:15.758Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dfa949c-8d7e-4b81-aac5-3e541bae95ed 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-10-20T23:10:15.773Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dfa949c-8d7e-4b81-aac5-3e541bae95ed and serviceModelVersionId: f5266efc-487b-4f43-835d-e7ba73b301ac
2021-10-20T23:10:15.774Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d943cad-0ffc-4c19-b810-cad7dc2407c1
2021-10-20T23:10:15.776Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0
2021-10-20T23:10:15.782Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-20T23:10:15.835Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|INFO|500||Invoke
2021-10-20T23:10:15.835Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dfa949c-8d7e-4b81-aac5-3e541bae95ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55d68f25-8d9b-4d2a-9df1-159056acb591], X-ECOMP-RequestID=[9dfa949c-8d7e-4b81-aac5-3e541bae95ed], X-TransactionId=[], X-ONAP-RequestID=[9dfa949c-8d7e-4b81-aac5-3e541bae95ed], Content-Type=[application/merge-patch+json]}
2021-10-20T23:10:15.865Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2021-10-20T23:10:15.903Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211020-23:10:15:873-49166], Content-Length=[495], Date=[Wed, 20 Oct 2021 23:10:15 GMT], Content-Type=[application/json]}
2021-10-20T23:10:15.904Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac","ERR.5.4.6114"]}}}

2021-10-20T23:10:15.905Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac?depth=0|INFO|404|Not Found|InvokeReturn
2021-10-20T23:10:15.909Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec=ERR.5.4.6114)
2021-10-20T23:10:15.910Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-10-20T23:10:15.910Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec=ERR.5.4.6114)
2021-10-20T23:10:15.910Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-20T23:10:15.915Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||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-10-20T23:10:15.916Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dfa949c-8d7e-4b81-aac5-3e541bae95ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec=ERR.5.4.6114)
2021-10-20T23:10:15.916Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2021-10-20T23:10:15.916Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-20T23:10:15.918Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-20T23:10:15.918Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771415916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec\u003dERR.5.4.6114)"
}
2021-10-20T23:10:16.018Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-20T23:10:16.019Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-20T23:10:16.019Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ja7TgkTobLAMel65) ...
2021-10-20T23:10:16.034Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:10:16.034Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-20T23:10:33.805Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:10:33.806Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:10:33.807Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:10:33.807Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:10:33.807Z||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-10-20T23:10:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:10:33.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:10:33.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-20T23:10:33.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:10:33.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:10:43.373Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:11:33.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:11:33.805Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:11:33.805Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:11:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:11:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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-10-20T23:11:33.808Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:11:34.333Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:11:34.334Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.335Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.335Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.335Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.335Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.336Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.336Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.336Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.337Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.337Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.337Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.337Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.340Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/resourceInstances/pnf6259e5eb74390/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771373805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "NOTIFIED"
}
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-10-20T23:11:34.341Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771382735,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771384722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNykyiafytqjcumk8lz83/1.0/artifacts/service-DemoPnfNykyiafytqjcumk8lz83-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9dfa949c-8d7e-4b81-aac5-3e541bae95ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1634771415916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9dfa949c-8d7e-4b81-aac5-3e541bae95ed Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/7d943cad-0ffc-4c19-b810-cad7dc2407c1/model-vers/model-ver/f5266efc-487b-4f43-835d-e7ba73b301ac) (ec\u003dERR.5.4.6114)"
}
2021-10-20T23:11:34.342Z|ae46697d-44ad-4f46-b2eb-489aa6c02a89|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-20T23:11:43.384Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:12:33.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:12:33.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:12:33.807Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:12:33.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:12:33.809Z||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-10-20T23:12:33.810Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:12:43.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:12:43.395Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:13:33.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:13:33.807Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:13:33.807Z||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-10-20T23:13:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:13:33.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:13:33.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:13:43.376Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:13:43.376Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:14:33.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:14:33.807Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:14:33.808Z||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-10-20T23:14:33.808Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:14:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:14:33.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:14:43.365Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:14:43.366Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:15:01.276Z||http-nio-8085-exec-4|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-20T23:15:33.805Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:15:33.807Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:15:33.807Z||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-10-20T23:15:33.807Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:15:33.808Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:15:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:15:43.369Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:15:43.369Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:16:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:16:33.805Z||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-10-20T23:16:33.806Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:16:33.806Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:16:33.811Z||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-10-20T23:16:33.811Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:16:43.373Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:16:43.375Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:17:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:17:33.806Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:17:33.807Z|daa819c1-c4b6-429c-a55d-dbce09028c43|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-10-20T23:17:33.807Z||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-10-20T23:17:33.807Z|daa819c1-c4b6-429c-a55d-dbce09028c43|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:17:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:17:43.366Z|daa819c1-c4b6-429c-a55d-dbce09028c43|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:17:43.366Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:18:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:18:33.806Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:18:33.807Z|186886b8-aed8-423d-913d-68a069905cf1|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-10-20T23:18:33.806Z||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-10-20T23:18:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:18:33.808Z|186886b8-aed8-423d-913d-68a069905cf1|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 Ja7TgkTobLAMel65) ...
2021-10-20T23:18:43.379Z|186886b8-aed8-423d-913d-68a069905cf1|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:18:43.379Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:19:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:19:33.807Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:19:33.808Z||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-10-20T23:19:33.808Z||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-10-20T23:19:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:19:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:19:43.352Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:19:43.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:20:33.805Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:20:33.806Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:20:33.807Z||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-10-20T23:20:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:20:33.807Z||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-10-20T23:20:33.807Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:20:43.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:20:43.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:21:33.805Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:21:33.807Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-20T23:21:33.808Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-20T23:21:33.808Z||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-10-20T23:21:33.808Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ja7TgkTobLAMel65) ...
2021-10-20T23:21:33.808Z||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 Ja7TgkTobLAMel65) ...
2021-10-20T23:21:43.374Z|9dfa949c-8d7e-4b81-aac5-3e541bae95ed|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-20T23:21:43.383Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK