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-09-16T15:05:55.849Z||main|||||INFO|500||The following profiles are active: basic
2021-09-16T15:06:08.896Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-16T15:06:08.897Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-16T15:06:09.010Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-16T15:06:14.321Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-16T15:06:14.987Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-16T15:06:15.484Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-16T15:06:15.496Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-16T15:06:15.632Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-16T15:06:15.940Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-16T15:06:16.633Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-16T15:06:21.426Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T15:06:23.950Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T15:06:24.011Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-16T15:06:24.608Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-16T15:06:24.782Z||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-09-16T15:06:25.935Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-16T15:06:26.943Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-16T15:06:26.961Z||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$$cb299728.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-09-16T15:06:26.962Z||main|||||WARN|500||The sdc end point is not alive
2021-09-16T15:06:29.964Z||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-09-16T15:06:32.645Z||main|||||WARN|500||---
2021-09-16T15:06:32.646Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-16T15:06:32.646Z||main|||||WARN|500||---
2021-09-16T15:06:33.126Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-16T15:06:37.925Z||main|||||INFO|500||Started Application in 45.32 seconds (JVM running for 50.189)
2021-09-16T15:06:37.938Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:06:37.939Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:06:37.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:06:37.972Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:06:38.022Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 317ffc8c-2ff9-4893-a7a7-5cedb9383d77 url= /sdc/v1/artifactTypes
2021-09-16T15:06:38.023Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:06:39.111Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.54.128] 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$$e5e7ea12.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-09-16T15:06:39.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40fe1385
2021-09-16T15:06:39.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:06:39.126Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:06:39.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:06:39.131Z||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$$e5e7ea12.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-09-16T15:07:27.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:07:27.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:07:27.924Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:07:27.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:07:27.940Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ecf2c1f-bcaa-44eb-ac1c-af11e0883ba3 url= /sdc/v1/artifactTypes
2021-09-16T15:07:27.941Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:07:28.996Z||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.54.128] 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$$e5e7ea12.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-09-16T15:07:28.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21d7e222
2021-09-16T15:07:28.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:07:28.998Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:07:28.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:07:28.999Z||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$$e5e7ea12.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-09-16T15:08:17.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:08:17.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:08:17.924Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:08:17.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:08:17.946Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7d9a350-f4ba-4695-a7f8-c7ca5986da84 url= /sdc/v1/artifactTypes
2021-09-16T15:08:17.946Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:08:18.982Z||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.54.128] 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$$e5e7ea12.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-09-16T15:08:18.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b3892e3
2021-09-16T15:08:18.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:08:18.985Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:08:18.985Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:08:18.986Z||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$$e5e7ea12.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-09-16T15:09:07.922Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:09:07.924Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:09:07.924Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:09:07.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:09:07.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d6e5152-b5c3-49e3-ac43-f473a944fafe url= /sdc/v1/artifactTypes
2021-09-16T15:09:07.939Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:09:08.964Z||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.54.128] 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$$e5e7ea12.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-09-16T15:09:08.964Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@35f102a9
2021-09-16T15:09:08.965Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:09:08.966Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:09:08.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:09:08.969Z||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$$e5e7ea12.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-09-16T15:09:57.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:09:57.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:09:57.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:09:57.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:09:57.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e7e0fd0-ce36-4315-af67-0fbbcf165c41 url= /sdc/v1/artifactTypes
2021-09-16T15:09:57.978Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:09:59.008Z||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.54.128] 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$$e5e7ea12.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-09-16T15:09:59.010Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7a9cf544
2021-09-16T15:09:59.010Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:09:59.010Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:09:59.011Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:09:59.011Z||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$$e5e7ea12.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-09-16T15:10:47.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:10:47.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:10:47.923Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:10:47.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:10:47.940Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29452946-3dc9-46d7-95e2-0a93973667d4 url= /sdc/v1/artifactTypes
2021-09-16T15:10:47.940Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:10:48.960Z||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.54.128] 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$$e5e7ea12.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-09-16T15:10:48.963Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44629844
2021-09-16T15:10:48.963Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:10:48.964Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:10:48.964Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:10:48.965Z||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$$e5e7ea12.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-09-16T15:11:37.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:11:37.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:11:37.923Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:11:37.929Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:11:37.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2683a64f-0942-4060-b863-525afd58ab3c url= /sdc/v1/artifactTypes
2021-09-16T15:11:37.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:11:38.981Z||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.54.128] 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$$e5e7ea12.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-09-16T15:11:38.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5740b17e
2021-09-16T15:11:38.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:11:38.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:11:38.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:11:38.984Z||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$$e5e7ea12.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-09-16T15:12:27.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:12:27.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:12:27.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:12:27.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:12:27.944Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3825474c-e673-4efe-8aab-3c8da33abcef url= /sdc/v1/artifactTypes
2021-09-16T15:12:27.945Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:12:28.961Z||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.54.128] 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$$e5e7ea12.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-09-16T15:12:28.962Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@be53cd7
2021-09-16T15:12:28.962Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:12:28.963Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:12:28.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:12:28.963Z||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$$e5e7ea12.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-09-16T15:13:17.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:13:17.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:13:17.923Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:13:17.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:13:17.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5342c4d-cb51-4b53-b987-d367862cdd27 url= /sdc/v1/artifactTypes
2021-09-16T15:13:17.935Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:13:18.983Z||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.54.128] 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$$e5e7ea12.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-09-16T15:13:18.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1da86bb1
2021-09-16T15:13:18.985Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:13:18.987Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:13:18.988Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:13:18.989Z||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$$e5e7ea12.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-09-16T15:14:07.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:14:07.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:14:07.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:14:07.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:14:07.934Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0e42f177-b973-403a-a2d7-688998b62cf8 url= /sdc/v1/artifactTypes
2021-09-16T15:14:07.934Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:14:08.960Z||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.54.128] 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$$e5e7ea12.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-09-16T15:14:08.961Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6713cddb
2021-09-16T15:14:08.962Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:14:08.962Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:14:08.962Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:14:08.962Z||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$$e5e7ea12.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-09-16T15:14:57.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:14:57.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:14:57.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:14:57.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:14:57.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7dd7f239-db24-4eb8-aba3-0ebde72c9e91 url= /sdc/v1/artifactTypes
2021-09-16T15:14:57.941Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:14:58.982Z||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.54.128] 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$$e5e7ea12.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-09-16T15:14:58.983Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e04122c
2021-09-16T15:14:58.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:14:58.984Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:14:58.984Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:14:58.985Z||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$$e5e7ea12.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-09-16T15:15:47.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:15:47.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:15:47.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:15:47.926Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:15:47.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 363abb0d-94df-42dd-bee5-bd8d656a3d97 url= /sdc/v1/artifactTypes
2021-09-16T15:15:47.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:15:48.996Z||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.54.128] 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$$e5e7ea12.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-09-16T15:15:48.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4087f802
2021-09-16T15:15:48.998Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:15:48.998Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:15:48.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:15:48.999Z||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$$e5e7ea12.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-09-16T15:16:17.592Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-16T15:16:37.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:16:37.923Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:16:37.925Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:16:37.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:16:37.943Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 886822e2-dd1e-4157-bcc9-c68c893bf3d4 url= /sdc/v1/artifactTypes
2021-09-16T15:16:37.944Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:16:38.985Z||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.54.128] 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$$e5e7ea12.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-09-16T15:16:38.986Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@190c8795
2021-09-16T15:16:38.986Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:16:38.987Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:16:38.988Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:16:38.988Z||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$$e5e7ea12.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-09-16T15:17:27.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:17:27.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:17:27.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:17:27.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:17:27.927Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 931a3675-5132-4f7c-ad5a-8c7ab8de670c url= /sdc/v1/artifactTypes
2021-09-16T15:17:27.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:17:28.963Z||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.54.128] 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$$e5e7ea12.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-09-16T15:17:28.964Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b58fed5
2021-09-16T15:17:28.964Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:17:28.964Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:17:28.965Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:17:28.965Z||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$$e5e7ea12.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-09-16T15:18:17.920Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:18:17.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:18:17.922Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:18:17.927Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:18:17.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1bc62502-9b74-4a14-8b53-6c33c6fb7882 url= /sdc/v1/artifactTypes
2021-09-16T15:18:17.937Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:18:18.984Z||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.54.128] 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$$e5e7ea12.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-09-16T15:18:18.986Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14664c37
2021-09-16T15:18:18.986Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:18:18.986Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:18:18.987Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:18:18.988Z||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$$e5e7ea12.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-09-16T15:19:07.926Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:19:07.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:19:07.929Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:19:07.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:19:07.951Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f5b89a9-8ec3-4099-9f6c-913168d535ab url= /sdc/v1/artifactTypes
2021-09-16T15:19:07.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:19:08.992Z||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.54.128] 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$$e5e7ea12.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-09-16T15:19:08.993Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@db63073
2021-09-16T15:19:08.993Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:19:08.994Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:19:08.994Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:19:08.994Z||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$$e5e7ea12.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-09-16T15:19:57.921Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:19:57.922Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:19:57.923Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:19:57.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:19:57.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebcdfbef-3718-4a83-b172-b136968a9849 url= /sdc/v1/artifactTypes
2021-09-16T15:19:57.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:19:58.977Z||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.54.128] 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$$e5e7ea12.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-09-16T15:19:58.978Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1c456226
2021-09-16T15:19:58.979Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:19:58.979Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:19:58.979Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:19:58.980Z||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$$e5e7ea12.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-09-16T15:20:47.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:20:47.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:20:47.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:20:47.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:20:47.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6897e7d1-4286-4982-9b30-b68aeca9a08a url= /sdc/v1/artifactTypes
2021-09-16T15:20:47.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:20:48.960Z||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.54.128] 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$$e5e7ea12.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-09-16T15:20:48.961Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f4de83f
2021-09-16T15:20:48.961Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:20:48.962Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:20:48.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:20:48.964Z||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$$e5e7ea12.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-09-16T15:21:37.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:21:37.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:21:37.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:21:37.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:21:37.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0dbe16a8-bbdf-4aff-906d-c83588af9378 url= /sdc/v1/artifactTypes
2021-09-16T15:21:37.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:21:38.980Z||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.54.128] 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$$e5e7ea12.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-09-16T15:21:38.981Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e229717
2021-09-16T15:21:38.981Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:21:38.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:21:38.982Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:21:38.983Z||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$$e5e7ea12.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-09-16T15:22:27.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:22:27.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:22:27.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:22:27.923Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:22:27.931Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 396fb6f7-bd7e-48f5-a18e-5dbf7fd3738b url= /sdc/v1/artifactTypes
2021-09-16T15:22:27.931Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:22:28.964Z||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.54.128] 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$$e5e7ea12.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-09-16T15:22:28.965Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62400e63
2021-09-16T15:22:28.965Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:22:28.966Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:22:28.966Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:22:28.966Z||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$$e5e7ea12.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-09-16T15:23:17.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:23:17.920Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:23:17.920Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:23:17.925Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:23:17.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a33f456-f027-44d1-abf8-0c9d84e78b12 url= /sdc/v1/artifactTypes
2021-09-16T15:23:17.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:23:18.981Z||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.54.128] 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$$e5e7ea12.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-09-16T15:23:18.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e43d823
2021-09-16T15:23:18.983Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:23:18.983Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:23:18.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:23:18.984Z||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$$e5e7ea12.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-09-16T15:24:07.922Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:24:07.925Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:24:07.925Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:24:07.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:24:07.947Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d037b0dc-7c0d-40bd-befc-fd5cb311a6bb url= /sdc/v1/artifactTypes
2021-09-16T15:24:07.948Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:24:08.994Z||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.54.128] 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$$e5e7ea12.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-09-16T15:24:08.995Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71a08e1
2021-09-16T15:24:08.995Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:24:08.995Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:24:08.995Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:24:08.996Z||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$$e5e7ea12.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-09-16T15:24:57.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:24:57.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:24:57.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:24:57.921Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:24:57.930Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7adc1ee5-19ef-4014-b2aa-313246d40ca4 url= /sdc/v1/artifactTypes
2021-09-16T15:24:57.930Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:24:58.978Z||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.54.128] 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$$e5e7ea12.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-09-16T15:24:58.978Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15eca223
2021-09-16T15:24:58.979Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:24:58.979Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:24:58.979Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:24:58.980Z||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$$e5e7ea12.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-09-16T15:25:47.919Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:25:47.921Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:25:47.921Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:25:47.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:25:47.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5237f599-c8b2-4286-9eed-083685ce8ef5 url= /sdc/v1/artifactTypes
2021-09-16T15:25:47.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:25:48.961Z||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.54.128] 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$$e5e7ea12.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-09-16T15:25:48.962Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11999310
2021-09-16T15:25:48.962Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:25:48.963Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:25:48.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:25:48.964Z||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$$e5e7ea12.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-09-16T15:26:37.922Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:26:37.925Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:26:37.925Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:26:37.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:26:37.935Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2853388b-eb8f-4a1b-aeba-3cfcdbb6b8f3 url= /sdc/v1/artifactTypes
2021-09-16T15:26:37.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:26:38.981Z||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.54.128] 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$$e5e7ea12.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-09-16T15:26:38.982Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79fa74c8
2021-09-16T15:26:38.982Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-16T15:26:38.982Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-16T15:26:38.983Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-16T15:26:38.983Z||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$$e5e7ea12.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-09-16T15:27:27.918Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-16T15:27:27.919Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-16T15:27:27.919Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-16T15:27:27.922Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-16T15:27:27.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9bd7f430-1050-4c65-adb2-5a9e11536bf4 url= /sdc/v1/artifactTypes
2021-09-16T15:27:27.928Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-16T15:27:28.261Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-16T15:27:28.270Z||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-09-16T15:27:28.293Z||scheduling-1|||||DEBUG|500||create keys
2021-09-16T15:27:28.304Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-16T15:27:28.357Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:27:28.383Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3e236ef0-b40d-485f-99ef-4a91c4affc74 url= /sdc/v1/registerForDistribution
2021-09-16T15:27:28.844Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3e236ef0-b40d-485f-99ef-4a91c4affc74 url= /sdc/v1/registerForDistribution
2021-09-16T15:27:28.845Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-16T15:27:28.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:27:28.862Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:27:28.863Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-16T15:27:28.870Z||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-09-16T15:27:28.870Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:27:28.871Z||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-09-16T15:27:28.871Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:27:39.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:27:39.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:28:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:28:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:28:28.856Z||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-09-16T15:28:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:28:28.857Z||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-09-16T15:28:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:28:38.419Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:28:38.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:29:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:29:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:29:28.857Z||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-09-16T15:29:28.857Z||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-09-16T15:29:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:29:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:29:38.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:29:38.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:30:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:30:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:30:28.859Z||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-09-16T15:30:28.859Z||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-09-16T15:30:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:30:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:30:38.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:30:38.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:31:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:31:28.855Z||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-09-16T15:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:31:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:31:28.856Z||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-09-16T15:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:31:38.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:31:38.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:32:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:32:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:32:28.856Z||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-09-16T15:32:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:32:28.857Z||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-09-16T15:32:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:32:38.423Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:32:38.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:33:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:33:28.855Z||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-09-16T15:33:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:33:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:33:28.857Z||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-09-16T15:33:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:33:38.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:33:38.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:34:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:34:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:34:28.856Z||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-09-16T15:34:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:34:28.856Z||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-09-16T15:34:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:34:38.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:34:38.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:35:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:35:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:35:28.859Z||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-09-16T15:35:28.859Z||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-09-16T15:35:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:35:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:35:38.407Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:35:38.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:36:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:36:28.855Z||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-09-16T15:36:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:36:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:36:28.856Z||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-09-16T15:36:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:36:38.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:36:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:37:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:37:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:37:28.859Z||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-09-16T15:37:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:37:28.859Z||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-09-16T15:37:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:37:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:37:38.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:38:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:38:28.855Z||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-09-16T15:38:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:38:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:38:28.856Z||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-09-16T15:38:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:38:38.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:38:38.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:39:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:39:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:39:28.856Z||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-09-16T15:39:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:39:28.857Z||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-09-16T15:39:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:39:38.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:39:38.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:40:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:40:28.854Z||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-09-16T15:40:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:40:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:40:28.856Z||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-09-16T15:40:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:40:38.455Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:40:38.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:41:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:41:28.856Z||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-09-16T15:41:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:41:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:41:28.857Z||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-09-16T15:41:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:41:38.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:41:38.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:42:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:42:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:42:28.857Z||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-09-16T15:42:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:42:28.857Z||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-09-16T15:42:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:42:38.410Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:42:38.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:43:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:43:28.855Z||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-09-16T15:43:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:43:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:43:28.856Z||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-09-16T15:43:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:43:38.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:43:38.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:44:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:44:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:44:28.857Z||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-09-16T15:44:28.857Z||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-09-16T15:44:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:44:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:44:38.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:44:38.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:45:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:45:28.855Z||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-09-16T15:45:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:45:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:45:28.856Z||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-09-16T15:45:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:45:38.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:45:38.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:46:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:46:28.856Z||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-09-16T15:46:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:46:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:46:28.857Z||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-09-16T15:46:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:46:38.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:46:38.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:47:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:47:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:47:28.858Z||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-09-16T15:47:28.858Z||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-09-16T15:47:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:47:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:47:38.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:47:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:48:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:48:28.854Z||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-09-16T15:48:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:48:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:48:28.857Z||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-09-16T15:48:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:48:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:48:38.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:49:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:49:28.857Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:49:28.857Z||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-09-16T15:49:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:49:28.858Z||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-09-16T15:49:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:49:38.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:49:38.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:50:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:50:28.856Z||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-09-16T15:50:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:50:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:50:28.857Z||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-09-16T15:50:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:50:38.415Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:50:38.436Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:51:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:51:28.855Z||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-09-16T15:51:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:51:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:51:28.856Z||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-09-16T15:51:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:51:38.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:51:38.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:52:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:52:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:52:28.856Z||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-09-16T15:52:28.856Z||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-09-16T15:52:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:52:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:52:38.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:52:38.402Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:53:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:53:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:53:28.856Z||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-09-16T15:53:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:53:28.856Z||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-09-16T15:53:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:53:38.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:53:38.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:54:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:54:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:54:28.856Z||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-09-16T15:54:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:54:28.857Z||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-09-16T15:54:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:54:38.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:54:38.405Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:55:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:55:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:55:28.857Z||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-09-16T15:55:28.857Z||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-09-16T15:55:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:55:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:55:38.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:55:38.413Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:56:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:56:28.855Z||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-09-16T15:56:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:56:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:56:28.856Z||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-09-16T15:56:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:56:38.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:56:38.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:57:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:57:28.857Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:57:28.857Z||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-09-16T15:57:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:57:28.858Z||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-09-16T15:57:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:57:38.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:57:38.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:58:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:58:28.855Z||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-09-16T15:58:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:58:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:58:28.856Z||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-09-16T15:58:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:58:38.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:58:38.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:59:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:59:28.855Z||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-09-16T15:59:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:59:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T15:59:28.856Z||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-09-16T15:59:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T15:59:38.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T15:59:38.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:00:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:00:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:00:28.857Z||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-09-16T16:00:28.857Z||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-09-16T16:00:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:00:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:00:38.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:00:38.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:01:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:01:28.855Z||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-09-16T16:01:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:01:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:01:28.856Z||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-09-16T16:01:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:01:38.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:01:38.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:02:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:02:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:02:28.856Z||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-09-16T16:02:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:02:28.856Z||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-09-16T16:02:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:02:38.441Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:02:38.441Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:03:28.855Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:03:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:03:28.860Z||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-09-16T16:03:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:03:28.860Z||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-09-16T16:03:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:03:38.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:03:38.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:04:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:04:28.855Z||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-09-16T16:04:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:04:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:04:28.857Z||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-09-16T16:04:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:04:38.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:04:38.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:05:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:05:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:05:28.857Z||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-09-16T16:05:28.857Z||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-09-16T16:05:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:05:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:05:38.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:05:38.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:06:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:06:28.855Z||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-09-16T16:06:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:06:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:06:28.856Z||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-09-16T16:06:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:06:38.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:06:38.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:07:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:07:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:07:28.857Z||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-09-16T16:07:28.857Z||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-09-16T16:07:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:07:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:07:38.443Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:07:38.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:08:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:08:28.855Z||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-09-16T16:08:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:08:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:08:28.856Z||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-09-16T16:08:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:08:38.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:08:38.426Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:09:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:09:28.855Z||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-09-16T16:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:09:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:09:28.856Z||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-09-16T16:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:09:38.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:09:38.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:10:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:10:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:10:28.859Z||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-09-16T16:10:28.859Z||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-09-16T16:10:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:10:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:10:38.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:10:38.441Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:11:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:11:28.855Z||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-09-16T16:11:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:11:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:11:28.856Z||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-09-16T16:11:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:11:38.405Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:11:38.405Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:12:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:12:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:12:28.857Z||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-09-16T16:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:12:28.857Z||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-09-16T16:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:12:38.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:12:38.447Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:13:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:13:28.855Z||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-09-16T16:13:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:13:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:13:28.856Z||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-09-16T16:13:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:13:38.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:13:38.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:14:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:14:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:14:28.856Z||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-09-16T16:14:28.856Z||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-09-16T16:14:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:14:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:14:38.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:14:38.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:15:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:15:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:15:28.857Z||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-09-16T16:15:28.857Z||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-09-16T16:15:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:15:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:15:38.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:15:38.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:16:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:16:28.855Z||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-09-16T16:16:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:16:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:16:28.857Z||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-09-16T16:16:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:16:38.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:16:38.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:17:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:17:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:17:28.856Z||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-09-16T16:17:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:17:28.856Z||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-09-16T16:17:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:17:38.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:17:38.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:18:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:18:28.855Z||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-09-16T16:18:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:18:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:18:28.856Z||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-09-16T16:18:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:18:38.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:18:38.404Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:19:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:19:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:19:28.856Z||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-09-16T16:19:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:19:28.856Z||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-09-16T16:19:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:19:38.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:19:38.406Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:20:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:20:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:20:28.858Z||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-09-16T16:20:28.858Z||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-09-16T16:20:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:20:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:20:38.420Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:20:38.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:21:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:21:28.855Z||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-09-16T16:21:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:21:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:21:28.857Z||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-09-16T16:21:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:21:38.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:21:38.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:22:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:22:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:22:28.856Z||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-09-16T16:22:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:22:28.856Z||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-09-16T16:22:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:22:38.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:22:38.417Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:23:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:23:28.855Z||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-09-16T16:23:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:23:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:23:28.857Z||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-09-16T16:23:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:23:38.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:23:38.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:24:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:24:28.855Z||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-09-16T16:24:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:24:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:24:28.856Z||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-09-16T16:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:24:38.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:24:38.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:25:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:25:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:25:28.859Z||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-09-16T16:25:28.859Z||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-09-16T16:25:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:25:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:25:38.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:25:38.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:26:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:26:28.855Z||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-09-16T16:26:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:26:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:26:28.856Z||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-09-16T16:26:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:26:38.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:26:38.423Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:27:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:27:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:27:28.856Z||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-09-16T16:27:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:27:28.856Z||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-09-16T16:27:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:27:38.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:27:38.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:28:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:28:28.855Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:28:28.855Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:28:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:28:28.856Z||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-09-16T16:28:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:28:38.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:28:38.418Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:29:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:29:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:29:28.856Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:29:28.856Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:29:28.857Z||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-09-16T16:29:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:29:38.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:29:38.415Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:30:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:30:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:30:28.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:30:28.859Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:30:28.859Z||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-09-16T16:30:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:30:38.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:30:38.450Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:31:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:31:28.855Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:31:28.855Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:31:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:31:28.856Z||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-09-16T16:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:31:38.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:31:38.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:32:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:32:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:32:28.856Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:32:28.856Z||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-09-16T16:32:28.856Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:32:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:32:38.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:32:38.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:33:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:33:28.855Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:33:28.855Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:33:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:33:28.856Z||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-09-16T16:33:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:33:38.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:33:38.429Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:34:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:34:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:34:28.856Z||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-09-16T16:34:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:34:28.858Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:34:28.858Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:34:38.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:34:38.429Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:35:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:35:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:35:28.859Z||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-09-16T16:35:28.859Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:35:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:35:28.859Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:35:38.414Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:35:38.414Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:36:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:36:28.854Z||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-09-16T16:36:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:36:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:36:28.856Z||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-09-16T16:36:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:36:38.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:36:38.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:37:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:37:28.856Z||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-09-16T16:37:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:37:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:37:28.856Z||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-09-16T16:37:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:37:38.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:37:38.410Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:38:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:38:28.855Z||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-09-16T16:38:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:38:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:38:28.856Z||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-09-16T16:38:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:38:38.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:38:38.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:39:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:39:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:39:28.856Z||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-09-16T16:39:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:39:28.856Z||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-09-16T16:39:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:39:38.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:39:38.421Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:40:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:40:28.856Z||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-09-16T16:40:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:40:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:40:28.856Z||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-09-16T16:40:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:40:38.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:40:38.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:41:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:41:28.856Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:41:28.856Z||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-09-16T16:41:28.856Z||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-09-16T16:41:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:41:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:41:38.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:41:38.411Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:42:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:42:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:42:28.858Z||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-09-16T16:42:28.858Z||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-09-16T16:42:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:42:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:42:38.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:42:38.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:43:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:43:28.855Z||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-09-16T16:43:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:43:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:43:28.856Z||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-09-16T16:43:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:43:38.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:43:38.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:44:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:44:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:44:28.856Z||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-09-16T16:44:28.857Z||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-09-16T16:44:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:44:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:44:38.453Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:44:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:45:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:45:28.854Z||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-09-16T16:45:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:45:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:45:28.856Z||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-09-16T16:45:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:45:38.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:45:38.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:46:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:46:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:46:28.857Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:46:28.857Z||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-09-16T16:46:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:46:28.857Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:46:38.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:46:38.410Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:47:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:47:28.856Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:47:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:47:28.856Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:47:28.856Z||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-09-16T16:47:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:47:38.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:47:38.432Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:28.854Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:48:28.856Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:48:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:48:28.856Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:28.856Z||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-09-16T16:48:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:29.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:29.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2485dbca-38b1-4636-b998-a543dd10fa03","serviceName":"basic_onboard_kZDLGx","serviceVersion":"1.0","serviceUUID":"51321f94-12d9-49cb-8708-973d6041baee","serviceDescription":"service","serviceInvariantUUID":"a38c79ec-4bcb-4189-aa6d-6b777d7d0e69","resources":[{"resourceInstanceName":"basic_onboard_kZDLGx 0","resourceName":"basic_onboard_kZDLGx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a7449de-1510-44b9-a52a-83dace30bedc","resourceInvariantUUID":"c120f6a0-3684-42ad-89a5-e04cafbc5e23","resourceCustomizationUUID":"b0114cb6-fd7a-42ee-bbda-460c76edeeab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml","artifactChecksum":"NTJmNzkwNDQwYzNmZjU2MzhjNWY1Yzc4ODczMDYwMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16b536ff-ff13-4d49-9380-1818abb11198","artifactVersion":"1"},{"artifactName":"basic_onboard_kzdlgx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json","artifactChecksum":"MTA2YWRkMzBmYTEzZGViYjliYThhN2NiYWQ4Mzg5Nzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e510c97-a7a2-4b7a-882b-e7795c6ddc23","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"016211f4-d6d9-4a08-881b-4f4aec6f0e7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7696927-4f30-4df0-94ac-ce81a184cb82","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e19bd59-ad1c-423a-8def-93780aa4f4d0","artifactVersion":"2","generatedFromUUID":"016211f4-d6d9-4a08-881b-4f4aec6f0e7d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKzdlgx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml","artifactChecksum":"OWRmZjFkMzVlNWY2NTY0OGU0YzNlZmVmZGFhNTIwYTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6090155-14cd-4c56-b785-6b199eb90560","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKzdlgx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar","artifactChecksum":"YzUzZGEwZWNjZGFlNzQ4MGVjOTdlZWUxODI2NGFhZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b713fa7-888b-4275-98bd-d39a196025d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T16:48:29.520Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:29.524Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:29.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.529Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:29.541Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:29.541Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810853256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810856480,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "dcae-sch",
  "timestamp": 1631810858158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631810860541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810869165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810869274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810870175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "policy-id",
  "timestamp": 1631810871181,
  "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-09-16T16:48:29.642Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-09-16T16:48:29.648Z||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-09-16T16:48:29.649Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:29.664Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:29.666Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T16:48:29.774Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:48:29.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810864584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810868268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810868202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810878018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "cds",
  "timestamp": 1631810879311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-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-09-16T16:48:29.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.844Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:48:29.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810880783,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810880732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:29.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810877574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:29.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:48:29.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810885339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810885526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:29.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631810886532,
  "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-09-16T16:48:29.864Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.864Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:48:29.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810889814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.873Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810891626,
  "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-09-16T16:48:29.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:48:29.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631810892652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810898445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "aai-ml",
  "timestamp": 1631810899451,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T16:48:29.896Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.896Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:48:29.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810902879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810904934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:48:29.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "clamp",
  "timestamp": 1631810905949,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T16:48:29.912Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2485dbca-38b1-4636-b998-a543dd10fa03
2021-09-16T16:48:29.912Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2485dbca-38b1-4636-b998-a543dd10fa03 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T16:48:30.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:30.550Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:30.551Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:30.552Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T16:48:30.652Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:30.703Z||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-09-16T16:48:30.705Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:30.717Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:30.717Z||pool-4-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:31.552Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:31.553Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:31.558Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:31.558Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-16T16:48:31.657Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T16:48:31.658Z||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-09-16T16:48:31.658Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:31.671Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:31.672Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:32.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:32.559Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:32.561Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:32.561Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:32.661Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:32.662Z||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-09-16T16:48:32.662Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:32.673Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:32.674Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:33.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:33.562Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:33.564Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:33.564Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-16T16:48:33.665Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:33.666Z||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-09-16T16:48:33.666Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:33.686Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:33.687Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:34.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:34.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:34.569Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:34.569Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:48:34.669Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:34.670Z||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-09-16T16:48:34.670Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:34.681Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:34.681Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-16T16:48:35.569Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T16:48:35.570Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:35.572Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:35.572Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:48:35.672Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:35.673Z||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-09-16T16:48:35.673Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:35.683Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:35.683Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:36.574Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "serviceName": "basic_onboard_kZDLGx",
  "serviceVersion": "1.0",
  "serviceUUID": "51321f94-12d9-49cb-8708-973d6041baee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a38c79ec-4bcb-4189-aa6d-6b777d7d0e69",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_kZDLGx 0",
      "resourceCustomizationUUID": "b0114cb6-fd7a-42ee-bbda-460c76edeeab",
      "resourceName": "basic_onboard_kZDLGx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5a7449de-1510-44b9-a52a-83dace30bedc",
      "resourceInvariantUUID": "c120f6a0-3684-42ad-89a5-e04cafbc5e23",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_kzdlgx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
          "artifactChecksum": "MTA2YWRkMzBmYTEzZGViYjliYThhN2NiYWQ4Mzg5Nzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e510c97-a7a2-4b7a-882b-e7795c6ddc23",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "016211f4-d6d9-4a08-881b-4f4aec6f0e7d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9e19bd59-ad1c-423a-8def-93780aa4f4d0",
            "generatedFromUUID": "016211f4-d6d9-4a08-881b-4f4aec6f0e7d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9e19bd59-ad1c-423a-8def-93780aa4f4d0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKzdlgx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
      "artifactChecksum": "YzUzZGEwZWNjZGFlNzQ4MGVjOTdlZWUxODI2NGFhZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b713fa7-888b-4275-98bd-d39a196025d9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T16:48:36.575Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T16:48:36.575Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 51321f94-12d9-49cb-8708-973d6041baee ASDC
2021-09-16T16:48:36.684Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2485dbca-38b1-4636-b998-a543dd10fa03
ServiceName:basic_onboard_kZDLGx
ServiceVersion:1.0
ServiceUUID:51321f94-12d9-49cb-8708-973d6041baee
ServiceInvariantUUID:a38c79ec-4bcb-4189-aa6d-6b777d7d0e69
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKzdlgx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar
ArtifactUUID:6b713fa7-888b-4275-98bd-d39a196025d9
ArtifactChecksum:YzUzZGEwZWNjZGFlNzQ4MGVjOTdlZWUxODI2NGFhZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_kZDLGx 0
ResourceCustomizationUUID:b0114cb6-fd7a-42ee-bbda-460c76edeeab
ResourceInvariantUUID:c120f6a0-3684-42ad-89a5-e04cafbc5e23
ResourceName:basic_onboard_kZDLGx
ResourceType:VF
ResourceUUID:5a7449de-1510-44b9-a52a-83dace30bedc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_kzdlgx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json
ArtifactUUID:4e510c97-a7a2-4b7a-882b-e7795c6ddc23
ArtifactChecksum:MTA2YWRkMzBmYTEzZGViYjliYThhN2NiYWQ4Mzg5Nzk=
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/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:016211f4-d6d9-4a08-881b-4f4aec6f0e7d
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/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
ArtifactUUID:9e19bd59-ad1c-423a-8def-93780aa4f4d0
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/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
ArtifactUUID:9e19bd59-ad1c-423a-8def-93780aa4f4d0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-16T16:48:36.685Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 51321f94-12d9-49cb-8708-973d6041baee 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-09-16T16:48:36.740Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T16:48:36.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-16T16:48:36.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-16T16:48:36.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6b713fa7-888b-4275-98bd-d39a196025d9 from URL: /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:36.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-16T16:48:36.744Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:38.546Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-16T16:48:38.559Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar 6b713fa7-888b-4275-98bd-d39a196025d9 71394
2021-09-16T16:48:38.560Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar ASDC sendASDCNotification
2021-09-16T16:48:38.560Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:38.562Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T16:48:38.563Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:38.565Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:38.565Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810918559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:38.665Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:38.666Z||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-09-16T16:48:38.666Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:38.678Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:38.678Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-16T16:48:39.565Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T16:48:39.567Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-16T16:48:39.567Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6b713fa7-888b-4275-98bd-d39a196025d9, URL: /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar to file: /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:39.568Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:39.648Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:39.648Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:40.219Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6633759288558252883/Definitions/service-BasicOnboardKzdlgx-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-09-16T16:48:41.714Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T16:48:41.718Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kZDLGx 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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.719Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.720Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:41.720Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-16T16:48:41.725Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.727Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.730Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:41.731Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-16T16:48:41.732Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T16:48:41.733Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.734Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.737Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is not matching search criteria
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-16T16:48:41.738Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-16T16:48:41.739Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.739Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T16:48:41.740Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.740Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:41.740Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:41.741Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:41.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is not matching search criteria
2021-09-16T16:48:41.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-16T16:48:41.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-16T16:48:41.742Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6226b43a-014e-4d84-8efc-daf47022dd1f
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.743Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:41.744Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:41.744Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_kZDLGx
Description:service
Model UUID:51321f94-12d9-49cb-8708-973d6041baee
Model Version:NULL
Model InvariantUuid:a38c79ec-4bcb-4189-aa6d-6b777d7d0e69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_kZDLGx
Model UUID:f94d4409-73ca-4d32-9b74-65a9bcadb985
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c120f6a0-3684-42ad-89a5-e04cafbc5e23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0114cb6-fd7a-42ee-bbda-460c76edeeab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:62ec564d-5ade-45d6-a300-7789516a179e
ModelName:BasicOnboardKzdlgx..base_ubuntu18..module-0
ModelUuid:f3fe60bc-389e-40d3-897e-3b0d1766c2f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6226b43a-014e-4d84-8efc-daf47022dd1f
ModelInvariantUuid:b564d9e6-88fc-4b2e-adc0-538b0abb0790
ModelName:basic_onboard_kZDLGx-nodes.ubuntu18Cvfc
ModelUuid:5a257374-46d9-4bb8-82db-afd1da3ecebe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d48933ca-c8c7-4429-99b8-a60ea4ce00c5
ModelInvariantUuid:a8d0368d-d54f-431b-80b0-582e605b195d
ModelName:BasicOnboardKzdlgx.compute.nodes.heat.ubuntu18
ModelUuid:44455d32-1db9-4899-a2a0-7cf33e2e4a9f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T16:48:41.754Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a7449de-1510-44b9-a52a-83dace30bedc
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T16:48:41.848Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||basic_onboard_kZDLGx 0
2021-09-16T16:48:41.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a7449de-1510-44b9-a52a-83dace30bedc
2021-09-16T16:48:41.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e510c97-a7a2-4b7a-882b-e7795c6ddc23 from URL: /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json
2021-09-16T16:48:41.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-16T16:48:41.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json
2021-09-16T16:48:42.607Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-16T16:48:42.608Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json 4e510c97-a7a2-4b7a-882b-e7795c6ddc23 798
2021-09-16T16:48:42.608Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json ASDC sendASDCNotification
2021-09-16T16:48:42.608Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json
2021-09-16T16:48:42.608Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T16:48:42.609Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:42.612Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:42.612Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810922608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:42.712Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:42.713Z||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-09-16T16:48:42.713Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:42.728Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:42.729Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:43.613Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKzdlgx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "62ec564d-5ade-45d6-a300-7789516a179e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f3fe60bc-389e-40d3-897e-3b0d1766c2f4",
    "vfModuleModelCustomizationUUID": "ec1e51dd-1c51-42de-8eae-1e3908f1abfb",
    "isBase": true,
    "artifacts": [
      "016211f4-d6d9-4a08-881b-4f4aec6f0e7d",
      "9e19bd59-ad1c-423a-8def-93780aa4f4d0"
    ],
    "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-09-16T16:48:43.628Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKzdlgx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3fe60bc-389e-40d3-897e-3b0d1766c2f4
VfModuleModelInvariantUUID:62ec564d-5ade-45d6-a300-7789516a179e
VfModuleModelDescription:NULL
Artifacts UUID List:{
016211f4-d6d9-4a08-881b-4f4aec6f0e7d
,
9e19bd59-ad1c-423a-8def-93780aa4f4d0

}
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-09-16T16:48:43.632Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKzdlgx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "62ec564d-5ade-45d6-a300-7789516a179e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f3fe60bc-389e-40d3-897e-3b0d1766c2f4",
    "vfModuleModelCustomizationUUID": "ec1e51dd-1c51-42de-8eae-1e3908f1abfb",
    "isBase": true,
    "artifacts": [
      "016211f4-d6d9-4a08-881b-4f4aec6f0e7d",
      "9e19bd59-ad1c-423a-8def-93780aa4f4d0"
    ],
    "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-09-16T16:48:43.632Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKzdlgx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f3fe60bc-389e-40d3-897e-3b0d1766c2f4
VfModuleModelInvariantUUID:62ec564d-5ade-45d6-a300-7789516a179e
VfModuleModelDescription:NULL
Artifacts UUID List:{
016211f4-d6d9-4a08-881b-4f4aec6f0e7d
,
9e19bd59-ad1c-423a-8def-93780aa4f4d0

}
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-09-16T16:48:43.632Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 016211f4-d6d9-4a08-881b-4f4aec6f0e7d from URL: /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml
2021-09-16T16:48:43.632Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-16T16:48:43.633Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml
2021-09-16T16:48:44.698Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-16T16:48:44.698Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml 016211f4-d6d9-4a08-881b-4f4aec6f0e7d 5033
2021-09-16T16:48:44.698Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-16T16:48:44.698Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml
2021-09-16T16:48:44.699Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T16:48:44.699Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:44.701Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:44.701Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810924698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:44.801Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:44.802Z||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-09-16T16:48:44.802Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:44.823Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:44.824Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:45.702Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e19bd59-ad1c-423a-8def-93780aa4f4d0 from URL: /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
2021-09-16T16:48:45.702Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-16T16:48:45.702Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
2021-09-16T16:48:47.492Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-16T16:48:47.493Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env 9e19bd59-ad1c-423a-8def-93780aa4f4d0 909
2021-09-16T16:48:47.493Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-16T16:48:47.493Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
2021-09-16T16:48:47.493Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T16:48:47.493Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:47.495Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:47.495Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810927493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:48:47.595Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:47.596Z||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-09-16T16:48:47.596Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:47.608Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:47.608Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-16T16:48:48.495Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 51321f94-12d9-49cb-8708-973d6041baee
2021-09-16T16:48:48.496Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kZDLGx 0 5a7449de-1510-44b9-a52a-83dace30bedc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T16:48:48.543Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26be0df8, org.onap.sdc.toscaparser.api.parameters.Input@716d763a, org.onap.sdc.toscaparser.api.parameters.Input@6a1c2bec, org.onap.sdc.toscaparser.api.parameters.Input@4a2f8ee1, org.onap.sdc.toscaparser.api.parameters.Input@1ca88b91]
2021-09-16T16:48:48.548Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.549Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.549Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2021-09-16T16:48:48.549Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b0114cb6-fd7a-42ee-bbda-460c76edeeab
2021-09-16T16:48:48.549Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0114cb6-fd7a-42ee-bbda-460c76edeeab matches Tosca VF Customization UUID: b0114cb6-fd7a-42ee-bbda-460c76edeeab
2021-09-16T16:48:48.550Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b0114cb6-fd7a-42ee-bbda-460c76edeeab  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-16T16:48:48.559Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.559Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.561Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b0114cb6-fd7a-42ee-bbda-460c76edeeab: {\"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-09-16T16:48:48.561Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fd0e822
2021-09-16T16:48:48.561Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.562Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T16:48:48.562Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec1e51dd-1c51-42de-8eae-1e3908f1abfb
2021-09-16T16:48:48.564Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec1e51dd-1c51-42de-8eae-1e3908f1abfb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-16T16:48:48.572Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.572Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:48.572Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:48.573Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.573Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:48.573Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:48.574Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.574Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is not matching search criteria
2021-09-16T16:48:48.574Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-16T16:48:48.574Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-16T16:48:48.575Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6226b43a-014e-4d84-8efc-daf47022dd1f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-16T16:48:48.590Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.590Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:48.590Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T16:48:48.591Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.591Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_kZDLGx 0 is matching search criteria
2021-09-16T16:48:48.591Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_kZDLGx 0] matching following query criteria: sdcType=VF, customizationUUID=b0114cb6-fd7a-42ee-bbda-460c76edeeab
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T16:48:48.593Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.593Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.594Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 51321f94-12d9-49cb-8708-973d6041baee: basic_onboard_kZDLGx
2021-09-16T16:48:48.594Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.594Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.594Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.595Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.595Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.595Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.595Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.595Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.596Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T16:48:48.596Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_kZDLGx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T16:48:48.596Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_kZDLGx 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T16:48:48.880Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kZDLGx 5a7449de-1510-44b9-a52a-83dace30bedc 1 ASDC deployResourceStructure
2021-09-16T16:48:48.880Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json ASDC sendASDCNotification
2021-09-16T16:48:48.880Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json
2021-09-16T16:48:48.881Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T16:48:48.881Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:48.882Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:48.883Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:48.983Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:48.984Z||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-09-16T16:48:48.984Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:48.997Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:48.998Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2021-09-16T16:48:49.884Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-16T16:48:49.884Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml
2021-09-16T16:48:49.884Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T16:48:49.884Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:49.886Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:49.887Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810929884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:49.987Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:49.988Z||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-09-16T16:48:49.988Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:50.004Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:50.004Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:50.888Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-16T16:48:50.888Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env
2021-09-16T16:48:50.888Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T16:48:50.888Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:50.890Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:50.890Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810930887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:50.990Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:50.991Z||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-09-16T16:48:50.992Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:51.005Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:51.005Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:51.891Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar ASDC sendASDCNotification
2021-09-16T16:48:51.891Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar
2021-09-16T16:48:51.891Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T16:48:51.892Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:48:51.894Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:48:51.894Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810931891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:48:51.995Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:48:51.996Z||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-09-16T16:48:51.996Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:48:52.012Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:48:52.013Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-09-16T16:48:52.895Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2485dbca-38b1-4636-b998-a543dd10fa03
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T16:48:52.918Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2485dbca-38b1-4636-b998-a543dd10fa03
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T16:48:52.922Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T16:48:52.922Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T16:48:52.923Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T16:48:52.923Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T16:48:52.923Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.923Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.924Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.924Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.924Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.924Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T16:48:52.925Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T16:48:52.934Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T16:49:22.935Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2485dbca-38b1-4636-b998-a543dd10fa03 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-09-16T16:49:22.953Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2485dbca-38b1-4636-b998-a543dd10fa03 and serviceModelVersionId: 51321f94-12d9-49cb-8708-973d6041baee
2021-09-16T16:49:22.954Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a38c79ec-4bcb-4189-aa6d-6b777d7d0e69
2021-09-16T16:49:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:49:28.857Z||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-09-16T16:49:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:49:29.006Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:49:29.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T16:49:29.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:49:29.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:49:36.748Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?depth=0
2021-09-16T16:49:36.852Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T16:49:37.323Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?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-09-16T16:49:37.327Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?depth=0|INFO|500||Invoke
2021-09-16T16:49:37.489Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T16:49:38.403Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?depth=0|INFO|500||InvokeReturn
2021-09-16T16:49:38.404Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a38c79ec-4bcb-4189-aa6d-6b777d7d0e69/model-vers/model-ver/51321f94-12d9-49cb-8708-973d6041baee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210916-16:49:37:497-75442], vertex-id=[204872], Content-Length=[0], Date=[Thu, 16 Sep 2021 16:49:37 GMT], Content-Type=[application/json]}
2021-09-16T16:49:38.405Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2021-09-16T16:49:38.408Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T16:49:38.408Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T16:49:38.413Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||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-09-16T16:49:38.414Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2485dbca-38b1-4636-b998-a543dd10fa03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T16:49:38.415Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T16:49:38.415Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-16T16:49:38.417Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T16:49:38.417Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810978414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T16:49:38.517Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T16:49:38.518Z||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-09-16T16:49:38.518Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:49:38.530Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:49:38.530Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-16T16:49:39.438Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:49:39.439Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:49:39.439Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:49:49.002Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:50:28.854Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:50:28.854Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:50:28.854Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:50:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:50:28.856Z||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-09-16T16:50:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:50:28.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:50:28.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T16:50:28.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-16T16:50:28.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:50:28.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T16:50:28.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810908854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T16:50:28.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T16:50:28.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810918559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:50:28.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810922608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:50:28.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810924698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810927493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/basic_onboard_kzdlgx0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810929884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810930887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/resourceInstances/basic_onboard_kzdlgx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-16T16:50:28.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:28.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T16:50:28.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810931891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKzdlgx/1.0/artifacts/service-BasicOnboardKzdlgx-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T16:50:28.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:50:38.440Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:51:28.854Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:51:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:51:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:51:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:51:28.856Z||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-09-16T16:51:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:51:29.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:51:29.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T16:51:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2485dbca-38b1-4636-b998-a543dd10fa03",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631810978414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T16:51:29.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T16:51:38.419Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:52:28.854Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:52:28.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-16T16:52:28.855Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as gSTqBCHUZIcOERf0) ...
2021-09-16T16:52:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:52:28.857Z||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-09-16T16:52:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:52:38.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:52:38.463Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:53:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:53:28.855Z||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-09-16T16:53:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:53:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:53:28.859Z||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-09-16T16:53:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:53:38.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:53:38.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:54:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:54:28.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:54:28.859Z||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-09-16T16:54:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:54:28.859Z||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-09-16T16:54:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:54:38.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:54:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:55:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:55:28.854Z||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-09-16T16:55:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:55:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:55:28.856Z||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-09-16T16:55:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:55:38.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:55:38.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:56:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:56:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:56:28.859Z||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-09-16T16:56:28.859Z||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-09-16T16:56:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:56:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:56:38.415Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:56:38.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:57:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:57:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:57:28.857Z||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-09-16T16:57:28.857Z||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-09-16T16:57:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:57:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:57:38.494Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:57:38.495Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:58:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:58:28.854Z||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-09-16T16:58:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:58:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:58:28.856Z||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-09-16T16:58:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:58:38.447Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:58:38.450Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:59:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:59:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T16:59:28.857Z||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-09-16T16:59:28.857Z||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-09-16T16:59:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:59:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T16:59:38.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T16:59:38.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:00:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:00:28.854Z||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-09-16T17:00:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:00:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:00:28.856Z||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-09-16T17:00:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:00:38.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:00:38.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:01:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:01:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:01:28.858Z||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-09-16T17:01:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:01:28.858Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T17:01:28.858Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:01:38.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:01:38.458Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:02:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:02:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:02:28.859Z||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-09-16T17:02:28.858Z||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-09-16T17:02:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:02:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:02:38.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:02:38.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:03:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:03:28.854Z||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-09-16T17:03:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:03:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:03:28.856Z||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-09-16T17:03:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:03:38.403Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:03:38.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:04:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:04:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:04:28.857Z||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-09-16T17:04:28.857Z||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-09-16T17:04:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:04:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:04:38.409Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:04:38.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:05:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:05:28.856Z||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-09-16T17:05:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:05:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:05:28.856Z||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-09-16T17:05:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:05:38.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:05:38.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:06:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:06:28.855Z||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-09-16T17:06:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:06:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:06:28.856Z||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-09-16T17:06:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:06:38.417Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:06:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:07:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:07:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:07:28.857Z||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-09-16T17:07:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:07:28.857Z||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-09-16T17:07:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:07:38.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:07:38.436Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:08:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:08:28.856Z||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-09-16T17:08:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:08:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:08:28.857Z||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-09-16T17:08:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:08:38.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:08:38.407Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:09:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:09:28.855Z||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-09-16T17:09:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:09:28.856Z||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-09-16T17:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:09:38.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:09:38.419Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:10:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:10:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:10:28.856Z||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-09-16T17:10:28.856Z||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-09-16T17:10:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:10:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:10:38.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:10:38.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:11:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:11:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:11:28.856Z||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-09-16T17:11:28.856Z||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-09-16T17:11:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:11:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:11:38.421Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:11:38.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:12:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:12:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:12:28.857Z||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-09-16T17:12:28.857Z||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-09-16T17:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:12:38.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:12:38.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:13:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:13:28.855Z||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-09-16T17:13:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:13:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:13:28.856Z||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-09-16T17:13:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:13:38.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:13:38.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:14:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:14:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:14:28.856Z||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-09-16T17:14:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:14:28.857Z||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-09-16T17:14:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:14:38.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:14:38.401Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:15:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:15:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:15:28.858Z||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-09-16T17:15:28.858Z||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-09-16T17:15:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:15:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:15:38.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:15:38.408Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:16:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:16:28.854Z||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-09-16T17:16:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:16:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:16:28.856Z||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-09-16T17:16:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:16:38.401Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:16:38.402Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:17:28.854Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:17:28.856Z||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-09-16T17:17:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:17:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:17:28.857Z||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-09-16T17:17:28.861Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:17:38.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:17:38.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:18:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:18:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:18:28.858Z||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-09-16T17:18:28.858Z||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-09-16T17:18:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:18:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:18:38.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:18:38.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:19:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:19:28.856Z||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-09-16T17:19:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:19:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:19:28.856Z||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-09-16T17:19:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:19:38.400Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:19:38.409Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:20:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:20:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:20:28.857Z||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-09-16T17:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:20:28.857Z||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-09-16T17:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:20:38.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:20:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:21:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:21:28.856Z||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-09-16T17:21:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:21:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:21:28.856Z||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-09-16T17:21:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:21:38.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:21:38.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:22:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:22:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:22:28.857Z||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-09-16T17:22:28.857Z||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-09-16T17:22:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:22:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:22:38.432Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:22:38.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:23:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:23:28.855Z||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-09-16T17:23:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:23:28.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:23:28.857Z||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-09-16T17:23:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:23:38.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:23:38.402Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:24:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:24:28.855Z||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-09-16T17:24:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:24:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:24:28.856Z||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-09-16T17:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:24:38.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:24:38.417Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:25:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:25:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:25:28.857Z||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-09-16T17:25:28.857Z||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-09-16T17:25:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:25:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:25:38.408Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:25:38.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:26:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:26:28.855Z||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-09-16T17:26:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:26:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:26:28.857Z||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-09-16T17:26:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:26:38.399Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:26:38.399Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:27:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:27:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:27:28.856Z||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-09-16T17:27:28.856Z||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-09-16T17:27:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:27:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:27:38.411Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:27:38.412Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:28:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:28:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:28:28.857Z||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-09-16T17:28:28.857Z||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-09-16T17:28:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:28:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:28:38.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:28:38.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:29:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:29:28.856Z||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-09-16T17:29:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:29:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:29:28.857Z||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-09-16T17:29:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:29:38.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:29:38.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:30:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:30:28.855Z||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-09-16T17:30:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:30:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:30:28.856Z||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-09-16T17:30:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:30:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:30:38.419Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:31:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:31:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:31:28.856Z||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-09-16T17:31:28.856Z||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-09-16T17:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:31:38.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:31:38.423Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:32:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:32:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:32:28.856Z||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-09-16T17:32:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:32:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T17:32:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:32:38.402Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:32:38.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:33:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:33:28.855Z||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-09-16T17:33:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:33:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:33:28.856Z||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-09-16T17:33:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:33:38.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:33:38.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:34:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:34:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:34:28.856Z||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-09-16T17:34:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:34:28.857Z||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-09-16T17:34:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:34:38.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:34:38.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:35:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:35:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:35:28.856Z||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-09-16T17:35:28.856Z||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-09-16T17:35:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:35:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:35:38.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:35:38.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:36:28.855Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:36:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:36:28.860Z||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-09-16T17:36:28.860Z||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-09-16T17:36:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:36:28.860Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:36:38.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:36:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:37:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:37:28.856Z||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-09-16T17:37:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:37:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:37:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T17:37:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:37:38.428Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:37:38.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:38:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:38:28.855Z||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-09-16T17:38:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:38:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:38:28.856Z||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-09-16T17:38:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:38:38.417Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:38:38.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:39:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:39:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:39:28.856Z||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-09-16T17:39:28.856Z||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-09-16T17:39:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:39:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:39:38.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:39:38.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:40:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:40:28.855Z||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-09-16T17:40:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:40:28.856Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:40:28.856Z||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-09-16T17:40:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:40:38.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:40:38.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:41:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:41:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:41:28.857Z||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-09-16T17:41:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:41:28.857Z||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-09-16T17:41:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:41:38.403Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:41:38.404Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:42:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:42:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:42:28.856Z||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-09-16T17:42:28.856Z||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-09-16T17:42:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:42:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:42:38.402Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:42:38.405Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:43:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:43:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:43:28.858Z||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-09-16T17:43:28.858Z||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-09-16T17:43:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:43:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:43:38.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:43:38.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:44:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:44:28.854Z||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-09-16T17:44:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:44:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:44:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T17:44:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:44:38.410Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:44:38.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:28.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:45:28.856Z||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-09-16T17:45:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:45:28.856Z||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-09-16T17:45:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:45:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:45:29.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:29.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:29.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a508e675-f732-4cd8-9170-b41235d10446","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"adf850c2-ecad-48a7-8fd1-31a5cba0f525","serviceDescription":"service","serviceInvariantUUID":"aaa83ce5-d2f4-488f-b087-afd1b502f9ce","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0cbd3c4a-1a33-499a-b89c-b3b5f62ef0bf","resourceInvariantUUID":"6d1040de-15ee-4e3f-abec-e450c8b23851","resourceCustomizationUUID":"fe7b795b-0f07-411e-bff8-29280a0d6837","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":"NWVkMGQzZmExYjFlYmU2NjU3MjJmOTBhZWViM2M2ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f055056-8d73-4183-9439-ebe0057ac1a6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY2ZDI4ZDZmMzEwMTViYjY5MGFmMGFlNzlkMzExYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de62caa8-be19-4d16-af1f-da588bda1e10","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T17:45:29.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814288269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814280540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814288190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "cds",
  "timestamp": 1631814284584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814288269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814280540,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814288190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "cds",
  "timestamp": 1631814284584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "policy-id",
  "timestamp": 1631814296480,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814297451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "cds",
  "timestamp": 1631814297579,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "policy-id",
  "timestamp": 1631814296480,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "clamp",
  "timestamp": 1631814297535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "cds",
  "timestamp": 1631814298608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2021-09-16T17:45:29.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:45:29.516Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:45:29.519Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:45:29.519Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814328854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:45:29.619Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:45:29.620Z||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-09-16T17:45:29.621Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:45:29.640Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:29.641Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:45:29.687Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a508e675-f732-4cd8-9170-b41235d10446
2021-09-16T17:45:29.687Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a508e675-f732-4cd8-9170-b41235d10446 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-09-16T17:45:29.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "dcae-sch",
  "timestamp": 1631814298157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814299269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:45:29.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "clamp",
  "timestamp": 1631814297535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "dcae-sch",
  "timestamp": 1631814298157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814300274,
  "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-09-16T17:45:29.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a508e675-f732-4cd8-9170-b41235d10446
2021-09-16T17:45:29.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a508e675-f732-4cd8-9170-b41235d10446 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-09-16T17:45:29.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "policy-id",
  "timestamp": 1631814302256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:29.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "policy-id",
  "timestamp": 1631814303260,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:45:29.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "aai-ml",
  "timestamp": 1631814303256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:45:29.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "policy-id",
  "timestamp": 1631814304264,
  "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-09-16T17:45:29.896Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a508e675-f732-4cd8-9170-b41235d10446
2021-09-16T17:45:29.896Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a508e675-f732-4cd8-9170-b41235d10446 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-09-16T17:45:29.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "aai-ml",
  "timestamp": 1631814303256,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:29.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:45:29.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "clamp",
  "timestamp": 1631814309521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:29.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "aai-ml",
  "timestamp": 1631814310209,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:29.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "clamp",
  "timestamp": 1631814312524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:45:29.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "clamp",
  "timestamp": 1631814313556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:45:29.958Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a508e675-f732-4cd8-9170-b41235d10446
2021-09-16T17:45:29.958Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a508e675-f732-4cd8-9170-b41235d10446 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:45:29.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "aai-ml",
  "timestamp": 1631814317883,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:45:29.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:45:29.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T17:45:29.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "aai-ml",
  "timestamp": 1631814318888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:45:29.988Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a508e675-f732-4cd8-9170-b41235d10446
2021-09-16T17:45:29.988Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a508e675-f732-4cd8-9170-b41235d10446 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-09-16T17:45:30.520Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:45:30.521Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:45:30.522Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:45:30.523Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814328854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:45:30.623Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:45:30.623Z||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-09-16T17:45:30.624Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:45:30.633Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:30.634Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:45:31.524Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "adf850c2-ecad-48a7-8fd1-31a5cba0f525",
  "serviceDescription": "service",
  "serviceInvariantUUID": "aaa83ce5-d2f4-488f-b087-afd1b502f9ce",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fe7b795b-0f07-411e-bff8-29280a0d6837",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0cbd3c4a-1a33-499a-b89c-b3b5f62ef0bf",
      "resourceInvariantUUID": "6d1040de-15ee-4e3f-abec-e450c8b23851",
      "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": "MzY2ZDI4ZDZmMzEwMTViYjY5MGFmMGFlNzlkMzExYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de62caa8-be19-4d16-af1f-da588bda1e10"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T17:45:31.525Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T17:45:31.525Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adf850c2-ecad-48a7-8fd1-31a5cba0f525 ASDC
2021-09-16T17:45:31.525Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a508e675-f732-4cd8-9170-b41235d10446
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:adf850c2-ecad-48a7-8fd1-31a5cba0f525
ServiceInvariantUUID:aaa83ce5-d2f4-488f-b087-afd1b502f9ce
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:de62caa8-be19-4d16-af1f-da588bda1e10
ArtifactChecksum:MzY2ZDI4ZDZmMzEwMTViYjY5MGFmMGFlNzlkMzExYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fe7b795b-0f07-411e-bff8-29280a0d6837
ResourceInvariantUUID:6d1040de-15ee-4e3f-abec-e450c8b23851
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0cbd3c4a-1a33-499a-b89c-b3b5f62ef0bf
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-16T17:45:31.526Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adf850c2-ecad-48a7-8fd1-31a5cba0f525 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-09-16T17:45:31.668Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:45:31.669Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:45:31.669Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:45:31.669Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de62caa8-be19-4d16-af1f-da588bda1e10 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-16T17:45:31.670Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:45:31.670Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-16T17:45:36.612Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:45:36.616Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de62caa8-be19-4d16-af1f-da588bda1e10 52174
2021-09-16T17:45:36.616Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-16T17:45:36.616Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-16T17:45:36.617Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:45:36.617Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:45:36.619Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:45:36.619Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814336616,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:45:36.719Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:45:36.720Z||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-09-16T17:45:36.720Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:45:36.730Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:36.730Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:45:37.619Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:45:37.620Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:45:37.621Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: de62caa8-be19-4d16-af1f-da588bda1e10, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:37.621Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-16T17:45:37.621Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:37.621Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:37.782Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1436957929096621820/Definitions/service-BasicNetwork-template.yml
2021-09-16T17:45:38.288Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T17:45:38.289Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:45:38.290Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.290Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-16T17:45:38.290Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.290Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.291Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.291Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.291Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.291Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.291Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.292Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.292Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:45:38.292Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.292Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.293Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-16T17:45:38.294Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:45:38.294Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:45:38.294Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.295Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.295Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-16T17:45:38.295Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:45:38.296Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:45:38.296Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.296Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.297Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.297Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.298Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.298Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.299Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.299Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.299Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.300Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.300Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:adf850c2-ecad-48a7-8fd1-31a5cba0f525
Model Version:NULL
Model InvariantUuid:aaa83ce5-d2f4-488f-b087-afd1b502f9ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6d1040de-15ee-4e3f-abec-e450c8b23851
Model UUID:1a5b3257-30b8-42c6-930e-6a31772a251e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fe7b795b-0f07-411e-bff8-29280a0d6837
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T17:45:38.306Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 0cbd3c4a-1a33-499a-b89c-b3b5f62ef0bf
2021-09-16T17:45:38.306Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||No resources found for Service: adf850c2-ecad-48a7-8fd1-31a5cba0f525
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:45:38.322Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||
2021-09-16T17:45:38.323Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-16T17:45:38.325Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||No resources found for Service: adf850c2-ecad-48a7-8fd1-31a5cba0f525
2021-09-16T17:45:38.325Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: adf850c2-ecad-48a7-8fd1-31a5cba0f525
2021-09-16T17:45:38.326Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-16T17:45:38.326Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:45:38.340Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29a0ce5b, org.onap.sdc.toscaparser.api.parameters.Input@4d516fb, org.onap.sdc.toscaparser.api.parameters.Input@728f2847, org.onap.sdc.toscaparser.api.parameters.Input@467757c3, org.onap.sdc.toscaparser.api.parameters.Input@690a9b40]
2021-09-16T17:45:38.343Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.343Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.344Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.345Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.346Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid adf850c2-ecad-48a7-8fd1-31a5cba0f525: Generic NeutronNet
2021-09-16T17:45:38.346Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.347Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.347Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.347Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-16T17:45:38.383Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.383Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.384Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.384Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.384Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:45:38.385Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:45:38.385Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-16T17:45:38.486Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-16T17:45:38.487Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-16T17:45:38.487Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-16T17:45:38.487Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:45:38.488Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:45:38.490Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:45:38.490Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814338487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:45:38.593Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-16T17:45:38.594Z||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-09-16T17:45:38.594Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:45:38.605Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:45:38.605Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:45:39.491Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a508e675-f732-4cd8-9170-b41235d10446
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:45:39.535Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a508e675-f732-4cd8-9170-b41235d10446
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:45:39.541Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:45:39.541Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T17:45:39.541Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T17:45:39.542Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T17:45:39.542Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.542Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.542Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.543Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.543Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.543Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:45:39.543Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:45:39.551Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T17:46:09.552Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a508e675-f732-4cd8-9170-b41235d10446 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-09-16T17:46:09.603Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a508e675-f732-4cd8-9170-b41235d10446 and serviceModelVersionId: adf850c2-ecad-48a7-8fd1-31a5cba0f525
2021-09-16T17:46:09.603Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aaa83ce5-d2f4-488f-b087-afd1b502f9ce
2021-09-16T17:46:09.605Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?depth=0
2021-09-16T17:46:09.615Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T17:46:09.688Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?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-09-16T17:46:09.689Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?depth=0|INFO|500||Invoke
2021-09-16T17:46:09.729Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T17:46:10.210Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?depth=0|INFO|500||InvokeReturn
2021-09-16T17:46:10.211Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/aaa83ce5-d2f4-488f-b087-afd1b502f9ce/model-vers/model-ver/adf850c2-ecad-48a7-8fd1-31a5cba0f525?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210916-17:46:09:742-23109], vertex-id=[176160], Content-Length=[0], Date=[Thu, 16 Sep 2021 17:46:09 GMT], Content-Type=[application/json]}
2021-09-16T17:46:10.213Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-16T17:46:10.213Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T17:46:10.214Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:46:10.218Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-16T17:46:10.219Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a508e675-f732-4cd8-9170-b41235d10446 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T17:46:10.219Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T17:46:10.220Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:46:10.224Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:46:10.225Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814370219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:46:10.325Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:46:10.327Z||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-09-16T17:46:10.327Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:46:10.342Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:46:10.343Z||pool-23-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-09-16T17:46:28.854Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:46:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:46:28.856Z|a508e675-f732-4cd8-9170-b41235d10446|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-09-16T17:46:28.856Z|a508e675-f732-4cd8-9170-b41235d10446|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:46:28.908Z||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-09-16T17:46:28.908Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:46:29.052Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:46:29.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-16T17:46:29.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814328854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:46:29.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:46:38.472Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:47:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:47:28.855Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:47:28.859Z||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-09-16T17:47:28.859Z|a508e675-f732-4cd8-9170-b41235d10446|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-09-16T17:47:28.859Z|a508e675-f732-4cd8-9170-b41235d10446|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:47:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:47:29.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:47:29.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:47:29.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814328854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:47:29.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:47:29.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:47:29.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814336616,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814338487,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a508e675-f732-4cd8-9170-b41235d10446",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814370219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:47:29.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:47:38.487Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:48:28.854Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:48:28.855Z|a508e675-f732-4cd8-9170-b41235d10446|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-09-16T17:48:28.855Z|a508e675-f732-4cd8-9170-b41235d10446|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:48:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:48:28.856Z||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-09-16T17:48:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:48:38.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:48:38.424Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:28.854Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:49:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:49:28.856Z|a508e675-f732-4cd8-9170-b41235d10446|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-09-16T17:49:28.856Z||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-09-16T17:49:28.856Z|a508e675-f732-4cd8-9170-b41235d10446|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:29.088Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:29.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:49:29.512Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:29.513Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-16T17:49:29.514Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef7bf205-d1df-4b0e-8585-41cb3175270d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"86bbe7ce-6d33-47cd-940b-4bc0656aef4b","serviceDescription":"service","serviceInvariantUUID":"3fa9bc8a-26e3-4ab8-8bd1-efe229743b41","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b433fcd9-69eb-4ae1-9ad8-efca93be3c25","resourceInvariantUUID":"4302d9f8-bd55-43eb-8e21-ca9b3b9926a2","resourceCustomizationUUID":"b95999c7-a0eb-4584-8d00-01b5d7e32058","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":"OTA3MjkyNzJhMTk3YzQ3NDQ1OWY2ZjYzNTkwYWY4YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1a4be22-a444-46f6-9be2-20c55c48a37a","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":"NWIyYzgyNmZiNjEyN2JkZDg1ZGE3MzY0ZjBhNGIyNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a348cc0d-6b24-44a2-a4d4-98294eabbbec","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":"b8df004d-561d-4a0b-aab2-4acab9846d11","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":"a28f5bcd-ce94-4a47-8130-430d0808018b","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":"8a7eaec1-fd2f-4b30-bd69-f6648ea3f829","artifactVersion":"2","generatedFromUUID":"b8df004d-561d-4a0b-aab2-4acab9846d11"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODUzMDYyMjU4NWNkMjMyOWI2YWNkYmY1MTAwNTAxMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"690af3ab-c8dd-4044-9a99-0b473a1b45fd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWQyYTI4NzZhNmZjYmUxNzA5Y2VlMzdjOGRhZTQxZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5b7c685-dbdd-4ab9-8712-f01543f10592","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T17:49:29.520Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:29.521Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:29.524Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:29.524Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:29.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:29.626Z||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-09-16T17:49:29.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:29.636Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:29.637Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:30.525Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:30.525Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:30.527Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:30.527Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:49:30.627Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:30.628Z||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-09-16T17:49:30.628Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:30.646Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:30.647Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:31.528Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:31.528Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:31.537Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:31.537Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:49:31.637Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:31.638Z||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-09-16T17:49:31.638Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:31.647Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:31.648Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:32.538Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:32.538Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:32.541Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:32.541Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:32.641Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:49:32.645Z||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-09-16T17:49:32.645Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:32.661Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:32.661Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:33.542Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:33.543Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:33.546Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:33.547Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:49:33.646Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:49:33.647Z||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-09-16T17:49:33.647Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:33.657Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:33.658Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:34.547Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:34.548Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:34.550Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:34.550Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:49:34.650Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:34.651Z||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-09-16T17:49:34.651Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:34.661Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:34.661Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:49:35.551Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:49:35.551Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:35.553Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:35.553Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:49:35.653Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:35.654Z||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-09-16T17:49:35.654Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:35.666Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:35.666Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:49:36.554Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "86bbe7ce-6d33-47cd-940b-4bc0656aef4b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3fa9bc8a-26e3-4ab8-8bd1-efe229743b41",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b95999c7-a0eb-4584-8d00-01b5d7e32058",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b433fcd9-69eb-4ae1-9ad8-efca93be3c25",
      "resourceInvariantUUID": "4302d9f8-bd55-43eb-8e21-ca9b3b9926a2",
      "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": "NWIyYzgyNmZiNjEyN2JkZDg1ZGE3MzY0ZjBhNGIyNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a348cc0d-6b24-44a2-a4d4-98294eabbbec",
          "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": "b8df004d-561d-4a0b-aab2-4acab9846d11",
          "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": "8a7eaec1-fd2f-4b30-bd69-f6648ea3f829",
            "generatedFromUUID": "b8df004d-561d-4a0b-aab2-4acab9846d11"
          },
          "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": "8a7eaec1-fd2f-4b30-bd69-f6648ea3f829",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWQyYTI4NzZhNmZjYmUxNzA5Y2VlMzdjOGRhZTQxZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f5b7c685-dbdd-4ab9-8712-f01543f10592"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T17:49:36.555Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T17:49:36.556Z|a508e675-f732-4cd8-9170-b41235d10446|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 86bbe7ce-6d33-47cd-940b-4bc0656aef4b ASDC
2021-09-16T17:49:36.557Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ef7bf205-d1df-4b0e-8585-41cb3175270d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:86bbe7ce-6d33-47cd-940b-4bc0656aef4b
ServiceInvariantUUID:3fa9bc8a-26e3-4ab8-8bd1-efe229743b41
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:f5b7c685-dbdd-4ab9-8712-f01543f10592
ArtifactChecksum:YWQyYTI4NzZhNmZjYmUxNzA5Y2VlMzdjOGRhZTQxZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b95999c7-a0eb-4584-8d00-01b5d7e32058
ResourceInvariantUUID:4302d9f8-bd55-43eb-8e21-ca9b3b9926a2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b433fcd9-69eb-4ae1-9ad8-efca93be3c25
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:a348cc0d-6b24-44a2-a4d4-98294eabbbec
ArtifactChecksum:NWIyYzgyNmZiNjEyN2JkZDg1ZGE3MzY0ZjBhNGIyNjk=
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:b8df004d-561d-4a0b-aab2-4acab9846d11
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:8a7eaec1-fd2f-4b30-bd69-f6648ea3f829
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:8a7eaec1-fd2f-4b30-bd69-f6648ea3f829
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-16T17:49:36.557Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86bbe7ce-6d33-47cd-940b-4bc0656aef4b 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-09-16T17:49:36.654Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:49:36.655Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:49:36.655Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:49:36.655Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f5b7c685-dbdd-4ab9-8712-f01543f10592 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-16T17:49:36.656Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:49:36.656Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-16T17:49:39.524Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:49:39.541Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f5b7c685-dbdd-4ab9-8712-f01543f10592 70848
2021-09-16T17:49:39.542Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-16T17:49:39.542Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-16T17:49:39.542Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:49:39.543Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:39.546Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:39.546Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:49:39.646Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:49:39.647Z||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-09-16T17:49:39.647Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:39.659Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:39.660Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:40.547Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:49:40.548Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:49:40.548Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f5b7c685-dbdd-4ab9-8712-f01543f10592, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:40.549Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-16T17:49:40.550Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:40.550Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:40.742Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5341672419307796144/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-09-16T17:49:41.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T17:49:41.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:49:41.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-16T17:49:41.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:49:41.893Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:41.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:49:41.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:49:41.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:49:41.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:41.897Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:41.898Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1ec1a7e-c178-442e-ab5c-0d2416b90355
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.899Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:41.900Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:86bbe7ce-6d33-47cd-940b-4bc0656aef4b
Model Version:NULL
Model InvariantUuid:3fa9bc8a-26e3-4ab8-8bd1-efe229743b41
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a0e4def0-19cd-4ec8-977f-3f7eb91db4a6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4302d9f8-bd55-43eb-8e21-ca9b3b9926a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b95999c7-a0eb-4584-8d00-01b5d7e32058
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b1c6061b-4371-44fa-a179-e226f67776cb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f4c4d478-b34e-4a9b-992c-d2aa3dc7bf4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d1ec1a7e-c178-442e-ab5c-0d2416b90355
ModelInvariantUuid:5eb0718b-f192-4274-b768-1b7376f0aec2
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:eb328c6f-1475-468c-9f20-0676e2b32136
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0ce797ec-c053-4885-89cf-7cf8246f266d
ModelInvariantUuid:38f4a26e-f3ff-4dc5-9f20-a9cdad160472
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3da7e7b2-441d-455c-9179-07ffa91000ea
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T17:49:41.907Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b433fcd9-69eb-4ae1-9ad8-efca93be3c25
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:49:41.911Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-16T17:49:41.911Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b433fcd9-69eb-4ae1-9ad8-efca93be3c25
2021-09-16T17:49:41.911Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a348cc0d-6b24-44a2-a4d4-98294eabbbec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-16T17:49:41.911Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:49:41.911Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-16T17:49:44.680Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:49:44.680Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a348cc0d-6b24-44a2-a4d4-98294eabbbec 787
2021-09-16T17:49:44.680Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-16T17:49:44.680Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-16T17:49:44.680Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:49:44.681Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:44.682Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:44.682Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814584680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:49:44.783Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:44.783Z||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-09-16T17:49:44.784Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:44.798Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:44.799Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:45.683Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b1c6061b-4371-44fa-a179-e226f67776cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c4d478-b34e-4a9b-992c-d2aa3dc7bf4b",
    "vfModuleModelCustomizationUUID": "879ecafc-3da3-42a6-a19b-618b38da61fb",
    "isBase": true,
    "artifacts": [
      "b8df004d-561d-4a0b-aab2-4acab9846d11",
      "8a7eaec1-fd2f-4b30-bd69-f6648ea3f829"
    ],
    "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-09-16T17:49:45.688Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c4d478-b34e-4a9b-992c-d2aa3dc7bf4b
VfModuleModelInvariantUUID:b1c6061b-4371-44fa-a179-e226f67776cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8df004d-561d-4a0b-aab2-4acab9846d11
,
8a7eaec1-fd2f-4b30-bd69-f6648ea3f829

}
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-09-16T17:49:45.690Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b1c6061b-4371-44fa-a179-e226f67776cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c4d478-b34e-4a9b-992c-d2aa3dc7bf4b",
    "vfModuleModelCustomizationUUID": "879ecafc-3da3-42a6-a19b-618b38da61fb",
    "isBase": true,
    "artifacts": [
      "b8df004d-561d-4a0b-aab2-4acab9846d11",
      "8a7eaec1-fd2f-4b30-bd69-f6648ea3f829"
    ],
    "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-09-16T17:49:45.690Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c4d478-b34e-4a9b-992c-d2aa3dc7bf4b
VfModuleModelInvariantUUID:b1c6061b-4371-44fa-a179-e226f67776cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8df004d-561d-4a0b-aab2-4acab9846d11
,
8a7eaec1-fd2f-4b30-bd69-f6648ea3f829

}
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-09-16T17:49:45.690Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b8df004d-561d-4a0b-aab2-4acab9846d11 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-16T17:49:45.690Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:49:45.690Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-16T17:49:49.926Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:49:49.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b8df004d-561d-4a0b-aab2-4acab9846d11 5033
2021-09-16T17:49:49.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-16T17:49:49.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-16T17:49:49.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:49:49.928Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:49.930Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:49.930Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814589927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:49:50.030Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:50.030Z||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-09-16T17:49:50.031Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:50.040Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:50.040Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:50.930Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8a7eaec1-fd2f-4b30-bd69-f6648ea3f829 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-16T17:49:50.930Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:49:50.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-16T17:49:56.891Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:49:56.891Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8a7eaec1-fd2f-4b30-bd69-f6648ea3f829 903
2021-09-16T17:49:56.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-16T17:49:56.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-16T17:49:56.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:49:56.892Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:56.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:56.894Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814596891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:49:56.994Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:49:56.995Z||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-09-16T17:49:56.995Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:57.005Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:57.006Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:49:57.895Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 86bbe7ce-6d33-47cd-940b-4bc0656aef4b
2021-09-16T17:49:57.896Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b433fcd9-69eb-4ae1-9ad8-efca93be3c25 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:49:57.917Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51cd72fe, org.onap.sdc.toscaparser.api.parameters.Input@3852292c, org.onap.sdc.toscaparser.api.parameters.Input@6d012896, org.onap.sdc.toscaparser.api.parameters.Input@5da417cb, org.onap.sdc.toscaparser.api.parameters.Input@6744c403]
2021-09-16T17:49:57.920Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.920Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.920Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-16T17:49:57.921Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b95999c7-a0eb-4584-8d00-01b5d7e32058
2021-09-16T17:49:57.921Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b95999c7-a0eb-4584-8d00-01b5d7e32058 matches Tosca VF Customization UUID: b95999c7-a0eb-4584-8d00-01b5d7e32058
2021-09-16T17:49:57.921Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b95999c7-a0eb-4584-8d00-01b5d7e32058  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-16T17:49:57.929Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.930Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b95999c7-a0eb-4584-8d00-01b5d7e32058: {\"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-09-16T17:49:57.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57b01e90
2021-09-16T17:49:57.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.932Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:49:57.932Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 879ecafc-3da3-42a6-a19b-618b38da61fb
2021-09-16T17:49:57.932Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 879ecafc-3da3-42a6-a19b-618b38da61fb
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-16T17:49:57.935Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.936Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:57.936Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:57.937Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.937Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:57.937Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:57.938Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.938Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-16T17:49:57.938Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-16T17:49:57.938Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:49:57.939Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d1ec1a7e-c178-442e-ab5c-0d2416b90355
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-16T17:49:57.942Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.942Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:57.943Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:49:57.943Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.943Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-16T17:49:57.943Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b95999c7-a0eb-4584-8d00-01b5d7e32058
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:49:57.945Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.946Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.946Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 86bbe7ce-6d33-47cd-940b-4bc0656aef4b: basic_vm
2021-09-16T17:49:57.946Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.946Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.946Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.947Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.947Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.947Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.947Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.948Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.948Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:49:57.948Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:49:57.948Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:49:58.110Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b433fcd9-69eb-4ae1-9ad8-efca93be3c25 1 ASDC deployResourceStructure
2021-09-16T17:49:58.111Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-16T17:49:58.111Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-16T17:49:58.111Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:49:58.112Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:58.114Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:58.114Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814598111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:49:58.214Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:49:58.215Z||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-09-16T17:49:58.216Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:58.236Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:58.237Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:49:59.118Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-16T17:49:59.119Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-16T17:49:59.119Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:49:59.120Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:49:59.123Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:49:59.123Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814599118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:49:59.223Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:49:59.224Z||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-09-16T17:49:59.224Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:49:59.238Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:49:59.238Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:50:00.125Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-16T17:50:00.129Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-16T17:50:00.129Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:50:00.130Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:50:00.132Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:50:00.132Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814600125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:50:00.232Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:50:00.233Z||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-09-16T17:50:00.234Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:50:00.243Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:50:00.244Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:50:01.133Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-16T17:50:01.134Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-16T17:50:01.134Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:50:01.134Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:50:01.136Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:50:01.136Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814601133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:50:01.236Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:50:01.237Z||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-09-16T17:50:01.237Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:50:01.250Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:50:01.251Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:50:02.137Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:50:02.171Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:50:02.195Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:50:02.195Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T17:50:02.195Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T17:50:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:50:28.859Z||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-09-16T17:50:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:50:28.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:50:28.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:50:28.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:50:28.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:50:32.196Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:50:32.254Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:50:32.278Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:50:32.278Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T17:50:32.278Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T17:51:02.279Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:51:02.331Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:51:02.338Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:51:02.338Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T17:51:02.338Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T17:51:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:51:28.857Z||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-09-16T17:51:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:51:28.883Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:51:28.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:51:28.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814558268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:51:28.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:51:32.338Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:51:32.372Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:51:32.378Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:51:32.378Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T17:51:32.378Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T17:52:02.379Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:52:02.443Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:52:02.447Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:52:02.448Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T17:52:02.448Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T17:52:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:52:28.858Z||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-09-16T17:52:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:52:28.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:52:28.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "dcae-sch",
  "timestamp": 1631814558158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814556480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814560540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814554584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814572897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814573381,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814573740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:28.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814573901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814567530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "cds",
  "timestamp": 1631814574404,
  "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-09-16T17:52:28.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:28.919Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:52:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "policy-id",
  "timestamp": 1631814574903,
  "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-09-16T17:52:28.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:28.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:52:28.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814568196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814568854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814576776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:28.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814577780,
  "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-09-16T17:52:28.993Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:28.994Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:52:29.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814579335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814579542,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814573255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814582857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814583464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814584680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814586621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "dcae-sch",
  "timestamp": 1631814578156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814576480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814575436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814587904,
  "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-09-16T17:52:29.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:29.039Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:52:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814588649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814588940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814580540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814589927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814590584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814591171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "clamp",
  "timestamp": 1631814591598,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:52:29.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:29.117Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:52:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814592176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "policy-id",
  "timestamp": 1631814593180,
  "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-09-16T17:52:29.162Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:52:29.163Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:52:29.181Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.181Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814593323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "cds",
  "timestamp": 1631814594407,
  "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-09-16T17:52:29.210Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:52:29.211Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:52:29.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.235Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814596891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814588269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814598111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814589958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814599118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814599892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814600125,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "aai-ml",
  "timestamp": 1631814600896,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:52:29.249Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef7bf205-d1df-4b0e-8585-41cb3175270d
2021-09-16T17:52:29.249Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:52:29.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814601133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.262Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814603685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.265Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814605751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814606209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.270Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814597531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814607213,
  "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-09-16T17:52:29.280Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:52:29.280Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:52:29.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814611020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814603255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:52:29.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814617566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814618787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814618881,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814619573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "clamp",
  "timestamp": 1631814620586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:52:29.306Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:52:29.307Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:52:29.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814626210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:52:29.325Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:29.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814627412,
  "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-09-16T17:52:29.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:52:29.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:52:29.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:52:29.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814628417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:52:29.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:52:32.449Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:52:32.463Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:52:32.484Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:52:32.484Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T17:52:32.484Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T17:52:32.484Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T17:52:32.484Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.485Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.510Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.511Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.511Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.512Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:52:32.512Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:52:32.543Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T17:53:02.544Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef7bf205-d1df-4b0e-8585-41cb3175270d 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-09-16T17:53:02.565Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef7bf205-d1df-4b0e-8585-41cb3175270d and serviceModelVersionId: 86bbe7ce-6d33-47cd-940b-4bc0656aef4b
2021-09-16T17:53:02.566Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fa9bc8a-26e3-4ab8-8bd1-efe229743b41
2021-09-16T17:53:02.568Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0
2021-09-16T17:53:02.577Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T17:53:02.638Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|INFO|500||Invoke
2021-09-16T17:53:02.638Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef7bf205-d1df-4b0e-8585-41cb3175270d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0c1e194e-eecb-4fef-9840-18fb5e037740], X-ECOMP-RequestID=[ef7bf205-d1df-4b0e-8585-41cb3175270d], X-TransactionId=[], X-ONAP-RequestID=[ef7bf205-d1df-4b0e-8585-41cb3175270d], Content-Type=[application/merge-patch+json]}
2021-09-16T17:53:02.685Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T17:53:02.918Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210916-17:53:02:703-46423], vertex-id=[225352], Content-Length=[0], Date=[Thu, 16 Sep 2021 17:53:02 GMT], Content-Type=[application/json]}
2021-09-16T17:53:02.919Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-16T17:53:02.919Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3fa9bc8a-26e3-4ab8-8bd1-efe229743b41/model-vers/model-ver/86bbe7ce-6d33-47cd-940b-4bc0656aef4b?depth=0|INFO|500||InvokeReturn
2021-09-16T17:53:02.920Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T17:53:02.920Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:53:02.926Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-16T17:53:02.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef7bf205-d1df-4b0e-8585-41cb3175270d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T17:53:02.927Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T17:53:02.928Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:02.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:02.931Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814782927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:53:03.031Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:03.033Z||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-09-16T17:53:03.033Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:03.064Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:03.064Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-09-16T17:53:04.036Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:53:04.037Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|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-09-16T17:53:04.037Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:08.416Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:08.418Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-16T17:53:08.418Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e9400e65-2bea-421c-8293-419e246df95d","serviceDescription":"service","serviceInvariantUUID":"d05ef525-84b1-49ba-8a1a-eff7f471911a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b712c7f8-5055-4f04-8ae5-060ca6a7d1c0","resourceInvariantUUID":"2e2db3d9-dffb-42b6-9c67-08eea9b938d3","resourceCustomizationUUID":"7fa2bf9b-b8f6-486f-bf6e-3d942581d54a","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":"YjFhYWYxZmNhYTg2NzkwN2Y4MDNjYzhkMTFmNjI0Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09fb019d-1822-45ba-ba83-dbc81d6fc12f","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":"3886438e-7d96-40c7-ac2c-42d4d9dc7572","artifactVersion":"2","generatedFromUUID":"698918aa-748b-4b03-90f4-30cf84fe28d2"},{"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":"698918aa-748b-4b03-90f4-30cf84fe28d2","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":"ZDM5MzM4ZGExY2Q3MDU3MjJjYmNlY2Q3ODc3N2Y1Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb5a0e62-0f0c-42d5-915b-a4a2b8dd39b6","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":"5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130","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":"e6453440-6843-41ee-b490-d5cc6c50bf9d","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":"9e87c508-0b1d-4821-a853-2bb4885fa731","artifactVersion":"2","generatedFromUUID":"5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGNiYzhjMWM5YWY0NDlmMTEwNGU2ODBhYWMwMjJjYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0bf2fa9-1e00-4548-9572-3165b8766ae0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTg4MTY2ZmIzNjM1ZjZjMmVhYzA1MDZhMjY4ODJlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"198584d2-d9bc-4518-8ad7-493881796996","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T17:53:08.422Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:08.423Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:08.425Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:08.425Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:53:08.525Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:08.526Z||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-09-16T17:53:08.527Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:08.537Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:08.538Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:09.426Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:09.428Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:09.430Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:09.430Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-16T17:53:09.531Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:09.532Z||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-09-16T17:53:09.532Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:09.542Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:09.542Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:10.431Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:10.432Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:10.434Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:10.434Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-16T17:53:10.534Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:10.535Z||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-09-16T17:53:10.535Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:10.545Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:10.546Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:11.435Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:11.436Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:11.438Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:11.438Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:53:11.538Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:11.539Z||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-09-16T17:53:11.539Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:11.549Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:11.550Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:12.439Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:12.439Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:12.442Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:12.442Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:53:12.542Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:12.543Z||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-09-16T17:53:12.543Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:12.554Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:12.554Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:13.443Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:13.443Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:13.445Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:13.445Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:53:13.546Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:53:13.546Z||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-09-16T17:53:13.546Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:13.556Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:13.557Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:14.446Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:14.447Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:14.450Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:14.450Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-16T17:53:14.553Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-16T17:53:14.554Z||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-09-16T17:53:14.554Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:14.569Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:14.570Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:15.451Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:15.452Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:15.455Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:15.455Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:53:15.555Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:15.556Z||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-09-16T17:53:15.556Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:15.574Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:15.575Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:16.456Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:53:16.456Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:16.459Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:16.459Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:53:16.560Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:16.561Z||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-09-16T17:53:16.561Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:16.579Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:16.579Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:17.460Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e9400e65-2bea-421c-8293-419e246df95d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d05ef525-84b1-49ba-8a1a-eff7f471911a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7fa2bf9b-b8f6-486f-bf6e-3d942581d54a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b712c7f8-5055-4f04-8ae5-060ca6a7d1c0",
      "resourceInvariantUUID": "2e2db3d9-dffb-42b6-9c67-08eea9b938d3",
      "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": "3886438e-7d96-40c7-ac2c-42d4d9dc7572",
          "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": "698918aa-748b-4b03-90f4-30cf84fe28d2",
          "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": "ZDM5MzM4ZGExY2Q3MDU3MjJjYmNlY2Q3ODc3N2Y1Yzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "eb5a0e62-0f0c-42d5-915b-a4a2b8dd39b6",
          "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": "5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130",
          "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": "9e87c508-0b1d-4821-a853-2bb4885fa731",
            "generatedFromUUID": "5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130"
          },
          "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": "9e87c508-0b1d-4821-a853-2bb4885fa731",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTg4MTY2ZmIzNjM1ZjZjMmVhYzA1MDZhMjY4ODJlMDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "198584d2-d9bc-4518-8ad7-493881796996"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T17:53:17.461Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T17:53:17.462Z|ef7bf205-d1df-4b0e-8585-41cb3175270d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e9400e65-2bea-421c-8293-419e246df95d ASDC
2021-09-16T17:53:17.463Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e9400e65-2bea-421c-8293-419e246df95d
ServiceInvariantUUID:d05ef525-84b1-49ba-8a1a-eff7f471911a
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:198584d2-d9bc-4518-8ad7-493881796996
ArtifactChecksum:YTg4MTY2ZmIzNjM1ZjZjMmVhYzA1MDZhMjY4ODJlMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7fa2bf9b-b8f6-486f-bf6e-3d942581d54a
ResourceInvariantUUID:2e2db3d9-dffb-42b6-9c67-08eea9b938d3
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b712c7f8-5055-4f04-8ae5-060ca6a7d1c0
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:3886438e-7d96-40c7-ac2c-42d4d9dc7572
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:698918aa-748b-4b03-90f4-30cf84fe28d2
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:eb5a0e62-0f0c-42d5-915b-a4a2b8dd39b6
ArtifactChecksum:ZDM5MzM4ZGExY2Q3MDU3MjJjYmNlY2Q3ODc3N2Y1Yzg=
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:5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130
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:9e87c508-0b1d-4821-a853-2bb4885fa731
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:9e87c508-0b1d-4821-a853-2bb4885fa731
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-16T17:53:17.464Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9400e65-2bea-421c-8293-419e246df95d 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-09-16T17:53:17.563Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:53:17.564Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:53:17.565Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:53:17.565Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 198584d2-d9bc-4518-8ad7-493881796996 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-16T17:53:17.565Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:17.566Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-16T17:53:20.735Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:20.742Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 198584d2-d9bc-4518-8ad7-493881796996 68759
2021-09-16T17:53:20.742Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-16T17:53:20.743Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-16T17:53:20.743Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:20.743Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:20.746Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:20.746Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814800742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:20.846Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:20.847Z||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-09-16T17:53:20.847Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:20.859Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:20.860Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:21.746Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:53:21.747Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:53:21.748Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 198584d2-d9bc-4518-8ad7-493881796996, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:21.749Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-16T17:53:21.749Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:21.749Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:21.893Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17761875194242427161/Definitions/service-BasicCnf-template.yml
2021-09-16T17:53:23.040Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T17:53:23.040Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:53:23.040Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:23.040Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-16T17:53:23.040Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.041Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:23.042Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:53:23.042Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:53:23.042Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.042Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.042Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-16T17:53:23.043Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.044Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.045Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aa08e230-469c-46eb-9f5c-f735fcb3dda4
2021-09-16T17:53:23.046Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:23.047Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:23.048Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e9400e65-2bea-421c-8293-419e246df95d
Model Version:NULL
Model InvariantUuid:d05ef525-84b1-49ba-8a1a-eff7f471911a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6a6ebbba-1265-4493-a5e7-f5153bfe94f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e2db3d9-dffb-42b6-9c67-08eea9b938d3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7fa2bf9b-b8f6-486f-bf6e-3d942581d54a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ef76369a-67a5-4bd5-8cc9-1e72a8129cb7
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:666e4cf9-85f7-4a5b-8d6e-faa6e4c5726f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa08e230-469c-46eb-9f5c-f735fcb3dda4
ModelInvariantUuid:ca5b3681-6601-4677-be4a-ddb34f379f34
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6e0dea80-29fa-4e37-8336-a3ffb9934723
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4dfbff4a-9387-424f-996c-c37561558d48
ModelInvariantUuid:8f2c2214-1b6b-4240-8d9d-e1ecd51bc79c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e3319c1a-feb7-46fc-86aa-72f5cfe46c53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T17:53:23.058Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b712c7f8-5055-4f04-8ae5-060ca6a7d1c0
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:53:23.061Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-09-16T17:53:23.061Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b712c7f8-5055-4f04-8ae5-060ca6a7d1c0
2021-09-16T17:53:23.061Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3886438e-7d96-40c7-ac2c-42d4d9dc7572 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-16T17:53:23.061Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:23.061Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-16T17:53:25.607Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:25.608Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3886438e-7d96-40c7-ac2c-42d4d9dc7572 12
2021-09-16T17:53:25.608Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-16T17:53:25.608Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-16T17:53:25.609Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:25.609Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:25.611Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:25.611Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814805608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:25.711Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:25.712Z||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-09-16T17:53:25.712Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:25.723Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:25.723Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:26.612Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 698918aa-748b-4b03-90f4-30cf84fe28d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-16T17:53:26.612Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:26.613Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-16T17:53:28.424Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:28.424Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 698918aa-748b-4b03-90f4-30cf84fe28d2 2688
2021-09-16T17:53:28.425Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-16T17:53:28.425Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-16T17:53:28.425Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:28.425Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:28.427Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:28.427Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814808425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:28.527Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:28.528Z||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-09-16T17:53:28.528Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:28.541Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:28.541Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:53:28.857Z||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-09-16T17:53:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:28.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:28.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:53:28.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814630998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:53:28.888Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:53:28.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:53:28.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "aai-ml",
  "timestamp": 1631814632001,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:53:29.429Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb5a0e62-0f0c-42d5-915b-a4a2b8dd39b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-16T17:53:29.431Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:29.431Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-16T17:53:30.790Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:30.791Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json eb5a0e62-0f0c-42d5-915b-a4a2b8dd39b6 828
2021-09-16T17:53:30.791Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-16T17:53:30.791Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-16T17:53:30.791Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:30.791Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:30.794Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:30.794Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814810791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:30.894Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:30.895Z||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-09-16T17:53:30.895Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:30.908Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:30.908Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:31.345Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
2021-09-16T17:53:31.346Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:53:31.794Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ef76369a-67a5-4bd5-8cc9-1e72a8129cb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "666e4cf9-85f7-4a5b-8d6e-faa6e4c5726f",
    "vfModuleModelCustomizationUUID": "dce3a958-cdc6-4a2f-8f8b-3f49b5db030f",
    "isBase": true,
    "artifacts": [
      "5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130",
      "698918aa-748b-4b03-90f4-30cf84fe28d2",
      "9e87c508-0b1d-4821-a853-2bb4885fa731"
    ],
    "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-09-16T17:53:31.799Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:666e4cf9-85f7-4a5b-8d6e-faa6e4c5726f
VfModuleModelInvariantUUID:ef76369a-67a5-4bd5-8cc9-1e72a8129cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130
,
698918aa-748b-4b03-90f4-30cf84fe28d2
,
9e87c508-0b1d-4821-a853-2bb4885fa731

}
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-09-16T17:53:31.802Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ef76369a-67a5-4bd5-8cc9-1e72a8129cb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "666e4cf9-85f7-4a5b-8d6e-faa6e4c5726f",
    "vfModuleModelCustomizationUUID": "dce3a958-cdc6-4a2f-8f8b-3f49b5db030f",
    "isBase": true,
    "artifacts": [
      "5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130",
      "698918aa-748b-4b03-90f4-30cf84fe28d2",
      "9e87c508-0b1d-4821-a853-2bb4885fa731"
    ],
    "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-09-16T17:53:31.802Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:666e4cf9-85f7-4a5b-8d6e-faa6e4c5726f
VfModuleModelInvariantUUID:ef76369a-67a5-4bd5-8cc9-1e72a8129cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130
,
698918aa-748b-4b03-90f4-30cf84fe28d2
,
9e87c508-0b1d-4821-a853-2bb4885fa731

}
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-09-16T17:53:31.802Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-16T17:53:31.802Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:31.803Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-16T17:53:36.997Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:36.998Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5a7a5c09-2dbf-4d8a-b2d2-e93cd6a20130 1164
2021-09-16T17:53:36.998Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-16T17:53:36.998Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-16T17:53:36.999Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:36.999Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:37.001Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:37.001Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814816998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:37.101Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:37.102Z||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-09-16T17:53:37.102Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:37.125Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:37.125Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:38.001Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e87c508-0b1d-4821-a853-2bb4885fa731 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-16T17:53:38.002Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:53:38.002Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-16T17:53:40.134Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:53:40.134Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9e87c508-0b1d-4821-a853-2bb4885fa731 200
2021-09-16T17:53:40.134Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-16T17:53:40.134Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-16T17:53:40.135Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:53:40.135Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:40.136Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:40.136Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:53:40.237Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:53:40.237Z||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-09-16T17:53:40.238Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:40.247Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:40.247Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:41.137Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e9400e65-2bea-421c-8293-419e246df95d
2021-09-16T17:53:41.138Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b712c7f8-5055-4f04-8ae5-060ca6a7d1c0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-09-16T17:53:41.152Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:53:41.158Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52f94e37, org.onap.sdc.toscaparser.api.parameters.Input@6a5c9de4, org.onap.sdc.toscaparser.api.parameters.Input@35ac253a, org.onap.sdc.toscaparser.api.parameters.Input@440575c1, org.onap.sdc.toscaparser.api.parameters.Input@5c150380]
2021-09-16T17:53:41.159Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.160Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.161Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-16T17:53:41.161Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7fa2bf9b-b8f6-486f-bf6e-3d942581d54a
2021-09-16T17:53:41.161Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7fa2bf9b-b8f6-486f-bf6e-3d942581d54a matches Tosca VF Customization UUID: 7fa2bf9b-b8f6-486f-bf6e-3d942581d54a
2021-09-16T17:53:41.161Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7fa2bf9b-b8f6-486f-bf6e-3d942581d54a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-16T17:53:41.163Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.163Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.164Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7fa2bf9b-b8f6-486f-bf6e-3d942581d54a: {\"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-09-16T17:53:41.164Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@693dbab2
2021-09-16T17:53:41.164Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.164Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:53:41.164Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dce3a958-cdc6-4a2f-8f8b-3f49b5db030f
2021-09-16T17:53:41.165Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dce3a958-cdc6-4a2f-8f8b-3f49b5db030f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-16T17:53:41.166Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.167Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:41.167Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:41.167Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.167Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:41.168Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:41.168Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.168Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-16T17:53:41.168Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-16T17:53:41.168Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=aa08e230-469c-46eb-9f5c-f735fcb3dda4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-16T17:53:41.170Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.170Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:41.170Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:53:41.171Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.171Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-16T17:53:41.171Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7fa2bf9b-b8f6-486f-bf6e-3d942581d54a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:53:41.173Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.173Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.173Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e9400e65-2bea-421c-8293-419e246df95d: basic_cnf
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.174Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.175Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.175Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.175Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:53:41.175Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:53:41.176Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:53:41.298Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b712c7f8-5055-4f04-8ae5-060ca6a7d1c0 1 ASDC deployResourceStructure
2021-09-16T17:53:41.299Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-16T17:53:41.299Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-16T17:53:41.299Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-16T17:53:41.299Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:41.301Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:41.301Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814821298,
  "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-09-16T17:53:41.401Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:41.402Z||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-09-16T17:53:41.402Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:41.416Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:41.417Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:42.302Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-16T17:53:42.303Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-16T17:53:42.303Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-16T17:53:42.303Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:42.305Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:42.305Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814822302,
  "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-09-16T17:53:42.405Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:42.405Z||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-09-16T17:53:42.406Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:42.419Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:42.420Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:43.306Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-16T17:53:43.306Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-16T17:53:43.306Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:53:43.306Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:43.308Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:43.308Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814823305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:53:43.409Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-16T17:53:43.409Z||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-09-16T17:53:43.409Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:43.419Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:43.420Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:44.310Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-16T17:53:44.310Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-16T17:53:44.310Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:53:44.311Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:44.312Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:44.313Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814824310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:53:44.413Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:44.414Z||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-09-16T17:53:44.414Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:44.425Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:44.426Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:45.314Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-16T17:53:45.314Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-16T17:53:45.315Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:53:45.315Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:45.318Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:45.318Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814825314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:53:45.418Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:53:45.419Z||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-09-16T17:53:45.420Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:45.432Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:45.432Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:53:46.319Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-16T17:53:46.319Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-16T17:53:46.320Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:53:46.320Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:53:46.321Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:53:46.321Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814826319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:53:46.422Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-16T17:53:46.424Z||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-09-16T17:53:46.424Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:53:46.436Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:53:46.436Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:53:47.325Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:53:47.340Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:53:47.343Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:53:47.343Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T17:53:47.343Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.344Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:53:47.345Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:53:47.360Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T17:54:17.361Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 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-09-16T17:54:17.375Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 and serviceModelVersionId: e9400e65-2bea-421c-8293-419e246df95d
2021-09-16T17:54:17.375Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d05ef525-84b1-49ba-8a1a-eff7f471911a
2021-09-16T17:54:17.377Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?depth=0
2021-09-16T17:54:17.384Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T17:54:17.449Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?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-09-16T17:54:17.454Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?depth=0|INFO|500||Invoke
2021-09-16T17:54:17.475Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T17:54:18.329Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?depth=0|INFO|500||InvokeReturn
2021-09-16T17:54:18.331Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d05ef525-84b1-49ba-8a1a-eff7f471911a/model-vers/model-ver/e9400e65-2bea-421c-8293-419e246df95d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210916-17:54:17:489-73797], vertex-id=[196640], Content-Length=[0], Date=[Thu, 16 Sep 2021 17:54:17 GMT], Content-Type=[application/json]}
2021-09-16T17:54:18.331Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-16T17:54:18.331Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T17:54:18.332Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:54:18.348Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-16T17:54:18.350Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T17:54:18.350Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T17:54:18.351Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:18.355Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:18.355Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814858350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:54:18.455Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:18.457Z||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-09-16T17:54:18.457Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:18.476Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:18.477Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 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-09-16T17:54:19.374Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-16T17:54:19.375Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ca1d33d-a3c3-4fba-97a4-be99ab26fee7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"aab189c0-6561-42ce-becc-2a2ca2aaaa19","serviceDescription":"service","serviceInvariantUUID":"0670e118-dd8a-4427-b68d-e83ce4f5b439","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"088781c9-d7ce-4bab-80c0-621af38184c7","resourceInvariantUUID":"0ef26626-1364-4fce-b8bc-f14089478412","resourceCustomizationUUID":"7c9500c8-7472-4813-81c4-27ee35490812","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":"Y2NmNGY1ZWRlMjQ5OTQzZDRkNzA3ZTIwNGJlNThlZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59b26ce5-9ccc-4c27-af68-ef1e9d4f5d97","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":"YmFjYzdiYWJkYjkwMDJhZDQ0YjQ3NDE3Yzg5YjRhMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5d6d113a-46cf-47b6-8b36-104e5f435774","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":"a80b6da6-0763-4de4-83be-73afbbaad260","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":"98824f88-d6e7-4153-b9df-724f53b5c678","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":"5a989b9e-c369-41ee-af67-de499dbbf53d","artifactVersion":"2","generatedFromUUID":"a80b6da6-0763-4de4-83be-73afbbaad260"},{"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":"OTg0NDlhMjQ2M2Y3MzQ4NTM5NDAxMTc2OGY4ZDcxMDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3e026b5-463a-4695-998c-bc42770e25f0","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":"N2IzYTk3NjYwZjQ1NDMxMGViMDdmZjVhZGNlM2Y0MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4632a2b5-4be3-4c75-880e-4b363bb630d7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NzE5MDdmOGVkZWJjZjkxMjA3N2UyNjRhOGIwMmViNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e6375da-984c-407a-9daf-d97259b23cb9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T17:54:19.376Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:19.376Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:19.378Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:19.378Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:19.478Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:19.478Z||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-09-16T17:54:19.478Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:19.503Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:19.504Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:20.378Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:20.379Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:20.381Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:20.381Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:54:20.481Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:20.482Z||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-09-16T17:54:20.482Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:20.492Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:20.492Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:21.382Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:21.382Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:21.384Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:21.384Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:54:21.485Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:21.486Z||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-09-16T17:54:21.486Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:21.496Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:21.497Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:54:22.385Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:22.386Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:22.388Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:22.388Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:22.507Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms
2021-09-16T17:54:22.507Z||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-09-16T17:54:22.508Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:22.521Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:22.521Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:23.389Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:23.389Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:23.391Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:23.391Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:54:23.491Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:23.492Z||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-09-16T17:54:23.492Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:23.503Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:23.503Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:24.391Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:24.392Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:24.394Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:24.394Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:24.494Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:24.495Z||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-09-16T17:54:24.495Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:24.505Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:24.506Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:25.394Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:25.395Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:25.397Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:25.397Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:25.498Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:25.498Z||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-09-16T17:54:25.498Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:25.508Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:25.508Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:26.398Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T17:54:26.399Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:26.401Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:26.401Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:26.501Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:26.502Z||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-09-16T17:54:26.502Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:26.513Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:26.513Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:54:27.402Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "aab189c0-6561-42ce-becc-2a2ca2aaaa19",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0670e118-dd8a-4427-b68d-e83ce4f5b439",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7c9500c8-7472-4813-81c4-27ee35490812",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "088781c9-d7ce-4bab-80c0-621af38184c7",
      "resourceInvariantUUID": "0ef26626-1364-4fce-b8bc-f14089478412",
      "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": "YmFjYzdiYWJkYjkwMDJhZDQ0YjQ3NDE3Yzg5YjRhMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5d6d113a-46cf-47b6-8b36-104e5f435774",
          "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": "a80b6da6-0763-4de4-83be-73afbbaad260",
          "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": "5a989b9e-c369-41ee-af67-de499dbbf53d",
            "generatedFromUUID": "a80b6da6-0763-4de4-83be-73afbbaad260"
          },
          "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": "5a989b9e-c369-41ee-af67-de499dbbf53d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NzE5MDdmOGVkZWJjZjkxMjA3N2UyNjRhOGIwMmViNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e6375da-984c-407a-9daf-d97259b23cb9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T17:54:27.402Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T17:54:27.402Z|ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aab189c0-6561-42ce-becc-2a2ca2aaaa19 ASDC
2021-09-16T17:54:27.403Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:aab189c0-6561-42ce-becc-2a2ca2aaaa19
ServiceInvariantUUID:0670e118-dd8a-4427-b68d-e83ce4f5b439
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:3e6375da-984c-407a-9daf-d97259b23cb9
ArtifactChecksum:NzE5MDdmOGVkZWJjZjkxMjA3N2UyNjRhOGIwMmViNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7c9500c8-7472-4813-81c4-27ee35490812
ResourceInvariantUUID:0ef26626-1364-4fce-b8bc-f14089478412
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:088781c9-d7ce-4bab-80c0-621af38184c7
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:5d6d113a-46cf-47b6-8b36-104e5f435774
ArtifactChecksum:YmFjYzdiYWJkYjkwMDJhZDQ0YjQ3NDE3Yzg5YjRhMzM=
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:a80b6da6-0763-4de4-83be-73afbbaad260
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:5a989b9e-c369-41ee-af67-de499dbbf53d
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:5a989b9e-c369-41ee-af67-de499dbbf53d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-16T17:54:27.403Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aab189c0-6561-42ce-becc-2a2ca2aaaa19 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-09-16T17:54:27.470Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:54:27.471Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:54:27.471Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:54:27.471Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e6375da-984c-407a-9daf-d97259b23cb9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-16T17:54:27.471Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:54:27.471Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-16T17:54:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:54:28.857Z||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-09-16T17:54:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:28.935Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:28.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631814680539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814687529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814689603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814688188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814700658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814700778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:28.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814693256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814696480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814704808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814704911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:28.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:28.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "cds",
  "timestamp": 1631814705115,
  "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-09-16T17:54:28.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:28.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 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-09-16T17:54:29.016Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.016Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "dcae-sch",
  "timestamp": 1631814698158,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.017Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814708030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:29.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814708447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814709037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:29.018Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814709751,
  "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-09-16T17:54:29.034Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:29.034Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 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-09-16T17:54:29.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "policy-id",
  "timestamp": 1631814710040,
  "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-09-16T17:54:29.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:29.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 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-09-16T17:54:29.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631814710793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:29.158Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.163Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814714593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814708269,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814720631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814720711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:29.164Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814721588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "clamp",
  "timestamp": 1631814721647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:54:29.220Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:29.220Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:54:29.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "aai-ml",
  "timestamp": 1631814722593,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:54:29.301Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:29.301Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 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-09-16T17:54:29.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814723273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:29.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:54:29.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:54:29.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631814724277,
  "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-09-16T17:54:29.492Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:54:29.518Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
2021-09-16T17:54:29.519Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 and ComponentName SDNC
2021-09-16T17:54:29.520Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3e6375da-984c-407a-9daf-d97259b23cb9 78590
2021-09-16T17:54:29.520Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-16T17:54:29.521Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-16T17:54:29.521Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:54:29.521Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:29.523Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:29.523Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814869520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-09-16T17:54:29.623Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:29.624Z||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-09-16T17:54:29.624Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:29.635Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:29.635Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:30.524Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T17:54:30.525Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-16T17:54:30.525Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3e6375da-984c-407a-9daf-d97259b23cb9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:30.525Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-16T17:54:30.526Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:30.526Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:30.682Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10758389798786302782/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-09-16T17:54:31.828Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T17:54:31.828Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:54:31.828Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.829Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.830Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:31.831Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-16T17:54:31.832Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.833Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:31.834Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-16T17:54:31.835Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9faa465c-f4a0-40af-9559-56712aa99338
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.836Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.837Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.837Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.837Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:31.837Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:31.837Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:aab189c0-6561-42ce-becc-2a2ca2aaaa19
Model Version:NULL
Model InvariantUuid:0670e118-dd8a-4427-b68d-e83ce4f5b439
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a75d6ba8-a682-4495-ac84-e93ccb1d288f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0ef26626-1364-4fce-b8bc-f14089478412
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c9500c8-7472-4813-81c4-27ee35490812
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:070a591b-93df-472e-9e09-4530d9ea8bb6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f1517c4c-ef95-4948-87b3-b2e87481e776
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9faa465c-f4a0-40af-9559-56712aa99338
ModelInvariantUuid:168335c5-57a8-454d-a50b-ce8e99ce0f8b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:dd49931c-4306-4edd-b115-e611f3bcab13
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a16dba82-c726-4abf-baff-a18a9bc24000
ModelInvariantUuid:90fb987a-d660-42df-bd52-9a163a319448
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:6dc2cffa-25d5-4d22-850f-bb58d980f6ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T17:54:31.842Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 088781c9-d7ce-4bab-80c0-621af38184c7
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:54:31.844Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-09-16T17:54:31.844Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 088781c9-d7ce-4bab-80c0-621af38184c7
2021-09-16T17:54:31.845Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5d6d113a-46cf-47b6-8b36-104e5f435774 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-16T17:54:31.845Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:54:31.845Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:37.744Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:54:37.744Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5d6d113a-46cf-47b6-8b36-104e5f435774 792
2021-09-16T17:54:37.745Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:37.745Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:37.745Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:54:37.746Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:37.747Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:37.747Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814877745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:37.847Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:37.848Z||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-09-16T17:54:37.848Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:37.858Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:37.858Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:54:38.748Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "070a591b-93df-472e-9e09-4530d9ea8bb6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1517c4c-ef95-4948-87b3-b2e87481e776",
    "vfModuleModelCustomizationUUID": "ebb1ac13-13d6-46a6-9e5d-f7f0888de927",
    "isBase": true,
    "artifacts": [
      "a80b6da6-0763-4de4-83be-73afbbaad260",
      "5a989b9e-c369-41ee-af67-de499dbbf53d"
    ],
    "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-09-16T17:54:38.754Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1517c4c-ef95-4948-87b3-b2e87481e776
VfModuleModelInvariantUUID:070a591b-93df-472e-9e09-4530d9ea8bb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80b6da6-0763-4de4-83be-73afbbaad260
,
5a989b9e-c369-41ee-af67-de499dbbf53d

}
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-09-16T17:54:38.755Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "070a591b-93df-472e-9e09-4530d9ea8bb6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f1517c4c-ef95-4948-87b3-b2e87481e776",
    "vfModuleModelCustomizationUUID": "ebb1ac13-13d6-46a6-9e5d-f7f0888de927",
    "isBase": true,
    "artifacts": [
      "a80b6da6-0763-4de4-83be-73afbbaad260",
      "5a989b9e-c369-41ee-af67-de499dbbf53d"
    ],
    "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-09-16T17:54:38.755Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f1517c4c-ef95-4948-87b3-b2e87481e776
VfModuleModelInvariantUUID:070a591b-93df-472e-9e09-4530d9ea8bb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
a80b6da6-0763-4de4-83be-73afbbaad260
,
5a989b9e-c369-41ee-af67-de499dbbf53d

}
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-09-16T17:54:38.756Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a80b6da6-0763-4de4-83be-73afbbaad260 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-16T17:54:38.756Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:54:38.756Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:41.379Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:54:41.379Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a80b6da6-0763-4de4-83be-73afbbaad260 5033
2021-09-16T17:54:41.379Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:41.380Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:41.380Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:54:41.380Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:41.382Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:41.382Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814881379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:41.484Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-16T17:54:41.485Z||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-09-16T17:54:41.485Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:41.495Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:41.496Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:54:42.384Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a989b9e-c369-41ee-af67-de499dbbf53d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-16T17:54:42.384Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-16T17:54:42.384Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:44.595Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-16T17:54:44.595Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5a989b9e-c369-41ee-af67-de499dbbf53d 903
2021-09-16T17:54:44.596Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:44.596Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:44.596Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T17:54:44.596Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:44.599Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:44.599Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814884596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:54:44.699Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:44.700Z||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-09-16T17:54:44.700Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:44.711Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:44.711Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:45.600Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: aab189c0-6561-42ce-becc-2a2ca2aaaa19
2021-09-16T17:54:45.600Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 088781c9-d7ce-4bab-80c0-621af38184c7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:54:45.612Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c5f7172, org.onap.sdc.toscaparser.api.parameters.Input@232b66ef, org.onap.sdc.toscaparser.api.parameters.Input@5f98a077, org.onap.sdc.toscaparser.api.parameters.Input@24925f28, org.onap.sdc.toscaparser.api.parameters.Input@3617e29]
2021-09-16T17:54:45.614Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.614Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.615Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-16T17:54:45.615Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 7c9500c8-7472-4813-81c4-27ee35490812
2021-09-16T17:54:45.615Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c9500c8-7472-4813-81c4-27ee35490812 matches Tosca VF Customization UUID: 7c9500c8-7472-4813-81c4-27ee35490812
2021-09-16T17:54:45.615Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 7c9500c8-7472-4813-81c4-27ee35490812  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-16T17:54:45.618Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.618Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.620Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 7c9500c8-7472-4813-81c4-27ee35490812: {\"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-09-16T17:54:45.620Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57d988ac
2021-09-16T17:54:45.620Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.620Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-16T17:54:45.621Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ebb1ac13-13d6-46a6-9e5d-f7f0888de927
2021-09-16T17:54:45.621Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ebb1ac13-13d6-46a6-9e5d-f7f0888de927
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-16T17:54:45.623Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.623Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:45.624Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:45.624Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.624Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:45.624Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:45.625Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.625Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-16T17:54:45.625Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-09-16T17:54:45.626Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-09-16T17:54:45.626Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9faa465c-f4a0-40af-9559-56712aa99338
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-16T17:54:45.628Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.629Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:45.629Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-16T17:54:45.629Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.630Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-16T17:54:45.630Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7c9500c8-7472-4813-81c4-27ee35490812
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:54:45.631Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.632Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.632Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid aab189c0-6561-42ce-becc-2a2ca2aaaa19: basic_vm_macro
2021-09-16T17:54:45.632Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.632Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.633Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.633Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.633Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.633Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.634Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.634Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.634Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T17:54:45.635Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T17:54:45.635Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T17:54:45.752Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 088781c9-d7ce-4bab-80c0-621af38184c7 1 ASDC deployResourceStructure
2021-09-16T17:54:45.753Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:45.753Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:45.753Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:54:45.754Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:45.756Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:45.756Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814885753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:45.856Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:54:45.857Z||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-09-16T17:54:45.857Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:45.868Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:45.868Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:46.757Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:46.759Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:46.759Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:54:46.759Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:46.761Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:46.761Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814886757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:46.861Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:46.862Z||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-09-16T17:54:46.862Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:46.876Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:46.876Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:47.762Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:47.762Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||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-09-16T17:54:47.762Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:54:47.763Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:47.765Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:47.765Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814887762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:47.865Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:47.866Z||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-09-16T17:54:47.866Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:47.877Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:47.877Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T17:54:48.765Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-16T17:54:48.766Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-16T17:54:48.766Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T17:54:48.766Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:54:48.768Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:54:48.768Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814888765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:54:48.868Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T17:54:48.869Z||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-09-16T17:54:48.869Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:54:48.883Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:54:48.884Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-09-16T17:54:49.768Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T17:54:49.779Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T17:54:49.781Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T17:54:49.781Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T17:54:49.781Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T17:54:49.781Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T17:54:49.781Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T17:54:49.782Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T17:54:49.787Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T17:55:19.787Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 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-09-16T17:55:19.792Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 and serviceModelVersionId: aab189c0-6561-42ce-becc-2a2ca2aaaa19
2021-09-16T17:55:19.792Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0670e118-dd8a-4427-b68d-e83ce4f5b439
2021-09-16T17:55:19.792Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0
2021-09-16T17:55:19.799Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T17:55:19.848Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|INFO|500||Invoke
2021-09-16T17:55:19.848Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ca1d33d-a3c3-4fba-97a4-be99ab26fee7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d8b3d029-b01f-4d35-8ef4-3289ee7b7cf4], X-ECOMP-RequestID=[2ca1d33d-a3c3-4fba-97a4-be99ab26fee7], X-TransactionId=[], X-ONAP-RequestID=[2ca1d33d-a3c3-4fba-97a4-be99ab26fee7], Content-Type=[application/merge-patch+json]}
2021-09-16T17:55:19.875Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T17:55:20.547Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210916-17:55:19:899-75705], vertex-id=[192536], Content-Length=[0], Date=[Thu, 16 Sep 2021 17:55:19 GMT], Content-Type=[application/json]}
2021-09-16T17:55:20.548Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-16T17:55:20.548Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0670e118-dd8a-4427-b68d-e83ce4f5b439/model-vers/model-ver/aab189c0-6561-42ce-becc-2a2ca2aaaa19?depth=0|INFO|500||InvokeReturn
2021-09-16T17:55:20.549Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T17:55:20.549Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T17:55:20.554Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-16T17:55:20.554Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ca1d33d-a3c3-4fba-97a4-be99ab26fee7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T17:55:20.555Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T17:55:20.555Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-16T17:55:20.557Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T17:55:20.557Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814920554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:55:20.657Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T17:55:20.658Z||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-09-16T17:55:20.658Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T17:55:20.693Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:55:20.693Z||pool-78-thread-1|||||INFO|500||cambria reply ok (35 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-09-16T17:55:21.577Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:55:21.578Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T17:55:21.578Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:55:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:55:28.856Z||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-09-16T17:55:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:55:28.917Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:55:28.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ef7bf205-d1df-4b0e-8585-41cb3175270d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814782927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:55:28.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814800742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814805608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:55:28.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:55:28.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-16T17:55:28.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814808425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:55:28.922Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:55:31.840Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:55:31.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:55:31.841Z||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-09-16T17:55:31.841Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:55:41.391Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:55:41.391Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:55:41.392Z||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-09-16T17:55:41.392Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:55:50.932Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:55:50.935Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:55:50.937Z||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-09-16T17:55:50.937Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:56:00.493Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:56:00.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:56:00.495Z||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-09-16T17:56:00.495Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:56:10.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:56:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:56:28.854Z||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-09-16T17:56:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:56:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:56:28.856Z||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-09-16T17:56:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:56:28.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:56:28.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814810791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:56:28.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814816998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814821298,
  "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-09-16T17:56:28.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814822302,
  "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-09-16T17:56:28.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814823305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814824310,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814825314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814826319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee80dc26-275a-4e59-b7a2-2b3c3bbc77b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814858350,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814784036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T17:56:28.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T17:56:38.418Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:57:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:57:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:57:28.856Z||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-09-16T17:57:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:57:28.856Z||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-09-16T17:57:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:57:29.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:57:29.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814869520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:57:29.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814877745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814881379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814884596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814885753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814886757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814887762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814888765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ca1d33d-a3c3-4fba-97a4-be99ab26fee7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631814920554,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T17:57:29.429Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T17:57:38.421Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:58:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:58:28.854Z||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-09-16T17:58:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:58:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:58:28.856Z||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-09-16T17:58:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:58:38.418Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:58:38.422Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:59:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:59:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T17:59:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T17:59:28.857Z||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-09-16T17:59:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:59:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T17:59:38.422Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T17:59:38.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:00:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:00:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:00:28.859Z||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-09-16T18:00:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:00:28.859Z||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-09-16T18:00:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:00:38.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:00:38.431Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:01:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:01:28.854Z||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-09-16T18:01:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:01:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:01:28.856Z||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-09-16T18:01:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:01:38.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:01:38.407Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:02:28.854Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:02:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:02:28.856Z||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-09-16T18:02:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:02:28.857Z||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-09-16T18:02:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:02:38.454Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:02:38.455Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:03:28.855Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:03:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:03:28.859Z||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-09-16T18:03:28.859Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:03:28.859Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:03:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:03:38.413Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:03:38.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:04:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:04:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:04:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:04:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:04:28.856Z||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-09-16T18:04:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:04:38.414Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:04:38.414Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:05:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:05:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:05:28.857Z||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-09-16T18:05:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:05:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:05:28.858Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:05:38.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:05:38.404Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:06:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:06:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:06:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:06:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:06:28.857Z||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-09-16T18:06:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:06:38.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:06:38.409Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:07:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:07:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:07:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:07:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:07:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:07:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:07:38.456Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:07:38.456Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:08:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:08:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:08:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:08:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:08:28.857Z||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-09-16T18:08:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:08:38.413Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:08:38.431Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:09:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:09:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:09:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:09:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:09:28.856Z||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-09-16T18:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:09:38.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:09:38.408Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:10:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:10:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:10:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:10:28.856Z||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-09-16T18:10:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:10:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:10:38.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:10:38.426Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:11:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:11:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:11:28.858Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:11:28.858Z||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-09-16T18:11:28.858Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:11:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:11:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:11:38.423Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:12:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:12:28.855Z||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-09-16T18:12:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:12:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:12:28.856Z||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-09-16T18:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:12:38.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:12:38.400Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:13:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:13:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:13:28.856Z||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-09-16T18:13:28.856Z||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-09-16T18:13:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:13:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:13:38.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:13:38.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:14:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:14:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:14:28.857Z||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-09-16T18:14:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:14:28.857Z||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-09-16T18:14:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:14:38.492Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:14:38.492Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:15:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:15:28.855Z||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-09-16T18:15:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:15:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:15:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:15:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:15:38.415Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:15:38.422Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:16:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:16:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:16:28.856Z||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-09-16T18:16:28.856Z||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-09-16T18:16:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:16:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:16:38.443Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:16:38.443Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:17:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:17:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:17:28.856Z||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-09-16T18:17:28.857Z||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-09-16T18:17:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:17:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:17:38.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:17:38.407Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:18:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:18:28.855Z||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-09-16T18:18:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:18:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:18:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:18:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:18:38.409Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:18:38.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:19:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:19:28.856Z||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-09-16T18:19:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:19:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:19:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:19:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:19:38.401Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:19:38.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:20:28.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:20:28.856Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:20:28.857Z||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-09-16T18:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:20:28.857Z||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-09-16T18:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:20:38.417Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:20:38.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:21:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:21:28.855Z||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-09-16T18:21:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:21:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:21:28.857Z||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-09-16T18:21:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:21:38.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:21:38.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:22:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:22:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:22:28.857Z||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-09-16T18:22:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:22:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:22:28.858Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:22:38.484Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:22:38.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:23:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:23:28.855Z||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-09-16T18:23:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:23:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:23:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:23:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:23:38.423Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:23:38.433Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:24:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:24:28.856Z||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-09-16T18:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:24:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:24:28.856Z||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-09-16T18:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:24:38.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:24:38.410Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:25:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:25:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:25:28.856Z||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-09-16T18:25:28.856Z||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-09-16T18:25:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:25:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:25:38.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:25:38.408Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:26:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:26:28.855Z||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-09-16T18:26:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:26:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:26:28.856Z||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-09-16T18:26:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:26:38.401Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:26:38.417Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:27:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:27:28.856Z||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-09-16T18:27:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:27:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:27:28.856Z||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-09-16T18:27:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:27:38.426Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:27:38.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:28:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:28:28.855Z||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-09-16T18:28:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:28:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:28:28.856Z||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-09-16T18:28:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:28:38.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:28:38.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:29:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:29:28.855Z||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-09-16T18:29:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:29:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:29:28.856Z||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-09-16T18:29:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:29:38.420Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:29:38.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:30:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:30:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:30:28.857Z||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-09-16T18:30:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:30:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:30:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:30:38.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:30:38.421Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:31:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:31:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:31:28.858Z||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-09-16T18:31:28.858Z||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-09-16T18:31:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:31:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:31:38.428Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:31:38.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:28.854Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:32:28.854Z||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-09-16T18:32:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:32:28.856Z||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-09-16T18:32:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:30.508Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:30.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-16T18:32:30.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d0b9dae-1c4a-4716-a021-3b344705306f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5c1a3b9a-de27-44a0-b84b-f011aad90724","serviceDescription":"service","serviceInvariantUUID":"c2e17eca-ce12-4173-8465-d25aac803d5a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"20fa6dcd-6057-4a49-a4ca-ab1977f0fe78","resourceInvariantUUID":"1f73ebc5-adee-485b-b672-4a6d80087ebe","resourceCustomizationUUID":"b085564c-8f20-4658-8b08-245af4beaaf2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"Y2MxMTkwNzc3MjhkMzI1NWZlMzI3MDAxZWRlNWExMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3a75c88-5658-45c9-adf1-f9dd9897c94d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d060f31-4293-4a6f-9f5e-dbea8058a217","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d02a3985-28fd-4b30-bdf3-572b18e7f465","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MmMwY2ZkMTU2NWY3NzM0YTBjNmY3ZGMzM2E0OTM3NGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7445a800-2ae4-45e2-ada4-fd2e9e52b0ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb7862dc-23de-4bbf-ba38-83c0d413c273","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7500d493-1e86-4b4d-a99e-8dcd444816f5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d26f825b-f8cb-4e37-a63f-9cc961ff4ab0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"OGMyN2Q2MTZhNmUyYzE2NTI2MzI3M2RlMDJmNGE4OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03c88abf-c18c-44da-8178-a992aea9c12b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTQ1YWQyMGI5MjQzNTFjOTAyNWRjNGY4NjlhM2M0ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-16T18:32:30.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:30.514Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:30.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:30.518Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:30.617Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T18:32:30.619Z||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-09-16T18:32:30.619Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:30.635Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:30.636Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":5,"count":1}
2021-09-16T18:32:30.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:30.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T18:32:30.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:30.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:32:30.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-16T18:32:30.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:30.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:32:31.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:31.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:31.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:31.521Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:31.621Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:31.622Z||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-09-16T18:32:31.622Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:31.635Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:31.635Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:32.521Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:32.522Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:32.524Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:32.524Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:32.624Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:32.625Z||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-09-16T18:32:32.625Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:32.639Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:32.640Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:33.524Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:33.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:33.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:33.528Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:33.628Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:33.629Z||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-09-16T18:32:33.629Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:33.645Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:33.646Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-16T18:32:34.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:34.529Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:34.532Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:34.532Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:34.631Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T18:32:34.632Z||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-09-16T18:32:34.632Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:34.645Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:34.646Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:35.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:35.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:35.536Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:35.536Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:35.636Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:35.637Z||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-09-16T18:32:35.637Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:35.647Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:35.648Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:36.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:36.538Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:36.540Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:36.540Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:36.640Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:36.641Z||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-09-16T18:32:36.641Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:36.653Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:36.653Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:37.541Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:37.542Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:37.543Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:37.543Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:32:37.643Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-16T18:32:37.644Z||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-09-16T18:32:37.644Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:37.655Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:37.656Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:38.544Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-16T18:32:38.546Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:38.548Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:38.548Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:32:38.648Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:38.649Z||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-09-16T18:32:38.649Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:38.661Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:38.662Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:39.548Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5c1a3b9a-de27-44a0-b84b-f011aad90724",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2e17eca-ce12-4173-8465-d25aac803d5a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b085564c-8f20-4658-8b08-245af4beaaf2",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "20fa6dcd-6057-4a49-a4ca-ab1977f0fe78",
      "resourceInvariantUUID": "1f73ebc5-adee-485b-b672-4a6d80087ebe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZTQ1YWQyMGI5MjQzNTFjOTAyNWRjNGY4NjlhM2M0ZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3"
    }
  ],
  "workloadContext": "Production"
}
2021-09-16T18:32:39.549Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-16T18:32:39.549Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5c1a3b9a-de27-44a0-b84b-f011aad90724 ASDC
2021-09-16T18:32:39.550Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8d0b9dae-1c4a-4716-a021-3b344705306f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:5c1a3b9a-de27-44a0-b84b-f011aad90724
ServiceInvariantUUID:c2e17eca-ce12-4173-8465-d25aac803d5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3
ArtifactChecksum:ZTQ1YWQyMGI5MjQzNTFjOTAyNWRjNGY4NjlhM2M0ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b085564c-8f20-4658-8b08-245af4beaaf2
ResourceInvariantUUID:1f73ebc5-adee-485b-b672-4a6d80087ebe
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:20fa6dcd-6057-4a49-a4ca-ab1977f0fe78
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-16T18:32:39.550Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c1a3b9a-de27-44a0-b84b-f011aad90724 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-09-16T18:32:39.586Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T18:32:39.587Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-16T18:32:39.587Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-16T18:32:39.587Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-16T18:32:39.588Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-09-16T18:32:39.588Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-16T18:32:41.922Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-09-16T18:32:41.930Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3 105557
2021-09-16T18:32:41.930Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-16T18:32:41.930Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-16T18:32:41.930Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-16T18:32:41.930Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:41.933Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:41.933Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817161930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:32:42.033Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:32:42.033Z||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-09-16T18:32:42.034Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:42.041Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:42.042Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-16T18:32:42.933Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-16T18:32:42.934Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-09-16T18:32:42.934Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf4e0fc1-8b1a-4b4b-b7d4-1730ae35adc3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:42.935Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-16T18:32:42.936Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:42.936Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.077Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7058974354583494616/Definitions/service-TestPnfMacro-template.yml
2021-09-16T18:32:43.839Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-16T18:32:43.840Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T18:32:43.841Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.842Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.843Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:5c1a3b9a-de27-44a0-b84b-f011aad90724
Model Version:NULL
Model InvariantUuid:c2e17eca-ce12-4173-8465-d25aac803d5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-16T18:32:43.854Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 20fa6dcd-6057-4a49-a4ca-ab1977f0fe78
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T18:32:43.860Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-09-16T18:32:43.860Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 20fa6dcd-6057-4a49-a4ca-ab1977f0fe78
2021-09-16T18:32:43.860Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 5c1a3b9a-de27-44a0-b84b-f011aad90724
2021-09-16T18:32:43.860Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5c1a3b9a-de27-44a0-b84b-f011aad90724
2021-09-16T18:32:43.860Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 20fa6dcd-6057-4a49-a4ca-ab1977f0fe78 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T18:32:43.867Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4bd93f38, org.onap.sdc.toscaparser.api.parameters.Input@568f5d62, org.onap.sdc.toscaparser.api.parameters.Input@1b4efb09, org.onap.sdc.toscaparser.api.parameters.Input@756037cb, org.onap.sdc.toscaparser.api.parameters.Input@7742e6a0]
2021-09-16T18:32:43.868Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.868Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.868Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5c1a3b9a-de27-44a0-b84b-f011aad90724: test-pnf
2021-09-16T18:32:43.868Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Processing PNF resource: 20fa6dcd-6057-4a49-a4ca-ab1977f0fe78
2021-09-16T18:32:43.868Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-16T18:32:43.869Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-16T18:32:43.869Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||Resource customization UUID: b085564c-8f20-4658-8b08-245af4beaaf2 is the same as notified resource customizationUUID: b085564c-8f20-4658-8b08-245af4beaaf2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-16T18:32:44.015Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 20fa6dcd-6057-4a49-a4ca-ab1977f0fe78 0 ASDC deployResourceStructure
2021-09-16T18:32:44.015Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-16T18:32:44.016Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-16T18:32:44.016Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-16T18:32:44.016Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:32:44.017Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:32:44.017Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817164015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:32:44.118Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-16T18:32:44.119Z||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-09-16T18:32:44.119Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:32:44.130Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:32:44.131Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-16T18:32:45.018Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:32:45.030Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:32:45.032Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:32:45.032Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:32:45.032Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:33:15.032Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:33:15.055Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:33:15.056Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:33:15.057Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:33:15.057Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:33:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:33:28.858Z||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-09-16T18:33:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:33:28.883Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:33:28.884Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:33:28.884Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:33:28.885Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:33:45.057Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:33:45.065Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:33:45.067Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:33:45.067Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:33:45.067Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:34:15.067Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:34:15.120Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:34:15.122Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:34:15.122Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:34:15.122Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:34:28.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:34:28.862Z||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-09-16T18:34:28.862Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:34:28.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:34:28.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:34:28.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:34:28.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:34:28.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:34:28.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:34:28.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:34:45.123Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:34:45.162Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:34:45.164Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:34:45.164Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:34:45.164Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:35:15.164Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:35:15.172Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:35:15.175Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:35:15.175Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-16T18:35:15.175Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-16T18:35:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:35:28.857Z||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-09-16T18:35:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:35:29.387Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:35:29.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.399Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817148854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817140540,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817147551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.400Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631817148185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817149584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.402Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817161871,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817153255,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.403Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817161930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817162270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817163061,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817164015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631817164066,
  "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-09-16T18:35:29.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:35:29.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "cds",
  "timestamp": 1631817164217,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T18:35:29.429Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.429Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:35:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817156480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817165570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "dcae-sch",
  "timestamp": 1631817158157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817167069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817168247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "clamp",
  "timestamp": 1631817169325,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T18:35:29.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-16T18:35:29.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817170231,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817171235,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "policy-id",
  "timestamp": 1631817172244,
  "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-09-16T18:35:29.459Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.459Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:35:29.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817175122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "aai-ml",
  "timestamp": 1631817176125,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T18:35:29.476Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.476Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817168269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817180790,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817182829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:35:29.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631817183839,
  "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-09-16T18:35:29.497Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d0b9dae-1c4a-4716-a021-3b344705306f
2021-09-16T18:35:29.497Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:35:45.175Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-16T18:35:45.208Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-16T18:35:45.213Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-16T18:35:45.213Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-16T18:35:45.213Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-16T18:35:45.214Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-16T18:35:45.214Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.214Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.214Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.215Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.215Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.215Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.216Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-16T18:35:45.216Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-16T18:35:45.222Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-16T18:36:15.223Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d0b9dae-1c4a-4716-a021-3b344705306f 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-09-16T18:36:15.235Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d0b9dae-1c4a-4716-a021-3b344705306f and serviceModelVersionId: 5c1a3b9a-de27-44a0-b84b-f011aad90724
2021-09-16T18:36:15.235Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2e17eca-ce12-4173-8465-d25aac803d5a
2021-09-16T18:36:15.237Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0
2021-09-16T18:36:15.244Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-09-16T18:36:15.301Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|INFO|500||Invoke
2021-09-16T18:36:15.302Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d0b9dae-1c4a-4716-a021-3b344705306f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[071b1ccd-5e34-4763-bb78-7daaefe2e5ca], X-ECOMP-RequestID=[8d0b9dae-1c4a-4716-a021-3b344705306f], X-TransactionId=[], X-ONAP-RequestID=[8d0b9dae-1c4a-4716-a021-3b344705306f], Content-Type=[application/merge-patch+json]}
2021-09-16T18:36:15.369Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-16T18:36:15.781Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210916-18:36:15:387-85565], vertex-id=[221216], Content-Length=[0], Date=[Thu, 16 Sep 2021 18:36:15 GMT], Content-Type=[application/json]}
2021-09-16T18:36:15.782Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-16T18:36:15.782Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2e17eca-ce12-4173-8465-d25aac803d5a/model-vers/model-ver/5c1a3b9a-de27-44a0-b84b-f011aad90724?depth=0|INFO|500||InvokeReturn
2021-09-16T18:36:15.783Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-16T18:36:15.783Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-16T18:36:15.788Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:36:15.788Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d0b9dae-1c4a-4716-a021-3b344705306f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-16T18:36:15.788Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-16T18:36:15.789Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-09-16T18:36:15.792Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-16T18:36:15.793Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817375788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T18:36:15.893Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-16T18:36:15.894Z||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-09-16T18:36:15.894Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:15.909Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:36:15.910Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-16T18:36:16.807Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:36:16.807Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:36:16.808Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:27.057Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:36:27.058Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:36:27.059Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:36:27.059Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:36:28.856Z||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-09-16T18:36:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:29.529Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:36:29.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-16T18:36:29.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d0b9dae-1c4a-4716-a021-3b344705306f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631817375788,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-16T18:36:29.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-16T18:36:36.614Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:36:36.614Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:36:36.615Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:36:36.615Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:46.179Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:36:46.179Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:36:46.180Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:36:46.180Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:36:55.724Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:37:28.854Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:37:28.855Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:37:28.855Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:37:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:37:28.856Z||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-09-16T18:37:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:37:38.426Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:37:38.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:38:28.854Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:38:28.855Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:38:28.855Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:38:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:38:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:38:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:38:38.425Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:38:38.429Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:39:28.854Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:39:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:39:28.857Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:39:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:39:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:39:28.857Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:39:38.424Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:39:38.424Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:40:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:40:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:40:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:40:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:40:28.856Z||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-09-16T18:40:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:40:38.414Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:40:38.416Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:41:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:41:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:41:28.856Z||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-09-16T18:41:28.856Z||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-09-16T18:41:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:41:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:41:38.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:41:38.435Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:42:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:42:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:42:28.856Z||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-09-16T18:42:28.856Z||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-09-16T18:42:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:42:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:42:38.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:42:38.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:43:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:43:28.855Z||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-09-16T18:43:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:43:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:43:28.856Z||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-09-16T18:43:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:43:38.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:43:38.424Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:44:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:44:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:44:28.856Z||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-09-16T18:44:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:44:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:44:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:44:38.491Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:44:38.505Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:45:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:45:28.855Z||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-09-16T18:45:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:45:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:45:28.856Z||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-09-16T18:45:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:45:38.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:45:38.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:46:28.854Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:46:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:46:28.856Z||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-09-16T18:46:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:46:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:46:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:46:38.413Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:46:38.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:47:28.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:47:28.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:47:28.858Z||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-09-16T18:47:28.858Z||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-09-16T18:47:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:47:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:47:38.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:47:38.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:48:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:48:28.855Z||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-09-16T18:48:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:48:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:48:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T18:48:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:48:38.418Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:48:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:49:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:49:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:49:28.856Z||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-09-16T18:49:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:49:28.856Z||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-09-16T18:49:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:49:38.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:49:38.423Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:50:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:50:28.854Z||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-09-16T18:50:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:50:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:50:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:50:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:50:38.422Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:50:38.422Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:51:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:51:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:51:28.856Z||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-09-16T18:51:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T18:51:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:51:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:51:38.433Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:51:38.440Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:52:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:52:28.855Z||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-09-16T18:52:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:52:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:52:28.856Z||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-09-16T18:52:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:52:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:52:38.412Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:53:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:53:28.854Z||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-09-16T18:53:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:53:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:53:28.856Z||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-09-16T18:53:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:53:38.439Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:53:38.439Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:54:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:54:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:54:28.856Z||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-09-16T18:54:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:54:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:54:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:54:38.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:54:38.422Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:55:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:55:28.855Z||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-09-16T18:55:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:55:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:55:28.856Z||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-09-16T18:55:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:55:38.434Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:55:38.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:56:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:56:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:56:28.856Z||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-09-16T18:56:28.856Z||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-09-16T18:56:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:56:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:56:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:56:38.413Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:57:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:57:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:57:28.856Z||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-09-16T18:57:28.856Z||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-09-16T18:57:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:57:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:57:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:57:38.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:58:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:58:28.854Z||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-09-16T18:58:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:58:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:58:28.856Z||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-09-16T18:58:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:58:38.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:58:38.446Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:59:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:59:28.856Z||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-09-16T18:59:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T18:59:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:59:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T18:59:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T18:59:38.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T18:59:38.445Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:00:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:00:28.855Z||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-09-16T19:00:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:00:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:00:28.856Z||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-09-16T19:00:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:00:38.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:00:38.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:01:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:01:28.855Z||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-09-16T19:01:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:01:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:01:28.856Z||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-09-16T19:01:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:01:38.454Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:01:38.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:02:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:02:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:02:28.856Z||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-09-16T19:02:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:02:28.856Z||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-09-16T19:02:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:02:38.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:02:38.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:03:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:03:28.855Z||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-09-16T19:03:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:03:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:03:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:03:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:03:38.412Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:03:38.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:04:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:04:28.855Z||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-09-16T19:04:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:04:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:04:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:04:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:04:38.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:04:38.459Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:05:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:05:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:05:28.856Z||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-09-16T19:05:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:05:28.856Z||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-09-16T19:05:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:05:38.405Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:05:38.431Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:06:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:06:28.855Z||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-09-16T19:06:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:06:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:06:28.857Z||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-09-16T19:06:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:06:38.418Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:06:38.438Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:07:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:07:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:07:28.857Z||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-09-16T19:07:28.857Z||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-09-16T19:07:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:07:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:07:38.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:07:38.443Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:08:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:08:28.855Z||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-09-16T19:08:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:08:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:08:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:08:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:08:38.413Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:08:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:09:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:09:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:09:28.856Z||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-09-16T19:09:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:09:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:09:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:09:38.441Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:09:38.441Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:10:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:10:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:10:28.858Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:10:28.858Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:10:28.857Z||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-09-16T19:10:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:10:38.413Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:10:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:11:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:11:28.854Z||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-09-16T19:11:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:11:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:11:28.856Z||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-09-16T19:11:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:11:38.414Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:11:38.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:12:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:12:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:12:28.856Z||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-09-16T19:12:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:12:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:12:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:12:38.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:12:38.461Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:13:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:13:28.854Z||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-09-16T19:13:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:13:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:13:28.856Z||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-09-16T19:13:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:13:38.406Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:13:38.406Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:14:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:14:28.856Z||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-09-16T19:14:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:14:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:14:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:14:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:14:38.411Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:14:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:15:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:15:28.855Z||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-09-16T19:15:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:15:28.857Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:15:28.857Z||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-09-16T19:15:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:15:38.425Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:15:38.425Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:16:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:16:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:16:28.856Z||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-09-16T19:16:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T19:16:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:16:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:16:38.427Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:16:38.435Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:17:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:17:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:17:28.856Z||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-09-16T19:17:28.856Z||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-09-16T19:17:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:17:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:17:38.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:17:38.438Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:18:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:18:28.854Z||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-09-16T19:18:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:18:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:18:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:18:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:18:38.461Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:18:38.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:19:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:19:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:19:28.857Z||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-09-16T19:19:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:19:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:19:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:19:38.431Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:19:38.431Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:20:28.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:20:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:20:28.856Z||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-09-16T19:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:20:28.857Z||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-09-16T19:20:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:20:38.424Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:20:38.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:21:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:21:28.854Z||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-09-16T19:21:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:21:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:21:28.856Z||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-09-16T19:21:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:21:38.451Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:21:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:22:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:22:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:22:28.856Z||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-09-16T19:22:28.856Z||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-09-16T19:22:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:22:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:22:38.418Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:22:38.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:23:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:23:28.854Z||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-09-16T19:23:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:23:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:23:28.856Z||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-09-16T19:23:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:23:38.436Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:23:38.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:24:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:24:28.856Z||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-09-16T19:24:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:24:28.856Z||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-09-16T19:24:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:24:38.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:24:38.413Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:25:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:25:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:25:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:25:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:25:28.857Z||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-09-16T19:25:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:25:38.426Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:25:38.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:26:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:26:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:26:28.855Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:26:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:26:28.856Z||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-09-16T19:26:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:26:38.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:26:38.437Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:27:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:27:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:27:28.854Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:27:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:27:28.856Z||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-09-16T19:27:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:27:38.425Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:27:38.430Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:28:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:28:28.855Z||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-09-16T19:28:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:28:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:28:28.858Z||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-09-16T19:28:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:28:38.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:28:38.437Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:29:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:29:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:29:28.857Z||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-09-16T19:29:28.857Z||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-09-16T19:29:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:29:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:29:38.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:29:38.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:30:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:30:28.854Z||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-09-16T19:30:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:30:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:30:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T19:30:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:30:38.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:30:38.423Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:31:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:31:28.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:31:28.856Z||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-09-16T19:31:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:31:28.856Z||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-09-16T19:31:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:31:38.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:31:38.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:32:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:32:28.854Z||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-09-16T19:32:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:32:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:32:28.856Z||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-09-16T19:32:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:32:38.404Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:32:38.404Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:33:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:33:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:33:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:33:28.857Z||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-09-16T19:33:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:33:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:33:38.446Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:33:38.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:34:28.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:34:28.857Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:34:28.858Z||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-09-16T19:34:28.858Z||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-09-16T19:34:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:34:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:34:38.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:34:38.416Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:35:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:35:28.854Z||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-09-16T19:35:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:35:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:35:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:35:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:35:38.426Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:35:38.426Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:36:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:36:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:36:28.858Z||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-09-16T19:36:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:36:28.858Z||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-09-16T19:36:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:36:38.402Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:36:38.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:37:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:37:28.854Z||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-09-16T19:37:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:37:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:37:28.856Z||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-09-16T19:37:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:37:38.405Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:37:38.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:38:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:38:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:38:28.856Z||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-09-16T19:38:28.856Z||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-09-16T19:38:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:38:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:38:38.419Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:38:38.442Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:39:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:39:28.854Z||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-09-16T19:39:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:39:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:39:28.856Z||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-09-16T19:39:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:39:38.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:39:38.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:40:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:40:28.856Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:40:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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-09-16T19:40:28.857Z||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-09-16T19:40:28.857Z|2485dbca-38b1-4636-b998-a543dd10fa03|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:40:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:40:38.417Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:40:38.424Z|2485dbca-38b1-4636-b998-a543dd10fa03|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:41:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:41:28.855Z||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-09-16T19:41:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:41:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:41:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T19:41:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:41:38.472Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:41:38.477Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:42:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:42:28.855Z||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-09-16T19:42:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:42:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:42:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T19:42:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:42:38.412Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:42:38.412Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:43:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:43:28.855Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:43:28.859Z||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-09-16T19:43:28.859Z||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-09-16T19:43:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:43:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:43:38.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:43:38.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:44:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:44:28.855Z||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-09-16T19:44:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:44:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:44:28.857Z||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-09-16T19:44:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:44:38.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:44:38.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:45:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:45:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:45:28.858Z||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-09-16T19:45:28.858Z||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-09-16T19:45:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:45:28.859Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:45:38.451Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:45:38.452Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:46:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:46:28.854Z||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-09-16T19:46:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:46:28.856Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:46:28.856Z||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-09-16T19:46:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:46:38.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:46:38.442Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:47:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:47:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:47:28.856Z||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-09-16T19:47:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:47:28.856Z||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-09-16T19:47:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:47:38.453Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:47:38.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:48:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:48:28.854Z||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-09-16T19:48:28.854Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:48:28.856Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:48:28.856Z||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-09-16T19:48:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:48:38.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:48:38.403Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:49:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:49:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:49:28.857Z||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-09-16T19:49:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:49:28.857Z||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-09-16T19:49:28.858Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:49:38.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:49:38.474Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:50:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:50:28.854Z||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-09-16T19:50:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:50:28.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:50:28.856Z||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-09-16T19:50:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:50:38.421Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:50:38.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:50:57.498Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-16T19:51:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:51:28.855Z||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-09-16T19:51:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:51:28.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:51:28.856Z||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-09-16T19:51:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:51:38.428Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:51:38.428Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:52:28.854Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:52:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:52:28.857Z||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-09-16T19:52:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:52:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:52:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:52:38.429Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:52:38.438Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:53:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:53:28.855Z||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-09-16T19:53:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:53:28.856Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:53:28.857Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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-09-16T19:53:28.857Z|8d0b9dae-1c4a-4716-a021-3b344705306f|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:53:38.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:53:38.410Z|8d0b9dae-1c4a-4716-a021-3b344705306f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:54:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:54:28.856Z||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-09-16T19:54:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:54:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:54:28.856Z||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-09-16T19:54:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:54:38.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:54:38.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:55:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:55:28.855Z||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-09-16T19:55:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:55:28.856Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:55:28.856Z||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-09-16T19:55:28.856Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:55:38.425Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:55:38.426Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:56:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:56:28.855Z||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-09-16T19:56:28.855Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:56:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:56:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:56:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:56:38.435Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:56:38.449Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:57:28.854Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:57:28.856Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-16T19:57:28.857Z||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-09-16T19:57:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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-09-16T19:57:28.857Z||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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:57:28.857Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|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 gSTqBCHUZIcOERf0) ...
2021-09-16T19:57:38.439Z|2ca1d33d-a3c3-4fba-97a4-be99ab26fee7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-16T19:57:38.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK