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)

2022-06-24T02:44:15.027Z||main|||||INFO|500||The following profiles are active: basic
2022-06-24T02:44:23.148Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-24T02:44:23.148Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-24T02:44:23.230Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-24T02:44:25.309Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-24T02:44:25.467Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-24T02:44:25.774Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-24T02:44:25.784Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-24T02:44:25.932Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-24T02:44:26.048Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-24T02:44:26.357Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-24T02:44:27.137Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T02:44:28.857Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T02:44:28.902Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-24T02:44:29.399Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-24T02:44:29.633Z||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.
2022-06-24T02:44:30.638Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-24T02:44:31.497Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-24T02:44:31.514Z||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$$16196139.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)
2022-06-24T02:44:31.515Z||main|||||WARN|500||The sdc end point is not alive
2022-06-24T02:44:33.904Z||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
2022-06-24T02:44:36.141Z||main|||||WARN|500||---
2022-06-24T02:44:36.141Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-24T02:44:36.141Z||main|||||WARN|500||---
2022-06-24T02:44:36.585Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-24T02:44:40.494Z||main|||||INFO|500||Started Application in 29.354 seconds (JVM running for 30.343)
2022-06-24T02:44:40.513Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:44:40.514Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:44:40.527Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:44:40.593Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:44:40.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5198a6b5-31dc-47bd-a232-b9efe0e9b2a8 url= /sdc/v1/artifactTypes
2022-06-24T02:44:40.625Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:44:41.719Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:44:41.724Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@129b4a3d
2022-06-24T02:44:41.724Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:44:41.737Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:44:41.739Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:44:41.741Z||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$$7f492e25.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
2022-06-24T02:45:30.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:45:30.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:45:30.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:45:30.497Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:45:30.503Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ffa887f0-4d5f-4cf6-a9be-bb017fe95682 url= /sdc/v1/artifactTypes
2022-06-24T02:45:30.504Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:45:31.541Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:45:31.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5d36afdb
2022-06-24T02:45:31.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:45:31.542Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:45:31.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:45:31.543Z||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$$7f492e25.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
2022-06-24T02:46:20.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:46:20.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:46:20.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:46:20.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:46:20.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c00fceaa-d58c-4b26-b17f-073c2f48dd78 url= /sdc/v1/artifactTypes
2022-06-24T02:46:20.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:46:21.523Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:46:21.524Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@502be844
2022-06-24T02:46:21.524Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:46:21.524Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:46:21.524Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:46:21.525Z||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$$7f492e25.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
2022-06-24T02:47:10.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:47:10.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:47:10.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:47:10.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:47:10.496Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd425471-6290-475e-920c-2f99dd90fd60 url= /sdc/v1/artifactTypes
2022-06-24T02:47:10.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:47:11.545Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:47:11.547Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26af8f9a
2022-06-24T02:47:11.547Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:47:11.547Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:47:11.548Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:47:11.549Z||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$$7f492e25.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
2022-06-24T02:48:00.492Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:48:00.494Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:48:00.497Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:48:00.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:48:00.510Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f634403-ee47-4570-8c52-6a69a5c3f2c3 url= /sdc/v1/artifactTypes
2022-06-24T02:48:00.511Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:48:01.556Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:48:01.557Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49b9a01d
2022-06-24T02:48:01.557Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:48:01.557Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:48:01.558Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:48:01.558Z||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$$7f492e25.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
2022-06-24T02:48:50.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:48:50.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:48:50.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:48:50.495Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:48:50.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df13def1-790a-4313-84b0-2137ba66323e url= /sdc/v1/artifactTypes
2022-06-24T02:48:50.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:48:51.542Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:48:51.543Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ee965d4
2022-06-24T02:48:51.543Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:48:51.544Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:48:51.544Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:48:51.545Z||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$$7f492e25.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
2022-06-24T02:49:40.488Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:49:40.489Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:49:40.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:49:40.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:49:40.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 080603e3-c716-48eb-bd56-8cf0ee9de81c url= /sdc/v1/artifactTypes
2022-06-24T02:49:40.497Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:49:41.534Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:49:41.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61e7d9bb
2022-06-24T02:49:41.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:49:41.535Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:49:41.535Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:49:41.536Z||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$$7f492e25.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
2022-06-24T02:50:30.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:50:30.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:50:30.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:50:30.493Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:50:30.500Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 67e50737-e5a6-4ed6-b6dd-98f2f95e832e url= /sdc/v1/artifactTypes
2022-06-24T02:50:30.501Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:50:31.540Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:50:31.542Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31dc6ddb
2022-06-24T02:50:31.542Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:50:31.543Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:50:31.543Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:50:31.544Z||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$$7f492e25.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
2022-06-24T02:51:20.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:51:20.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:51:20.487Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:51:20.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:51:20.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 86615958-2a10-4b22-9a47-8481efef4cf7 url= /sdc/v1/artifactTypes
2022-06-24T02:51:20.495Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:51:21.526Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:51:21.527Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6570891b
2022-06-24T02:51:21.527Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:51:21.528Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:51:21.528Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:51:21.529Z||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$$7f492e25.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
2022-06-24T02:52:10.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:52:10.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:52:10.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:52:10.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:52:10.494Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d7e2921-8ecc-42d8-9fbc-471b133ae28e url= /sdc/v1/artifactTypes
2022-06-24T02:52:10.494Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:52:11.508Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:52:11.509Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@27894308
2022-06-24T02:52:11.510Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:52:11.510Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:52:11.510Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:52:11.511Z||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$$7f492e25.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
2022-06-24T02:53:00.487Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:53:00.488Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:53:00.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:53:00.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:53:00.495Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75fcf82c-c824-4a77-8c0b-ce3111ff0cb2 url= /sdc/v1/artifactTypes
2022-06-24T02:53:00.496Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:53:01.522Z||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.20.51] 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$$7f492e25.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
2022-06-24T02:53:01.523Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@654b84ce
2022-06-24T02:53:01.523Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-24T02:53:01.524Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-24T02:53:01.524Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-24T02:53:01.524Z||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$$7f492e25.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
2022-06-24T02:53:50.486Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-24T02:53:50.487Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-24T02:53:50.488Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-24T02:53:50.492Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-24T02:53:50.497Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f13b190e-2d5f-495e-aed2-967dd3f24fb8 url= /sdc/v1/artifactTypes
2022-06-24T02:53:50.498Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-24T02:53:50.647Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-24T02:53:50.654Z||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
2022-06-24T02:53:50.680Z||scheduling-1|||||DEBUG|500||create keys
2022-06-24T02:53:50.687Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-24T02:53:50.735Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:53:50.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df401995-715e-4ccc-8064-5139c25ec92e url= /sdc/v1/registerForDistribution
2022-06-24T02:53:50.903Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= df401995-715e-4ccc-8064-5139c25ec92e url= /sdc/v1/registerForDistribution
2022-06-24T02:53:50.904Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-24T02:53:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:53:50.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:53:50.919Z||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.
2022-06-24T02:53:50.919Z||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.
2022-06-24T02:53:50.919Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:53:50.919Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:53:50.921Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-24T02:54:01.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:54:01.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:54:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:54:50.913Z||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.
2022-06-24T02:54:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:54:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:54:50.916Z||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.
2022-06-24T02:54:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:54:54.632Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-24T02:55:00.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:55:00.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:55:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:55:50.913Z||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.
2022-06-24T02:55:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:55:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:55:50.916Z||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.
2022-06-24T02:55:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:56:00.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:56:00.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:56:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:56:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:56:50.915Z||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.
2022-06-24T02:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:56:50.915Z||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.
2022-06-24T02:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:57:00.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:57:00.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:57:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:57:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:57:50.916Z||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.
2022-06-24T02:57:50.916Z||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.
2022-06-24T02:57:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:57:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:58:00.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:58:00.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:58:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:58:50.914Z||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.
2022-06-24T02:58:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:58:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:58:50.916Z||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.
2022-06-24T02:58:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:59:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:59:00.471Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T02:59:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:59:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T02:59:50.916Z||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.
2022-06-24T02:59:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T02:59:50.917Z||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.
2022-06-24T02:59:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:00:00.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:00:00.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:00:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:00:50.914Z||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.
2022-06-24T03:00:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:00:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:00:50.916Z||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.
2022-06-24T03:00:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:01:00.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:01:00.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:01:50.914Z||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.
2022-06-24T03:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:01:50.915Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:01:50.915Z||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.
2022-06-24T03:01:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:02:00.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:02:00.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:02:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:02:50.913Z||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.
2022-06-24T03:02:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:02:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:02:50.915Z||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.
2022-06-24T03:02:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:03:00.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:03:00.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:03:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:03:50.913Z||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.
2022-06-24T03:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:03:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:03:50.915Z||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.
2022-06-24T03:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:04:00.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:04:00.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:04:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:04:50.913Z||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.
2022-06-24T03:04:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:04:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:04:50.915Z||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.
2022-06-24T03:04:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:05:00.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:05:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:05:50.913Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:05:50.914Z||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.
2022-06-24T03:05:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:05:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:05:50.915Z||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.
2022-06-24T03:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:06:00.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:06:00.471Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:06:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:06:50.913Z||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.
2022-06-24T03:06:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:06:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:06:50.915Z||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.
2022-06-24T03:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:07:00.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:07:00.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:07:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:07:50.913Z||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.
2022-06-24T03:07:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:07:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:07:50.915Z||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.
2022-06-24T03:07:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:08:00.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:08:00.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:08:50.912Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:08:50.913Z||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.
2022-06-24T03:08:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:08:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:08:50.915Z||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.
2022-06-24T03:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:09:00.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:09:00.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:09:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:09:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:09:50.916Z||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.
2022-06-24T03:09:50.916Z||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.
2022-06-24T03:09:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:09:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:10:00.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:10:00.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:10:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:10:50.914Z||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.
2022-06-24T03:10:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:10:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:10:50.915Z||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.
2022-06-24T03:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:11:00.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:11:00.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:11:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:11:50.914Z||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.
2022-06-24T03:11:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:11:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:11:50.915Z||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.
2022-06-24T03:11:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:12:00.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:12:00.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:12:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:12:50.914Z||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.
2022-06-24T03:12:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:12:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:12:50.914Z||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.
2022-06-24T03:12:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:13:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:13:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:13:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:13:50.913Z||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.
2022-06-24T03:13:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:13:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:13:50.915Z||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.
2022-06-24T03:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:14:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:14:00.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:14:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:14:50.913Z||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.
2022-06-24T03:14:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:14:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:14:50.915Z||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.
2022-06-24T03:14:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:15:00.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:15:00.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:15:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:15:50.913Z||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.
2022-06-24T03:15:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:15:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:15:50.915Z||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.
2022-06-24T03:15:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:16:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:16:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:16:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:16:50.913Z||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.
2022-06-24T03:16:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:16:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:16:50.915Z||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.
2022-06-24T03:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:17:00.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:17:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:17:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:17:50.913Z||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.
2022-06-24T03:17:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:17:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:17:50.915Z||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.
2022-06-24T03:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:18:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:18:00.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:18:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:18:50.913Z||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.
2022-06-24T03:18:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:18:50.915Z||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.
2022-06-24T03:18:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:19:00.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:19:00.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:19:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:19:50.913Z||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.
2022-06-24T03:19:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:19:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:19:50.915Z||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.
2022-06-24T03:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:20:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:20:00.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:20:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:20:50.913Z||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.
2022-06-24T03:20:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:20:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:20:50.915Z||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.
2022-06-24T03:20:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:21:00.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:21:00.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:21:50.917Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:21:50.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:21:50.919Z||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.
2022-06-24T03:21:50.919Z||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.
2022-06-24T03:21:50.919Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:21:50.919Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:22:00.472Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:22:00.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:22:50.913Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:22:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:22:50.916Z||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.
2022-06-24T03:22:50.916Z||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.
2022-06-24T03:22:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:22:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:23:00.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:23:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:23:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:23:50.914Z||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.
2022-06-24T03:23:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:23:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:23:50.917Z||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.
2022-06-24T03:23:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:24:00.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:24:00.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:24:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:24:50.914Z||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.
2022-06-24T03:24:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:24:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:24:50.915Z||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.
2022-06-24T03:24:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:25:00.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:25:00.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:25:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:25:50.913Z||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.
2022-06-24T03:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:25:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:25:50.915Z||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.
2022-06-24T03:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:26:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:26:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:26:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:26:50.913Z||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.
2022-06-24T03:26:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:26:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:26:50.915Z||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.
2022-06-24T03:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:27:00.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:27:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:27:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:27:50.913Z||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.
2022-06-24T03:27:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:27:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:27:50.915Z||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.
2022-06-24T03:27:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:28:00.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:28:00.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:28:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:28:50.913Z||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.
2022-06-24T03:28:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:28:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:28:50.915Z||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.
2022-06-24T03:28:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:29:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:29:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:29:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:29:50.914Z||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.
2022-06-24T03:29:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:29:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:29:50.914Z||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.
2022-06-24T03:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:30:00.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:30:00.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:30:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:30:50.913Z||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.
2022-06-24T03:30:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:30:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:30:50.917Z||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.
2022-06-24T03:30:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:31:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:31:00.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:31:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:31:50.913Z||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.
2022-06-24T03:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:31:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:31:50.915Z||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.
2022-06-24T03:31:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:32:00.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:32:00.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:32:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:32:50.913Z||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.
2022-06-24T03:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:32:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:32:50.915Z||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.
2022-06-24T03:32:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:33:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:33:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:33:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:33:50.914Z||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.
2022-06-24T03:33:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:33:50.915Z||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.
2022-06-24T03:33:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:34:00.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:34:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:34:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:34:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:34:50.915Z||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.
2022-06-24T03:34:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:34:50.915Z||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.
2022-06-24T03:34:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:35:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:35:00.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:35:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:35:50.913Z||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.
2022-06-24T03:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:35:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:35:50.915Z||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.
2022-06-24T03:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:36:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:36:00.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:36:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:36:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:36:50.915Z||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.
2022-06-24T03:36:50.915Z||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.
2022-06-24T03:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:37:00.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:37:00.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:37:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:37:50.914Z||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.
2022-06-24T03:37:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:37:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:37:50.915Z||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.
2022-06-24T03:37:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:38:00.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:38:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:38:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:38:50.913Z||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.
2022-06-24T03:38:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:38:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:38:50.916Z||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.
2022-06-24T03:38:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:39:00.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:39:00.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:39:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:39:50.913Z||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.
2022-06-24T03:39:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:39:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:39:50.914Z||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.
2022-06-24T03:39:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:40:00.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:40:00.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:40:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:40:50.913Z||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.
2022-06-24T03:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:40:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:40:50.915Z||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.
2022-06-24T03:40:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:41:00.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:41:00.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:41:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:50.913Z||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.
2022-06-24T03:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:41:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:41:50.915Z||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.
2022-06-24T03:41:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:42:00.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:42:00.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:42:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:50.913Z||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.
2022-06-24T03:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:42:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:42:50.915Z||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.
2022-06-24T03:42:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:43:00.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:43:00.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:43:50.912Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:50.914Z||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.
2022-06-24T03:43:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:43:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:43:50.915Z||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.
2022-06-24T03:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:44:00.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:44:00.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:50.913Z||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.
2022-06-24T03:44:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:44:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:44:50.915Z||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.
2022-06-24T03:44:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:45:00.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:45:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:45:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:50.914Z||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.
2022-06-24T03:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:45:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:45:50.915Z||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.
2022-06-24T03:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:46:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:46:00.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:50.913Z||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.
2022-06-24T03:46:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:46:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:46:50.915Z||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.
2022-06-24T03:46:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:47:00.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:47:00.489Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:47:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:50.914Z||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.
2022-06-24T03:47:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:47:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:47:50.914Z||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.
2022-06-24T03:47:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:48:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:48:00.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:48:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:50.913Z||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.
2022-06-24T03:48:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:48:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:48:50.915Z||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.
2022-06-24T03:48:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:49:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:49:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:50.913Z||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.
2022-06-24T03:49:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:49:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:49:50.915Z||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.
2022-06-24T03:49:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:50:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:50:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:50.913Z||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.
2022-06-24T03:50:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:50:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:50:50.915Z||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.
2022-06-24T03:50:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:51:00.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:51:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:51:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:50.914Z||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.
2022-06-24T03:51:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:51:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:51:50.915Z||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.
2022-06-24T03:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:52:00.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:52:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:52:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:50.914Z||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.
2022-06-24T03:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:52:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:52:50.915Z||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.
2022-06-24T03:52:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:53:00.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:53:00.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:53:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:50.913Z||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.
2022-06-24T03:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:53:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:53:50.915Z||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.
2022-06-24T03:53:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:54:00.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:54:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:50.913Z||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.
2022-06-24T03:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:54:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:54:50.915Z||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.
2022-06-24T03:54:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:55:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:55:00.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:55:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:50.913Z||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.
2022-06-24T03:55:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:55:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:55:50.916Z||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.
2022-06-24T03:55:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:56:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:56:00.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:56:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:50.913Z||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.
2022-06-24T03:56:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:56:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:56:50.915Z||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.
2022-06-24T03:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:57:00.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:57:00.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:57:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:50.913Z||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.
2022-06-24T03:57:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:57:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:57:50.915Z||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.
2022-06-24T03:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:58:00.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:58:00.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:58:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:50.913Z||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.
2022-06-24T03:58:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:58:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:58:50.914Z||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.
2022-06-24T03:58:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:59:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:59:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T03:59:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:50.913Z||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.
2022-06-24T03:59:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T03:59:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T03:59:50.915Z||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.
2022-06-24T03:59:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:00:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:00:00.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:00:50.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:50.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:00:50.918Z||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.
2022-06-24T04:00:50.918Z||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.
2022-06-24T04:00:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:00:50.918Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:01:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:01:00.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:01:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:50.914Z||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.
2022-06-24T04:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:01:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:01:50.915Z||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.
2022-06-24T04:01:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:02:00.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:02:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:02:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:50.913Z||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.
2022-06-24T04:02:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:02:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:02:50.915Z||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.
2022-06-24T04:02:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:03:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:03:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:03:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:50.913Z||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.
2022-06-24T04:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:03:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:03:50.915Z||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.
2022-06-24T04:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:04:00.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:04:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:04:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:50.913Z||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.
2022-06-24T04:04:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:04:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:04:50.915Z||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.
2022-06-24T04:04:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:05:00.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:05:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:05:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:50.913Z||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.
2022-06-24T04:05:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:05:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:05:50.915Z||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.
2022-06-24T04:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:06:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:06:00.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:06:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:50.913Z||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.
2022-06-24T04:06:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:06:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:06:50.915Z||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.
2022-06-24T04:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:07:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:07:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:07:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:50.913Z||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.
2022-06-24T04:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:07:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:07:50.915Z||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.
2022-06-24T04:07:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:08:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:08:00.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:08:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:50.913Z||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.
2022-06-24T04:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:08:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:08:50.915Z||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.
2022-06-24T04:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:09:00.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:09:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:09:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:50.913Z||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.
2022-06-24T04:09:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:09:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:09:50.914Z||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.
2022-06-24T04:09:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:10:00.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:10:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:10:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:50.913Z||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.
2022-06-24T04:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:10:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:10:50.915Z||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.
2022-06-24T04:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:11:00.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:11:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:11:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:50.913Z||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.
2022-06-24T04:11:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:11:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:11:50.915Z||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.
2022-06-24T04:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:12:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:12:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:12:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:50.913Z||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.
2022-06-24T04:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:12:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:12:50.914Z||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.
2022-06-24T04:12:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:13:00.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:13:00.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:13:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:50.913Z||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.
2022-06-24T04:13:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:13:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:13:50.915Z||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.
2022-06-24T04:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:14:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:14:00.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:14:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:14:50.915Z||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.
2022-06-24T04:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:14:50.915Z||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.
2022-06-24T04:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:15:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:15:00.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:15:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:50.913Z||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.
2022-06-24T04:15:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:15:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:15:50.915Z||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.
2022-06-24T04:15:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:16:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:16:00.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:16:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:50.913Z||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.
2022-06-24T04:16:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:16:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:16:50.915Z||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.
2022-06-24T04:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:17:00.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:17:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:17:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:50.914Z||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.
2022-06-24T04:17:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:17:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:17:50.915Z||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.
2022-06-24T04:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:18:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:18:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:18:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:50.913Z||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.
2022-06-24T04:18:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:18:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:18:50.915Z||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.
2022-06-24T04:18:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:19:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:19:00.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:19:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:50.913Z||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.
2022-06-24T04:19:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:19:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:19:50.915Z||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.
2022-06-24T04:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:20:00.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:20:00.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:20:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:20:50.916Z||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.
2022-06-24T04:20:50.916Z||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.
2022-06-24T04:20:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:20:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:21:00.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:21:00.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:21:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:50.913Z||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.
2022-06-24T04:21:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:21:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:21:50.915Z||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.
2022-06-24T04:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:22:00.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:22:00.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:22:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:50.913Z||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.
2022-06-24T04:22:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:22:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:22:50.915Z||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.
2022-06-24T04:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:23:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:23:00.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:23:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:50.913Z||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.
2022-06-24T04:23:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:23:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:23:50.915Z||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.
2022-06-24T04:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:24:00.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:24:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:24:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:50.913Z||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.
2022-06-24T04:24:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:24:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:24:50.915Z||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.
2022-06-24T04:24:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:25:00.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:25:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:25:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:50.913Z||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.
2022-06-24T04:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:25:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:25:50.915Z||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.
2022-06-24T04:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:26:00.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:26:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:26:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:50.913Z||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.
2022-06-24T04:26:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:26:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:26:50.915Z||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.
2022-06-24T04:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:27:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:27:00.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:27:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:50.913Z||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.
2022-06-24T04:27:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:27:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:27:50.915Z||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.
2022-06-24T04:27:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:28:00.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:28:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:28:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:50.914Z||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.
2022-06-24T04:28:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:28:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:28:50.915Z||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.
2022-06-24T04:28:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:29:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:29:00.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:29:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:29:50.914Z||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.
2022-06-24T04:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:29:50.915Z||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.
2022-06-24T04:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:30:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:30:00.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:30:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:50.913Z||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.
2022-06-24T04:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:30:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:30:50.914Z||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.
2022-06-24T04:30:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:31:00.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:31:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:31:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:50.914Z||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.
2022-06-24T04:31:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:31:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:31:50.915Z||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.
2022-06-24T04:31:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:32:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:32:00.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:32:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:50.913Z||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.
2022-06-24T04:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:32:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:32:50.915Z||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.
2022-06-24T04:32:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:33:00.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:33:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:33:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:50.913Z||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.
2022-06-24T04:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:33:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:33:50.915Z||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.
2022-06-24T04:33:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:34:00.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:00.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:34:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:50.913Z||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.
2022-06-24T04:34:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:34:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:34:50.915Z||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.
2022-06-24T04:34:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:35:00.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:35:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:50.913Z||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.
2022-06-24T04:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:35:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:35:50.915Z||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.
2022-06-24T04:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:36:00.473Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:36:00.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:36:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:50.913Z||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.
2022-06-24T04:36:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:36:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:36:50.914Z||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.
2022-06-24T04:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:37:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:37:00.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:37:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:50.913Z||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.
2022-06-24T04:37:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:37:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:37:50.915Z||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.
2022-06-24T04:37:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:38:00.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:38:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:50.913Z||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.
2022-06-24T04:38:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:38:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:38:50.914Z||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.
2022-06-24T04:38:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:39:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:00.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:39:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:50.913Z||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.
2022-06-24T04:39:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:39:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:39:50.915Z||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.
2022-06-24T04:39:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:40:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:40:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:40:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:50.913Z||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.
2022-06-24T04:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:40:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:40:50.915Z||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.
2022-06-24T04:40:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:41:00.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:41:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:41:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:50.913Z||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.
2022-06-24T04:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:41:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:41:50.914Z||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.
2022-06-24T04:41:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:42:00.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:42:00.458Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:42:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:50.913Z||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.
2022-06-24T04:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:42:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:42:50.915Z||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.
2022-06-24T04:42:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:43:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:43:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:43:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:43:50.914Z||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.
2022-06-24T04:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:43:50.915Z||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.
2022-06-24T04:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:44:00.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:44:00.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:44:50.915Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:50.915Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:44:50.917Z||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.
2022-06-24T04:44:50.917Z||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.
2022-06-24T04:44:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:44:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:45:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:45:00.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:45:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:50.914Z||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.
2022-06-24T04:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:45:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:45:50.914Z||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.
2022-06-24T04:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:46:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:46:00.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:46:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:50.913Z||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.
2022-06-24T04:46:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:46:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:46:50.915Z||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.
2022-06-24T04:46:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:47:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:47:00.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:47:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:47:50.915Z||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.
2022-06-24T04:47:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:47:50.915Z||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.
2022-06-24T04:47:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:48:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:00.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:48:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:50.913Z||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.
2022-06-24T04:48:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:48:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:48:50.914Z||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.
2022-06-24T04:48:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:49:00.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:00.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:49:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:49:50.913Z||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.
2022-06-24T04:49:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:49:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:49:50.915Z||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.
2022-06-24T04:49:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:50:00.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:50:00.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:50:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:50:50.913Z||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.
2022-06-24T04:50:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:50:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:50:50.915Z||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.
2022-06-24T04:50:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:51:00.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:51:00.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:51:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:51:50.913Z||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.
2022-06-24T04:51:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:51:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:51:50.915Z||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.
2022-06-24T04:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:52:00.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:52:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:50.913Z||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.
2022-06-24T04:52:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:52:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:52:50.915Z||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.
2022-06-24T04:52:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:53:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:00.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:53:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:53:50.913Z||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.
2022-06-24T04:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:53:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:53:50.915Z||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.
2022-06-24T04:53:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:54:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:00.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:54:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:50.913Z||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.
2022-06-24T04:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:54:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:54:50.915Z||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.
2022-06-24T04:54:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:55:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:55:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:50.913Z||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.
2022-06-24T04:55:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:55:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:55:50.915Z||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.
2022-06-24T04:55:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:56:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:56:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:56:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:50.914Z||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.
2022-06-24T04:56:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:56:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:56:50.915Z||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.
2022-06-24T04:56:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:57:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:57:00.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:57:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:57:50.915Z||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.
2022-06-24T04:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:57:50.915Z||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.
2022-06-24T04:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:58:00.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:58:00.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:58:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:50.913Z||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.
2022-06-24T04:58:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:58:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:58:50.915Z||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.
2022-06-24T04:58:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:59:00.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:59:00.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T04:59:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:50.914Z||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.
2022-06-24T04:59:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T04:59:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T04:59:50.915Z||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.
2022-06-24T04:59:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:00:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:00:00.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:00:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:50.914Z||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.
2022-06-24T05:00:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:00:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:00:50.914Z||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.
2022-06-24T05:00:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:01:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:01:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:01:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:50.913Z||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.
2022-06-24T05:01:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:01:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:01:50.915Z||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.
2022-06-24T05:01:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:02:00.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:02:00.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:02:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:02:50.915Z||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.
2022-06-24T05:02:50.915Z||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.
2022-06-24T05:02:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:02:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:03:00.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:03:00.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:03:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:50.913Z||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.
2022-06-24T05:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:03:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:03:50.915Z||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.
2022-06-24T05:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:04:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:04:00.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:04:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:50.913Z||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.
2022-06-24T05:04:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:04:50.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:04:50.917Z||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.
2022-06-24T05:04:50.917Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:05:00.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:05:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:05:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:50.913Z||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.
2022-06-24T05:05:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:05:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:05:50.915Z||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.
2022-06-24T05:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:06:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:06:00.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:06:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:50.913Z||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.
2022-06-24T05:06:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:06:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:06:50.915Z||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.
2022-06-24T05:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:07:00.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:07:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:07:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:50.913Z||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.
2022-06-24T05:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:07:50.915Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:07:50.916Z||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.
2022-06-24T05:07:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:08:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:08:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:08:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:50.913Z||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.
2022-06-24T05:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:08:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:08:50.914Z||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.
2022-06-24T05:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:09:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:09:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:09:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:50.913Z||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.
2022-06-24T05:09:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:09:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:09:50.915Z||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.
2022-06-24T05:09:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:10:00.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:10:00.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:10:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:50.913Z||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.
2022-06-24T05:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:10:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:10:50.915Z||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.
2022-06-24T05:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:11:00.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:00.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:11:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:50.914Z||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.
2022-06-24T05:11:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:11:50.915Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:11:50.915Z||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.
2022-06-24T05:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:12:00.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:12:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:12:50.913Z||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.
2022-06-24T05:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:12:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:12:50.915Z||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.
2022-06-24T05:12:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:13:00.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:13:00.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:13:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:13:50.913Z||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.
2022-06-24T05:13:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:13:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:13:50.915Z||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.
2022-06-24T05:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:14:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:00.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:14:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:14:50.913Z||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.
2022-06-24T05:14:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:14:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:14:50.915Z||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.
2022-06-24T05:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:15:00.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:00.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:15:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:50.913Z||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.
2022-06-24T05:15:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:15:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:15:50.915Z||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.
2022-06-24T05:15:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:16:00.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:00.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:16:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:50.913Z||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.
2022-06-24T05:16:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:16:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:16:50.915Z||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.
2022-06-24T05:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:17:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:17:00.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:17:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:50.913Z||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.
2022-06-24T05:17:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:17:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:17:50.915Z||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.
2022-06-24T05:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:18:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:18:00.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:18:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:50.913Z||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.
2022-06-24T05:18:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:18:50.914Z||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.
2022-06-24T05:18:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:19:00.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:19:00.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:19:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:50.913Z||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.
2022-06-24T05:19:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:19:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:19:50.915Z||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.
2022-06-24T05:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:20:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:20:00.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:20:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:50.913Z||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.
2022-06-24T05:20:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:20:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:20:50.915Z||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.
2022-06-24T05:20:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:21:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:21:00.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:21:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:50.913Z||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.
2022-06-24T05:21:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:21:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:21:50.915Z||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.
2022-06-24T05:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:22:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:22:00.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:22:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:50.913Z||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.
2022-06-24T05:22:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:22:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:22:50.915Z||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.
2022-06-24T05:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:23:00.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:23:00.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:23:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:50.913Z||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.
2022-06-24T05:23:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:23:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:23:50.914Z||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.
2022-06-24T05:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:24:00.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:24:00.479Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:24:50.913Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:24:50.916Z||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.
2022-06-24T05:24:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:24:50.916Z||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.
2022-06-24T05:24:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:25:00.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:25:00.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:25:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:50.913Z||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.
2022-06-24T05:25:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:25:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:25:50.915Z||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.
2022-06-24T05:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:26:00.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:26:00.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:26:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:26:50.915Z||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.
2022-06-24T05:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:26:50.915Z||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.
2022-06-24T05:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:27:00.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:27:00.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:27:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:50.913Z||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.
2022-06-24T05:27:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:27:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:27:50.915Z||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.
2022-06-24T05:27:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:28:00.459Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:28:00.482Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:28:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:50.914Z||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.
2022-06-24T05:28:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:28:50.915Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:28:50.915Z||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.
2022-06-24T05:28:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:29:00.461Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:29:00.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:29:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:50.913Z||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.
2022-06-24T05:29:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:29:50.915Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:29:50.916Z||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.
2022-06-24T05:29:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:30:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:30:00.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:30:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:50.913Z||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.
2022-06-24T05:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:30:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:30:50.915Z||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.
2022-06-24T05:30:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:31:00.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:31:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:31:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:50.913Z||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.
2022-06-24T05:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:31:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:31:50.915Z||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.
2022-06-24T05:31:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:32:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:32:00.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:32:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:50.914Z||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.
2022-06-24T05:32:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:32:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:32:50.915Z||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.
2022-06-24T05:32:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:33:00.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:00.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:33:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:50.913Z||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.
2022-06-24T05:33:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:33:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:33:50.914Z||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.
2022-06-24T05:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:34:00.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:00.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:34:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:50.913Z||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.
2022-06-24T05:34:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:34:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:34:50.914Z||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.
2022-06-24T05:34:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:35:00.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:00.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:35:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:50.913Z||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.
2022-06-24T05:35:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:35:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:35:50.915Z||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.
2022-06-24T05:35:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:36:00.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:00.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:36:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:50.913Z||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.
2022-06-24T05:36:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:36:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:36:50.915Z||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.
2022-06-24T05:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:37:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:00.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:37:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:50.914Z||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.
2022-06-24T05:37:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:37:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:37:50.915Z||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.
2022-06-24T05:37:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:38:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:00.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:38:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:38:50.915Z||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.
2022-06-24T05:38:50.915Z||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.
2022-06-24T05:38:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:38:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:39:00.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:39:00.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:39:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:50.913Z||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.
2022-06-24T05:39:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:39:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:39:50.914Z||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.
2022-06-24T05:39:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:40:00.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:40:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:40:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:50.913Z||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.
2022-06-24T05:40:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:40:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:40:50.915Z||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.
2022-06-24T05:40:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:41:00.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:41:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:41:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:50.913Z||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.
2022-06-24T05:41:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:41:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:41:50.915Z||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.
2022-06-24T05:41:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:42:00.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:42:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:42:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:50.913Z||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.
2022-06-24T05:42:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:42:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:42:50.914Z||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.
2022-06-24T05:42:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:43:00.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:43:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:43:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:50.913Z||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.
2022-06-24T05:43:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:43:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:43:50.915Z||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.
2022-06-24T05:43:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:44:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:44:00.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:44:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:50.913Z||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.
2022-06-24T05:44:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:44:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:44:50.914Z||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.
2022-06-24T05:44:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:45:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:45:00.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:45:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:50.913Z||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.
2022-06-24T05:45:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:45:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:45:50.915Z||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.
2022-06-24T05:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:46:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:46:00.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:46:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:50.913Z||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.
2022-06-24T05:46:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:46:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:46:50.915Z||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.
2022-06-24T05:46:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:47:00.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:47:00.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:47:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:50.913Z||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.
2022-06-24T05:47:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:47:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:47:50.915Z||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.
2022-06-24T05:47:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:48:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:48:00.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:48:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:50.913Z||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.
2022-06-24T05:48:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:48:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:48:50.915Z||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.
2022-06-24T05:48:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:49:00.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:49:00.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:49:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:50.913Z||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.
2022-06-24T05:49:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:49:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:49:50.915Z||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.
2022-06-24T05:49:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:50:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:50:00.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:50:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:50.913Z||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.
2022-06-24T05:50:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:50:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:50:50.914Z||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.
2022-06-24T05:50:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:51:00.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:51:00.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:51:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:51:50.915Z||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.
2022-06-24T05:51:50.915Z||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.
2022-06-24T05:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:52:00.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:52:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:52:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:50.913Z||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.
2022-06-24T05:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:52:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:52:50.914Z||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.
2022-06-24T05:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:53:00.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:53:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:53:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:50.913Z||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.
2022-06-24T05:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:53:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:53:50.914Z||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.
2022-06-24T05:53:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:54:00.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:54:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:54:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:50.913Z||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.
2022-06-24T05:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:54:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:54:50.915Z||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.
2022-06-24T05:54:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:55:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:55:00.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:55:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:50.914Z||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.
2022-06-24T05:55:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:55:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:55:50.915Z||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.
2022-06-24T05:55:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:56:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:56:00.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:56:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:50.913Z||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.
2022-06-24T05:56:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:56:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:56:50.915Z||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.
2022-06-24T05:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:57:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:57:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:57:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:50.913Z||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.
2022-06-24T05:57:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:57:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:57:50.915Z||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.
2022-06-24T05:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:58:00.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:58:00.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:58:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:50.913Z||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.
2022-06-24T05:58:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:58:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:58:50.914Z||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.
2022-06-24T05:58:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:59:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:59:00.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T05:59:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:50.913Z||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.
2022-06-24T05:59:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T05:59:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T05:59:50.915Z||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.
2022-06-24T05:59:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:00:00.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:00:00.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:00:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:50.913Z||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.
2022-06-24T06:00:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:00:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:00:50.915Z||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.
2022-06-24T06:00:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:01:00.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:01:00.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:01:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:50.913Z||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.
2022-06-24T06:01:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:01:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:01:50.914Z||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.
2022-06-24T06:01:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:02:00.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:02:00.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:02:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:50.913Z||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.
2022-06-24T06:02:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:02:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:02:50.915Z||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.
2022-06-24T06:02:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:03:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:03:00.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:03:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:50.913Z||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.
2022-06-24T06:03:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:03:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:03:50.915Z||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.
2022-06-24T06:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:04:00.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:04:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:04:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:50.913Z||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.
2022-06-24T06:04:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:04:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:04:50.915Z||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.
2022-06-24T06:04:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:05:00.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:05:00.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:05:50.913Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:50.914Z||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.
2022-06-24T06:05:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:05:50.915Z||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.
2022-06-24T06:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:06:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:06:00.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:06:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:50.914Z||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.
2022-06-24T06:06:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:06:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:06:50.914Z||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.
2022-06-24T06:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:07:00.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:07:00.464Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:07:50.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:50.913Z||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.
2022-06-24T06:07:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:07:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:07:50.915Z||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.
2022-06-24T06:07:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:08:00.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:08:00.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:08:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:50.913Z||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.
2022-06-24T06:08:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:08:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:08:50.915Z||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.
2022-06-24T06:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:09:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:09:00.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:09:50.913Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:50.914Z||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.
2022-06-24T06:09:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:09:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:09:50.915Z||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.
2022-06-24T06:09:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:10:00.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:10:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:10:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:50.913Z||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.
2022-06-24T06:10:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:10:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:10:50.914Z||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.
2022-06-24T06:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:11:00.457Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:11:00.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:11:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:50.913Z||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.
2022-06-24T06:11:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:11:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:11:50.915Z||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.
2022-06-24T06:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:12:00.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:12:00.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:12:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:50.913Z||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.
2022-06-24T06:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:12:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:12:50.916Z||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.
2022-06-24T06:12:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:13:00.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:13:00.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:13:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:50.913Z||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.
2022-06-24T06:13:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:13:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:13:50.915Z||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.
2022-06-24T06:13:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:14:00.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:14:00.456Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:14:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:50.913Z||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.
2022-06-24T06:14:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:14:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:14:50.915Z||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.
2022-06-24T06:14:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:15:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:15:00.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:15:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:50.913Z||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.
2022-06-24T06:15:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:15:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:15:50.915Z||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.
2022-06-24T06:15:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:16:00.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:16:00.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:16:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:50.913Z||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.
2022-06-24T06:16:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:16:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:16:50.915Z||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.
2022-06-24T06:16:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:17:00.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:17:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:17:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:50.913Z||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.
2022-06-24T06:17:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:17:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:17:50.915Z||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.
2022-06-24T06:17:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:18:00.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:18:00.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:18:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:50.914Z||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.
2022-06-24T06:18:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:18:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:18:50.915Z||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.
2022-06-24T06:18:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:19:00.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:19:00.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:19:50.912Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:50.914Z||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.
2022-06-24T06:19:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:19:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:19:50.915Z||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.
2022-06-24T06:19:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:20:00.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:20:00.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:20:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:50.913Z||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.
2022-06-24T06:20:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:20:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:20:50.915Z||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.
2022-06-24T06:20:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:21:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:21:00.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:21:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:50.913Z||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.
2022-06-24T06:21:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:21:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:21:50.915Z||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.
2022-06-24T06:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:22:00.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:22:00.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:22:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:50.913Z||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.
2022-06-24T06:22:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:22:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:22:50.914Z||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.
2022-06-24T06:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:23:00.456Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:23:00.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:23:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:50.913Z||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.
2022-06-24T06:23:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:23:50.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:23:50.914Z||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.
2022-06-24T06:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:24:00.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:24:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:24:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:50.913Z||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.
2022-06-24T06:24:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:24:50.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:24:50.915Z||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.
2022-06-24T06:24:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:25:00.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:25:00.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:25:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:50.913Z||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.
2022-06-24T06:25:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:25:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:25:50.915Z||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.
2022-06-24T06:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:26:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:26:00.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:26:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:50.913Z||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.
2022-06-24T06:26:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:26:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:26:50.914Z||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.
2022-06-24T06:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:27:00.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:27:00.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:27:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:50.913Z||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.
2022-06-24T06:27:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:27:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:27:50.914Z||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.
2022-06-24T06:27:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:28:00.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:28:00.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:28:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:50.913Z||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.
2022-06-24T06:28:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:28:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:28:50.915Z||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.
2022-06-24T06:28:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:29:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:29:00.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:29:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:50.913Z||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.
2022-06-24T06:29:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:29:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:29:50.915Z||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.
2022-06-24T06:29:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:30:00.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:30:00.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:30:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:50.913Z||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.
2022-06-24T06:30:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:30:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:30:50.915Z||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.
2022-06-24T06:30:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:31:00.457Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:31:00.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:31:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:50.913Z||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.
2022-06-24T06:31:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:31:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:31:50.914Z||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.
2022-06-24T06:31:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:32:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:32:00.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:32:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:50.913Z||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.
2022-06-24T06:32:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:32:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:32:50.915Z||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.
2022-06-24T06:32:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:33:00.459Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:33:00.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:33:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:50.914Z||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.
2022-06-24T06:33:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:33:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:33:50.915Z||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.
2022-06-24T06:33:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:34:00.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:34:00.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:34:50.912Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:50.913Z||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.
2022-06-24T06:34:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:34:50.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:34:50.915Z||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.
2022-06-24T06:34:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:35:00.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:35:00.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:35:50.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:50.914Z||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.
2022-06-24T06:35:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:35:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:35:50.914Z||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.
2022-06-24T06:35:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:36:00.459Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:36:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:36:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:50.913Z||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.
2022-06-24T06:36:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:36:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:36:50.915Z||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.
2022-06-24T06:36:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:00.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:50.912Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:50.913Z||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.
2022-06-24T06:37:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:37:50.915Z||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.
2022-06-24T06:37:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:51.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:51.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:51.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0244aeda-54a3-48b0-9733-0eaac5363ee1","serviceName":"vFW 2022-06-24 06-34-22","serviceVersion":"1.0","serviceUUID":"734ea4d1-e4f5-43bb-93fd-5c17e4fe9573","serviceDescription":"catalog service description","serviceInvariantUUID":"4da5ec23-b006-497e-9558-aa8f0306b2c5","resources":[{"resourceInstanceName":"vFW b4764f13-dda1 0","resourceName":"vFW b4764f13-dda1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c1f8ac1-fa2c-419e-a6d5-75cd786711e6","resourceInvariantUUID":"8b67c9e1-aa2f-4366-a9c5-e4976b731342","resourceCustomizationUUID":"13aaaf0a-f912-479f-9e61-b87b1a770246","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml","artifactChecksum":"MzcxZGRlZGNhYzViYTc1NGE1ZDVjMjY2ZTgzYWY4NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"798f64eb-6a84-4901-8fde-17523355325a","artifactVersion":"1"},{"artifactName":"vfwb4764f13dda10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json","artifactChecksum":"NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9810b908-0fa9-4d30-b9ae-d3a4cdb1947c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0aedc0a9-fc79-4c2b-ae78-919135425343","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml","artifactChecksum":"OTE1NDU3NDZiZTY2MWY4OGQ0ZTIzZmJkNDUwYWFiZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"456cbcb8-2620-4d08-b03b-858986b876b0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80499dbd-e530-4ab5-9851-3eb302488b95","artifactVersion":"2","generatedFromUUID":"0aedc0a9-fc79-4c2b-ae78-919135425343"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220624063422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml","artifactChecksum":"ZDk1MmU2MGU3OGYxNWRkNzFmMWMyYjk2ZWE5MTk2ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d4cadef-175f-4f22-b784-0fce3e9dde93","artifactVersion":"1"},{"artifactName":"service-Vfw20220624063422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar","artifactChecksum":"ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c422630-f4e5-41b2-8e7b-257bf0e7b2fe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:37:51.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.563Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:51.567Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:51.576Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:51.577Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052628824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052629539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052630405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052634417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052645245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052645217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052645797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052646227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "cds",
  "timestamp": 1656052646811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T06:37:51.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-24T06:37:51.682Z||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.
2022-06-24T06:37:51.682Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:37:51.698Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 and ComponentName cds
2022-06-24T06:37:51.711Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:51.712Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052640557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "policy-id",
  "timestamp": 1656052647233,
  "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=?
2022-06-24T06:37:51.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.745Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052641938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052649884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052650780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052651076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052651785,
  "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=?
2022-06-24T06:37:51.766Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.766Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:51.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052652205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052653243,
  "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=?
2022-06-24T06:37:51.784Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.784Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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=?
2022-06-24T06:37:51.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052654246,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052655531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:51.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052663661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052664327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052665400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:37:51.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "clamp",
  "timestamp": 1656052666404,
  "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=?
2022-06-24T06:37:51.804Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:37:51.804Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:37:52.583Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:52.583Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:52.585Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:52.585Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:37:52.685Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:52.686Z||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.
2022-06-24T06:37:52.686Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:52.710Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:52.712Z||pool-4-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:37:53.585Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:53.586Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:53.588Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:53.588Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:37:53.688Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:53.689Z||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.
2022-06-24T06:37:53.689Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:53.709Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:53.709Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:54.588Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:54.589Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:54.591Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:54.592Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:54.692Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:54.692Z||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.
2022-06-24T06:37:54.692Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:54.712Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:54.712Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:55.592Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:55.593Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:55.595Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:55.595Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T06:37:55.696Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:37:55.696Z||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.
2022-06-24T06:37:55.697Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:55.715Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:55.716Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:56.596Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:56.597Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:56.600Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:56.600Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:37:56.700Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:56.701Z||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.
2022-06-24T06:37:56.701Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:56.715Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:56.716Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:57.601Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:37:57.602Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:57.604Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:57.605Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:37:57.705Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:57.706Z||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.
2022-06-24T06:37:57.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:57.722Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:57.723Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:37:58.607Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "serviceName": "vFW 2022-06-24 06-34-22",
  "serviceVersion": "1.0",
  "serviceUUID": "734ea4d1-e4f5-43bb-93fd-5c17e4fe9573",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4da5ec23-b006-497e-9558-aa8f0306b2c5",
  "resources": [
    {
      "resourceInstanceName": "vFW b4764f13-dda1 0",
      "resourceCustomizationUUID": "13aaaf0a-f912-479f-9e61-b87b1a770246",
      "resourceName": "vFW b4764f13-dda1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c1f8ac1-fa2c-419e-a6d5-75cd786711e6",
      "resourceInvariantUUID": "8b67c9e1-aa2f-4366-a9c5-e4976b731342",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb4764f13dda10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
          "artifactChecksum": "NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9810b908-0fa9-4d30-b9ae-d3a4cdb1947c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0aedc0a9-fc79-4c2b-ae78-919135425343",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "80499dbd-e530-4ab5-9851-3eb302488b95",
            "generatedFromUUID": "0aedc0a9-fc79-4c2b-ae78-919135425343"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "80499dbd-e530-4ab5-9851-3eb302488b95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220624063422-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
      "artifactChecksum": "ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c422630-f4e5-41b2-8e7b-257bf0e7b2fe"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T06:37:58.608Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:37:58.608Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573 ASDC
2022-06-24T06:37:58.681Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0244aeda-54a3-48b0-9733-0eaac5363ee1
ServiceName:vFW 2022-06-24 06-34-22
ServiceVersion:1.0
ServiceUUID:734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
ServiceInvariantUUID:4da5ec23-b006-497e-9558-aa8f0306b2c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220624063422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
ArtifactUUID:8c422630-f4e5-41b2-8e7b-257bf0e7b2fe
ArtifactChecksum:ODIxMzBmM2IzZmM3ZGM5NmI1OWQ2MGY4ODE4YWY5MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b4764f13-dda1 0
ResourceCustomizationUUID:13aaaf0a-f912-479f-9e61-b87b1a770246
ResourceInvariantUUID:8b67c9e1-aa2f-4366-a9c5-e4976b731342
ResourceName:vFW b4764f13-dda1
ResourceType:VF
ResourceUUID:3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb4764f13dda10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
ArtifactUUID:9810b908-0fa9-4d30-b9ae-d3a4cdb1947c
ArtifactChecksum:NjI2MGEyYTc0ZmIyYjIxMDY0ZDEzMjVmY2MxZmY3Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
ArtifactUUID:0aedc0a9-fc79-4c2b-ae78-919135425343
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
ArtifactUUID:80499dbd-e530-4ab5-9851-3eb302488b95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
ArtifactUUID:80499dbd-e530-4ab5-9851-3eb302488b95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T06:37:58.681Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573 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=?
2022-06-24T06:37:58.725Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:37:58.725Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:58.726Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:37:58.727Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:59.306Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:37:59.323Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe 98988
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar ASDC sendASDCNotification
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:37:59.324Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:37:59.325Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:37:59.326Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:37:59.327Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052679323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:37:59.427Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:37:59.428Z||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.
2022-06-24T06:37:59.428Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:37:59.444Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:37:59.445Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:00.327Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:38:00.328Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:38:00.329Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8c422630-f4e5-41b2-8e7b-257bf0e7b2fe, URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar to file: /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.329Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.391Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:00.392Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:01.044Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13513572871063535851/Definitions/service-Vfw20220624063422-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-24T06:38:03.233Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.237Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b4764f13-dda1 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:03.238Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:38:03.242Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.243Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.246Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.246Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:38:03.247Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.248Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.251Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.252Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.253Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.254Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.255Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bd8737a-6a2a-4506-8d79-6bd158c09ff1
2022-06-24T06:38:03.256Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.257Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a0704cf-d81c-44e0-bc29-819152f9e528
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:03.258Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:03.259Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T06:38:03.272Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a6fbeac-4e6c-4d76-865d-e0fba90addc7
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.273Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:03.274Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-24 06-34-22
Description:catalog service description
Model UUID:734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
Model Version:NULL
Model InvariantUuid:4da5ec23-b006-497e-9558-aa8f0306b2c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b4764f13-dda1
Model UUID:bae72ebe-2591-4f55-9c38-a6b2c300eaa6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b67c9e1-aa2f-4366-a9c5-e4976b731342
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:13aaaf0a-f912-479f-9e61-b87b1a770246
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:30a7beb1-6827-47de-8b94-eefee72d72bc
ModelName:VfwB4764f13Dda1..base_vfw..module-0
ModelUuid:93e2fe61-4273-4290-bba9-0fa80b3b0174
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4bd8737a-6a2a-4506-8d79-6bd158c09ff1
ModelInvariantUuid:a63fa1fb-bc55-4c58-873f-55cb0a71daca
ModelName:vFW b4764f13-dda1-nodes.vfwCvfc
ModelUuid:8fab73d7-6c55-4a95-a43d-e688130c2fb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6e56d25a-af2e-487e-8b55-c0741926e265
ModelInvariantUuid:c68d2cdc-b9df-4d2f-b14a-15988babce37
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vfw
ModelUuid:6d875b99-aa32-4ad4-9692-eec156ba63f6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2a0704cf-d81c-44e0-bc29-819152f9e528
ModelInvariantUuid:60a60adc-224b-4e9e-b104-bc3221d16fd9
ModelName:vFW b4764f13-dda1-nodes.vsnCvfc
ModelUuid:f113527b-6e9f-4f6c-80e1-e445d044e2ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ce63e27c-c3a1-418c-aa72-7178058b5faf
ModelInvariantUuid:11055841-cea4-497a-857c-bf36db7d53df
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vsn
ModelUuid:bc455e93-221f-4f63-980a-5c1f852bb430
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1a6fbeac-4e6c-4d76-865d-e0fba90addc7
ModelInvariantUuid:22e2e283-0eb3-4de3-81e7-5b7a91458609
ModelName:vFW b4764f13-dda1-nodes.vpgCvfc
ModelUuid:9b97ec13-8e10-4a8c-b4e5-edc9cf685328
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:29222aad-4529-4c15-b7e4-1746abf438d9
ModelInvariantUuid:5ae886ad-2f7c-47e5-9fab-168d7dbe83da
ModelName:VfwB4764f13Dda1.compute.nodes.heat.vpg
ModelUuid:9805654e-2159-4b4b-bf90-ad4ef2b24cf6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:38:03.288Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:03.350Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||vFW b4764f13-dda1 0
2022-06-24T06:38:03.354Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9810b908-0fa9-4d30-b9ae-d3a4cdb1947c from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:03.355Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json 9810b908-0fa9-4d30-b9ae-d3a4cdb1947c 785
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json ASDC sendASDCNotification
2022-06-24T06:38:03.517Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:03.518Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:03.518Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:03.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:03.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052683517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:38:03.620Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:03.621Z||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.
2022-06-24T06:38:03.621Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:03.636Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:03.637Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:38:04.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB4764f13Dda1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30a7beb1-6827-47de-8b94-eefee72d72bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93e2fe61-4273-4290-bba9-0fa80b3b0174",
    "vfModuleModelCustomizationUUID": "d7feecdf-5df4-40f4-909b-103d69d5bd61",
    "isBase": true,
    "artifacts": [
      "0aedc0a9-fc79-4c2b-ae78-919135425343",
      "80499dbd-e530-4ab5-9851-3eb302488b95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-24T06:38:04.533Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4764f13Dda1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e2fe61-4273-4290-bba9-0fa80b3b0174
VfModuleModelInvariantUUID:30a7beb1-6827-47de-8b94-eefee72d72bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aedc0a9-fc79-4c2b-ae78-919135425343
,
80499dbd-e530-4ab5-9851-3eb302488b95

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

isBase:true


}

2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB4764f13Dda1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "30a7beb1-6827-47de-8b94-eefee72d72bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "93e2fe61-4273-4290-bba9-0fa80b3b0174",
    "vfModuleModelCustomizationUUID": "d7feecdf-5df4-40f4-909b-103d69d5bd61",
    "isBase": true,
    "artifacts": [
      "0aedc0a9-fc79-4c2b-ae78-919135425343",
      "80499dbd-e530-4ab5-9851-3eb302488b95"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB4764f13Dda1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e2fe61-4273-4290-bba9-0fa80b3b0174
VfModuleModelInvariantUUID:30a7beb1-6827-47de-8b94-eefee72d72bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aedc0a9-fc79-4c2b-ae78-919135425343
,
80499dbd-e530-4ab5-9851-3eb302488b95

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

isBase:true


}

2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0aedc0a9-fc79-4c2b-ae78-919135425343 from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.535Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:04.536Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.718Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml 0aedc0a9-fc79-4c2b-ae78-919135425343 20368
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:04.719Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:04.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:04.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052684719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:38:04.821Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:04.822Z||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.
2022-06-24T06:38:04.822Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:04.836Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:04.836Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:05.721Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 80499dbd-e530-4ab5-9851-3eb302488b95 from URL: /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:05.722Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:38:05.722Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:06.021Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:38:06.022Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env 80499dbd-e530-4ab5-9851-3eb302488b95 2098
2022-06-24T06:38:06.022Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T06:38:06.023Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:06.023Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:38:06.024Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:06.026Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:06.026Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052686022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:38:06.126Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T06:38:06.127Z||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.
2022-06-24T06:38:06.127Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:06.143Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:06.143Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:07.027Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
2022-06-24T06:38:07.028Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b4764f13-dda1 0 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:07.064Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@669806f, org.onap.sdc.toscaparser.api.parameters.Input@2f4e6882, org.onap.sdc.toscaparser.api.parameters.Input@78f4572c, org.onap.sdc.toscaparser.api.parameters.Input@1a5bcf3f, org.onap.sdc.toscaparser.api.parameters.Input@507b5ee3]
2022-06-24T06:38:07.069Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 13aaaf0a-f912-479f-9e61-b87b1a770246
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 13aaaf0a-f912-479f-9e61-b87b1a770246 matches Tosca VF Customization UUID: 13aaaf0a-f912-479f-9e61-b87b1a770246
2022-06-24T06:38:07.070Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 13aaaf0a-f912-479f-9e61-b87b1a770246  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T06:38:07.075Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.076Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 13aaaf0a-f912-479f-9e61-b87b1a770246: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d72d308
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:38:07.077Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7feecdf-5df4-40f4-909b-103d69d5bd61
2022-06-24T06:38:07.078Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7feecdf-5df4-40f4-909b-103d69d5bd61
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T06:38:07.083Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.083Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.084Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.085Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.086Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bd8737a-6a2a-4506-8d79-6bd158c09ff1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:07.093Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.094Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2a0704cf-d81c-44e0-bc29-819152f9e528
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.096Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.098Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-24T06:38:07.099Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a6fbeac-4e6c-4d76-865d-e0fba90addc7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.101Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Node template vFW b4764f13-dda1 0 is matching search criteria
2022-06-24T06:38:07.102Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW b4764f13-dda1 0] matching following query criteria: sdcType=VF, customizationUUID=13aaaf0a-f912-479f-9e61-b87b1a770246
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573: vFW b4764f13-dda1
2022-06-24T06:38:07.103Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-24 06-34-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:38:07.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-24 06-34-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b4764f13-dda1 3c1f8ac1-fa2c-419e-a6d5-75cd786711e6 1 ASDC deployResourceStructure
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json ASDC sendASDCNotification
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json
2022-06-24T06:38:07.345Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:07.346Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:07.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:07.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052687345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:38:07.448Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:07.449Z||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.
2022-06-24T06:38:07.449Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:07.466Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:07.466Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:08.348Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:08.349Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:08.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:08.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052688348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:38:08.452Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:08.454Z||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.
2022-06-24T06:38:08.454Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:08.469Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:08.470Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:09.352Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-24T06:38:09.353Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env
2022-06-24T06:38:09.353Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:09.354Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:09.356Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:09.356Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052689352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:38:09.456Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:38:09.457Z||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.
2022-06-24T06:38:09.457Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:09.476Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:09.476Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar ASDC sendASDCNotification
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar
2022-06-24T06:38:10.357Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:38:10.358Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:38:10.359Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:38:10.359Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052690357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:38:10.460Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:38:10.461Z||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.
2022-06-24T06:38:10.461Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:10.478Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:10.478Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:38:11.361Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:38:11.377Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:38:11.381Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:38:41.382Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:38:41.394Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:38:41.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:38:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:38:50.915Z||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.
2022-06-24T06:38:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:38:51.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:38:51.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:11.397Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:39:11.406Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:39:11.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:39:41.409Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:39:41.423Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:39:41.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:39:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:39:50.915Z||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.
2022-06-24T06:39:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:39:50.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:39:50.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052670912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052679323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052682710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052683517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "aai-ml",
  "timestamp": 1656052683715,
  "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=?
2022-06-24T06:39:50.972Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0244aeda-54a3-48b0-9733-0eaac5363ee1
2022-06-24T06:39:50.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0244aeda-54a3-48b0-9733-0eaac5363ee1 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 (?, ?, ?, ?, ?)
2022-06-24T06:39:50.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052684719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052686022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052687345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/vfwb4764f13dda10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052688348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.981Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052689352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/resourceInstances/vfwb4764f13dda10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052690357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220624063422/1.0/artifacts/service-Vfw20220624063422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:39:50.982Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:11.427Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:40:11.441Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1
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=?
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.445Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.446Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:40:11.446Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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=?
2022-06-24T06:40:11.452Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:40:41.452Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1 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=?
2022-06-24T06:40:41.461Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0244aeda-54a3-48b0-9733-0eaac5363ee1 and serviceModelVersionId: 734ea4d1-e4f5-43bb-93fd-5c17e4fe9573
2022-06-24T06:40:41.462Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4da5ec23-b006-497e-9558-aa8f0306b2c5
2022-06-24T06:40:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:50.915Z||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.
2022-06-24T06:40:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:50.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:50.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052761938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052760557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052763824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052775541,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "cds",
  "timestamp": 1656052776547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:40:50.982Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:50.982Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052776822,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052770405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052778012,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052778237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:50.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052779022,
  "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=?
2022-06-24T06:40:50.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:50.999Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052779241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656052780024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "policy-id",
  "timestamp": 1656052780243,
  "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=?
2022-06-24T06:40:51.022Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:51.022Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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=?
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656052774417,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052775531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052783519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052779539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052787286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052787332,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052789341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052789910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "clamp",
  "timestamp": 1656052790344,
  "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=?
2022-06-24T06:40:51.036Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:40:51.036Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052790402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:40:51.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:40:52.011Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0
2022-06-24T06:40:52.104Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:40:52.654Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|INFO|500||Invoke
2022-06-24T06:40:52.676Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c521da93-a7a0-4722-8a82-c2f46eaa4559], X-ECOMP-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], X-TransactionId=[], X-ONAP-RequestID=[0244aeda-54a3-48b0-9733-0eaac5363ee1], Content-Type=[application/merge-patch+json]}
2022-06-24T06:40:52.820Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T06:40:53.507Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220624-06:40:52:826-50326], vertex-id=[192640], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:40:52 GMT], Content-Type=[application/json]}
2022-06-24T06:40:53.508Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:40:53.509Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4da5ec23-b006-497e-9558-aa8f0306b2c5/model-vers/model-ver/734ea4d1-e4f5-43bb-93fd-5c17e4fe9573?depth=0|INFO|500||InvokeReturn
2022-06-24T06:40:53.511Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:40:53.511Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:40:53.516Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||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)
2022-06-24T06:40:53.520Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0244aeda-54a3-48b0-9733-0eaac5363ee1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:40:53.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:40:53.521Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:53.523Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:53.523Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052853520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:40:53.623Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:40:53.624Z||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.
2022-06-24T06:40:53.624Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:53.637Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:53.637Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T06:40:54.539Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:40:54.540Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|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.
2022-06-24T06:40:54.540Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:58.958Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:58.960Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T06:40:58.960Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"481c611a-2e71-46dd-b8bb-8191b86fa519","serviceName":"basic_onboard_SGmyIi","serviceVersion":"1.0","serviceUUID":"a5e4ebf1-37b4-4bfb-b45f-924958b0d193","serviceDescription":"service","serviceInvariantUUID":"25ef205a-0954-44ac-8a6d-8f487b74e36e","resources":[{"resourceInstanceName":"basic_onboard_SGmyIi 0","resourceName":"basic_onboard_SGmyIi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0cc07b19-ed38-4543-accf-0c9a1f070823","resourceInvariantUUID":"92296938-185f-4074-8b9c-c99b31af3933","resourceCustomizationUUID":"1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RjOTcxMWIyYmViMTdkMDg0NDZlOTg0ZTNjZDI1Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7ff1456-b2e9-4e06-8c56-f7645eabaf26","artifactVersion":"1"},{"artifactName":"basic_onboard_sgmyii0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json","artifactChecksum":"OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"90c11986-1b13-4da3-b5dc-f53c43d4c866","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36447ec5-1a78-4a25-b986-d823ca146422","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b457364-4445-4185-b3b4-519f8756f382","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58adbd20-fa99-476f-aa41-6733bf4d118e","artifactVersion":"2","generatedFromUUID":"36447ec5-1a78-4a25-b986-d823ca146422"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSgmyii-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml","artifactChecksum":"ZmEwNDNlNzYwYmI0NjA4NzE2YjkwYzY3MzJlNDU5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aafd3459-2c6e-4481-8e1e-161fa16bcd4d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSgmyii-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar","artifactChecksum":"NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9810cb7-75e8-438a-aa78-81a74b49fda6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:40:58.963Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:40:58.963Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:58.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:58.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:40:59.066Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:40:59.066Z||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.
2022-06-24T06:40:59.067Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:40:59.084Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:40:59.084Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:40:59.966Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:40:59.968Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:40:59.970Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:40:59.971Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:41:00.071Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:00.072Z||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.
2022-06-24T06:41:00.072Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:00.088Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:00.089Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:00.973Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:00.973Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:00.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:00.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:41:01.076Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:01.077Z||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.
2022-06-24T06:41:01.077Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:01.092Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:01.092Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:01.976Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:01.977Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:01.979Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:01.980Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:41:02.080Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:02.082Z||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.
2022-06-24T06:41:02.082Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:02.099Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:02.099Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:02.981Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:02.981Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:02.983Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:02.983Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T06:41:03.084Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:03.084Z||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.
2022-06-24T06:41:03.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:03.099Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:03.100Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:03.984Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:03.985Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:03.987Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:03.988Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:41:04.088Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:04.088Z||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.
2022-06-24T06:41:04.088Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:04.105Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:04.105Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:04.988Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:41:04.989Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:04.992Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:04.992Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:41:05.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:05.093Z||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.
2022-06-24T06:41:05.093Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:05.109Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:05.109Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:41:05.994Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "serviceName": "basic_onboard_SGmyIi",
  "serviceVersion": "1.0",
  "serviceUUID": "a5e4ebf1-37b4-4bfb-b45f-924958b0d193",
  "serviceDescription": "service",
  "serviceInvariantUUID": "25ef205a-0954-44ac-8a6d-8f487b74e36e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SGmyIi 0",
      "resourceCustomizationUUID": "1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf",
      "resourceName": "basic_onboard_SGmyIi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0cc07b19-ed38-4543-accf-0c9a1f070823",
      "resourceInvariantUUID": "92296938-185f-4074-8b9c-c99b31af3933",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_sgmyii0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
          "artifactChecksum": "OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "90c11986-1b13-4da3-b5dc-f53c43d4c866",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36447ec5-1a78-4a25-b986-d823ca146422",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "58adbd20-fa99-476f-aa41-6733bf4d118e",
            "generatedFromUUID": "36447ec5-1a78-4a25-b986-d823ca146422"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "58adbd20-fa99-476f-aa41-6733bf4d118e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSgmyii-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
      "artifactChecksum": "NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9810cb7-75e8-438a-aa78-81a74b49fda6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T06:41:05.995Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:41:05.995Z|0244aeda-54a3-48b0-9733-0eaac5363ee1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a5e4ebf1-37b4-4bfb-b45f-924958b0d193 ASDC
2022-06-24T06:41:05.996Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:481c611a-2e71-46dd-b8bb-8191b86fa519
ServiceName:basic_onboard_SGmyIi
ServiceVersion:1.0
ServiceUUID:a5e4ebf1-37b4-4bfb-b45f-924958b0d193
ServiceInvariantUUID:25ef205a-0954-44ac-8a6d-8f487b74e36e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSgmyii-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
ArtifactUUID:f9810cb7-75e8-438a-aa78-81a74b49fda6
ArtifactChecksum:NTIyYTUyODRmZThjNjNhZThhMjRiOTkwNGZkNjI1ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SGmyIi 0
ResourceCustomizationUUID:1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
ResourceInvariantUUID:92296938-185f-4074-8b9c-c99b31af3933
ResourceName:basic_onboard_SGmyIi
ResourceType:VF
ResourceUUID:0cc07b19-ed38-4543-accf-0c9a1f070823
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sgmyii0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
ArtifactUUID:90c11986-1b13-4da3-b5dc-f53c43d4c866
ArtifactChecksum:OGI3ZWJlMjI3ZjJlMzM4NTJiOWYzMzcwNGU3Zjk5MjQ=
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/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36447ec5-1a78-4a25-b986-d823ca146422
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/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
ArtifactUUID:58adbd20-fa99-476f-aa41-6733bf4d118e
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/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
ArtifactUUID:58adbd20-fa99-476f-aa41-6733bf4d118e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T06:41:05.996Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a5e4ebf1-37b4-4bfb-b45f-924958b0d193 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=?
2022-06-24T06:41:06.044Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f9810cb7-75e8-438a-aa78-81a74b49fda6 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:06.045Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.230Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar f9810cb7-75e8-438a-aa78-81a74b49fda6 71573
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar ASDC sendASDCNotification
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:06.234Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:06.235Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:06.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:06.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052866234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:41:06.337Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:06.338Z||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.
2022-06-24T06:41:06.338Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:06.353Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:06.354Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:07.237Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:41:07.238Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f9810cb7-75e8-438a-aa78-81a74b49fda6, URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar to file: /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.239Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:07.711Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7835431933331328256/Definitions/service-BasicOnboardSgmyii-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
2022-06-24T06:41:08.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:41:08.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SGmyIi 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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T06:41:08.916Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.917Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.918Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:08.919Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aaee6e5a-3db0-48db-ae5f-c15dd6563c12
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.920Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:08.921Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SGmyIi
Description:service
Model UUID:a5e4ebf1-37b4-4bfb-b45f-924958b0d193
Model Version:NULL
Model InvariantUuid:25ef205a-0954-44ac-8a6d-8f487b74e36e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SGmyIi
Model UUID:f97a0e3b-e1c1-4381-9e35-d591a2035583
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:92296938-185f-4074-8b9c-c99b31af3933
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
ModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
ModelUuid:17fcf2d4-2933-4044-b1f2-41e72b69b48e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aaee6e5a-3db0-48db-ae5f-c15dd6563c12
ModelInvariantUuid:e42ebb18-fe60-4f39-b310-30fdc26f450c
ModelName:basic_onboard_SGmyIi-nodes.ubuntu18Cvfc
ModelUuid:87ea6427-c0ff-434a-9187-7de0ff60dbbe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e1ea0277-cba4-42b8-aad5-7b1e9e0cf15b
ModelInvariantUuid:12d22bfa-c836-4b19-ad1e-0d299975907e
ModelName:BasicOnboardSgmyii.compute.nodes.heat.ubuntu18
ModelUuid:ec177b8b-1825-442a-b5ee-dd845e297e62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:41:08.927Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0cc07b19-ed38-4543-accf-0c9a1f070823
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||basic_onboard_SGmyIi 0
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0cc07b19-ed38-4543-accf-0c9a1f070823
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 90c11986-1b13-4da3-b5dc-f53c43d4c866 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:08.931Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json 90c11986-1b13-4da3-b5dc-f53c43d4c866 798
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json ASDC sendASDCNotification
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:09.212Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:09.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:09.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052869212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:41:09.314Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:09.315Z||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.
2022-06-24T06:41:09.315Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:09.331Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:09.331Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:10.214Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSgmyii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "99d0c7d0-8c33-4860-aaa6-07e0e70de5f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17fcf2d4-2933-4044-b1f2-41e72b69b48e",
    "vfModuleModelCustomizationUUID": "94da2d25-47e7-4bf3-9e7d-14b9744e5a99",
    "isBase": true,
    "artifacts": [
      "36447ec5-1a78-4a25-b986-d823ca146422",
      "58adbd20-fa99-476f-aa41-6733bf4d118e"
    ],
    "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": ""
    }
  }
]
2022-06-24T06:41:10.218Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17fcf2d4-2933-4044-b1f2-41e72b69b48e
VfModuleModelInvariantUUID:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
36447ec5-1a78-4a25-b986-d823ca146422
,
58adbd20-fa99-476f-aa41-6733bf4d118e

}
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


}

2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSgmyii..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "99d0c7d0-8c33-4860-aaa6-07e0e70de5f8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17fcf2d4-2933-4044-b1f2-41e72b69b48e",
    "vfModuleModelCustomizationUUID": "94da2d25-47e7-4bf3-9e7d-14b9744e5a99",
    "isBase": true,
    "artifacts": [
      "36447ec5-1a78-4a25-b986-d823ca146422",
      "58adbd20-fa99-476f-aa41-6733bf4d118e"
    ],
    "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": ""
    }
  }
]
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSgmyii..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17fcf2d4-2933-4044-b1f2-41e72b69b48e
VfModuleModelInvariantUUID:99d0c7d0-8c33-4860-aaa6-07e0e70de5f8
VfModuleModelDescription:NULL
Artifacts UUID List:{
36447ec5-1a78-4a25-b986-d823ca146422
,
58adbd20-fa99-476f-aa41-6733bf4d118e

}
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


}

2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 36447ec5-1a78-4a25-b986-d823ca146422 from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.220Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:10.221Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.417Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:10.417Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml 36447ec5-1a78-4a25-b986-d823ca146422 5033
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:10.418Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:10.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:10.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052870418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:41:10.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:10.521Z||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.
2022-06-24T06:41:10.521Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:10.536Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:10.536Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:11.420Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 58adbd20-fa99-476f-aa41-6733bf4d118e from URL: /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.421Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T06:41:11.421Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.613Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env 58adbd20-fa99-476f-aa41-6733bf4d118e 909
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:41:11.614Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:11.616Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:11.616Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052871614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:41:11.717Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:11.718Z||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.
2022-06-24T06:41:11.718Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:11.733Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:11.733Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:12.617Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a5e4ebf1-37b4-4bfb-b45f-924958b0d193
2022-06-24T06:41:12.618Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SGmyIi 0 0cc07b19-ed38-4543-accf-0c9a1f070823 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:12.634Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@570177ff, org.onap.sdc.toscaparser.api.parameters.Input@54e256c7, org.onap.sdc.toscaparser.api.parameters.Input@b7b0a, org.onap.sdc.toscaparser.api.parameters.Input@4a42e0ec, org.onap.sdc.toscaparser.api.parameters.Input@16a0c8d4]
2022-06-24T06:41:12.635Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf matches Tosca VF Customization UUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
2022-06-24T06:41:12.636Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T06:41:12.639Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.639Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf: {\"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\"}
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ad1196e
2022-06-24T06:41:12.640Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 94da2d25-47e7-4bf3-9e7d-14b9744e5a99
2022-06-24T06:41:12.641Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 94da2d25-47e7-4bf3-9e7d-14b9744e5a99
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.644Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is not matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T06:41:12.645Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aaee6e5a-3db0-48db-ae5f-c15dd6563c12
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_SGmyIi 0 is matching search criteria
2022-06-24T06:41:12.648Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_SGmyIi 0] matching following query criteria: sdcType=VF, customizationUUID=1ee5b8fe-de35-4b33-9d4d-a0ff7eac07bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a5e4ebf1-37b4-4bfb-b45f-924958b0d193: basic_onboard_SGmyIi
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.651Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_SGmyIi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:41:12.652Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_SGmyIi 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SGmyIi 0cc07b19-ed38-4543-accf-0c9a1f070823 1 ASDC deployResourceStructure
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json ASDC sendASDCNotification
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json
2022-06-24T06:41:12.730Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:12.731Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:12.732Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:12.733Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052872730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:41:12.833Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:12.833Z||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.
2022-06-24T06:41:12.833Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:12.846Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:12.847Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:41:13.733Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:13.734Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:13.736Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:13.736Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052873733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:41:13.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:13.837Z||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.
2022-06-24T06:41:13.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:13.850Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:13.850Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:14.737Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T06:41:14.737Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env
2022-06-24T06:41:14.738Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:14.738Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:14.740Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:14.741Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052874736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:41:14.841Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:14.841Z||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.
2022-06-24T06:41:14.841Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:14.856Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:14.856Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:15.741Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar ASDC sendASDCNotification
2022-06-24T06:41:15.742Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar
2022-06-24T06:41:15.743Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:41:15.743Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:41:15.746Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:41:15.746Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052875741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:41:15.846Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:41:15.847Z||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.
2022-06-24T06:41:15.847Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:15.862Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:15.862Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:41:16.747Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:41:16.759Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:41:16.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:41:46.762Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:41:46.777Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:41:46.781Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:41:46.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:41:46.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:41:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:41:50.915Z||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.
2022-06-24T06:41:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:41:50.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:41:50.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:41:50.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656052790913,
  "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=?
2022-06-24T06:41:50.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:41:50.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:42:16.782Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:42:16.796Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:42:16.800Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:42:16.800Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:42:16.801Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:42:46.801Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:42:46.816Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:42:46.819Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:42:46.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:42:46.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:42:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:42:50.915Z||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.
2022-06-24T06:42:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:42:50.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:42:50.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:42:50.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "aai-ml",
  "timestamp": 1656052791406,
  "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=?
2022-06-24T06:42:50.952Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 481c611a-2e71-46dd-b8bb-8191b86fa519
2022-06-24T06:42:50.952Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 481c611a-2e71-46dd-b8bb-8191b86fa519 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 (?, ?, ?, ?, ?)
2022-06-24T06:43:16.820Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:43:16.831Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519
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=?
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.834Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:43:16.835Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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=?
2022-06-24T06:43:16.848Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:43:46.848Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 481c611a-2e71-46dd-b8bb-8191b86fa519 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=?
2022-06-24T06:43:46.855Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 481c611a-2e71-46dd-b8bb-8191b86fa519 and serviceModelVersionId: a5e4ebf1-37b4-4bfb-b45f-924958b0d193
2022-06-24T06:43:46.855Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25ef205a-0954-44ac-8a6d-8f487b74e36e
2022-06-24T06:43:46.856Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0
2022-06-24T06:43:46.862Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:43:46.891Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?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]}
2022-06-24T06:43:46.891Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|INFO|500||Invoke
2022-06-24T06:43:46.908Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T06:43:47.006Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0|INFO|500||InvokeReturn
2022-06-24T06:43:47.006Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25ef205a-0954-44ac-8a6d-8f487b74e36e/model-vers/model-ver/a5e4ebf1-37b4-4bfb-b45f-924958b0d193?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-06:43:46:914-17134], vertex-id=[188640], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:43:46 GMT], Content-Type=[application/json]}
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:43:47.007Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||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)
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 481c611a-2e71-46dd-b8bb-8191b86fa519 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:43:47.014Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:43:47.015Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:43:47.016Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:43:47.016Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053027014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:43:47.116Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:43:47.117Z||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.
2022-06-24T06:43:47.117Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:47.136Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:43:47.136Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 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=?
2022-06-24T06:43:48.032Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:48.033Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:43:48.033Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:50.916Z||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.
2022-06-24T06:43:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:43:50.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:43:50.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0244aeda-54a3-48b0-9733-0eaac5363ee1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052853520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:43:50.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T06:43:50.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052854539,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052866234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052869212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052870418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052871614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052872730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/basic_onboard_sgmyii0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052873733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052874736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/resourceInstances/basic_onboard_sgmyii0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656052875741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSgmyii/1.0/artifacts/service-BasicOnboardSgmyii-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:43:50.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:43:58.314Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:43:58.315Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:43:58.316Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:43:58.316Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:07.860Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:07.861Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:17.408Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:17.409Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:26.958Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:26.959Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:26.959Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:26.960Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:36.504Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T06:44:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:44:50.915Z||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.
2022-06-24T06:44:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:44:51.442Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:44:51.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:44:51.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "481c611a-2e71-46dd-b8bb-8191b86fa519",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053027014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:44:51.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:45:00.455Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:50.912Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:50.913Z||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.
2022-06-24T06:45:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:45:50.915Z||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.
2022-06-24T06:45:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T06:45:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b3c556b5-7e1f-44d0-a566-427de8d20a49","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8f0f2d91-b443-423a-ae42-386490f50f74","serviceDescription":"service","serviceInvariantUUID":"8369aad1-43ea-481d-99db-22e59c795fe9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"14d670bf-17ca-4342-adac-b7cc717edcf7","resourceInvariantUUID":"b70b5254-3ee1-4036-b12e-e756780368f9","resourceCustomizationUUID":"e4692379-4e5b-4ea0-895c-c2e576988a30","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":"OGQ5OWFjZmVmNDg0Yzg4NDdhZGQyOTFjOGVlM2JiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a518abca-f5a9-4b95-9312-7dbb86e275a5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a03931f6-3495-4a42-a229-bc3f732f5688","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:45:58.549Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:45:58.550Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:45:58.551Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:45:58.552Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053150912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:58.652Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:45:58.653Z||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.
2022-06-24T06:45:58.654Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:58.671Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:58.671Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:45:59.367Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:59.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053150912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "clamp",
  "timestamp": 1656053150557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053154417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "cds",
  "timestamp": 1656053153824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "policy-id",
  "timestamp": 1656053150405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:45:59.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:45:59.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:45:59.554Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:45:59.557Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:45:59.558Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053150912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:45:59.658Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:45:59.659Z||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.
2022-06-24T06:45:59.660Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:45:59.678Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:45:59.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:46:00.559Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8f0f2d91-b443-423a-ae42-386490f50f74",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8369aad1-43ea-481d-99db-22e59c795fe9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e4692379-4e5b-4ea0-895c-c2e576988a30",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "14d670bf-17ca-4342-adac-b7cc717edcf7",
      "resourceInvariantUUID": "b70b5254-3ee1-4036-b12e-e756780368f9",
      "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": "MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a03931f6-3495-4a42-a229-bc3f732f5688"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T06:46:00.560Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:46:00.560Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8f0f2d91-b443-423a-ae42-386490f50f74 ASDC
2022-06-24T06:46:00.561Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b3c556b5-7e1f-44d0-a566-427de8d20a49
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8f0f2d91-b443-423a-ae42-386490f50f74
ServiceInvariantUUID:8369aad1-43ea-481d-99db-22e59c795fe9
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:a03931f6-3495-4a42-a229-bc3f732f5688
ArtifactChecksum:MzY0MTk2ZjFlNmVjMGUyYzc1MGI0YjBiZDVjNzYyZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e4692379-4e5b-4ea0-895c-c2e576988a30
ResourceInvariantUUID:b70b5254-3ee1-4036-b12e-e756780368f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:14d670bf-17ca-4342-adac-b7cc717edcf7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-24T06:46:00.561Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f0f2d91-b443-423a-ae42-386490f50f74 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 (?, ?, ?, ?, ?)
2022-06-24T06:46:00.593Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a03931f6-3495-4a42-a229-bc3f732f5688 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T06:46:00.594Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:01.380Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T06:46:01.382Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a03931f6-3495-4a42-a229-bc3f732f5688 52508
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:46:01.383Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:46:01.385Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:46:01.385Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053161383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:46:01.485Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:46:01.486Z||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.
2022-06-24T06:46:01.486Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:46:01.502Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:46:01.503Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:46:02.386Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:46:02.387Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:46:02.388Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a03931f6-3495-4a42-a229-bc3f732f5688, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.389Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.462Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4481891743021160461/Definitions/service-BasicNetwork-template.yml
2022-06-24T06:46:02.800Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.801Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.802Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.803Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8f0f2d91-b443-423a-ae42-386490f50f74
Model Version:NULL
Model InvariantUuid:8369aad1-43ea-481d-99db-22e59c795fe9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b70b5254-3ee1-4036-b12e-e756780368f9
Model UUID:fde44573-a6e9-4468-95ff-ca0c3c56134b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e4692379-4e5b-4ea0-895c-c2e576988a30
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:46:02.808Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 14d670bf-17ca-4342-adac-b7cc717edcf7
2022-06-24T06:46:02.808Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||No resources found for Service: 8f0f2d91-b443-423a-ae42-386490f50f74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:46:02.811Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||
2022-06-24T06:46:02.811Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8f0f2d91-b443-423a-ae42-386490f50f74
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8f0f2d91-b443-423a-ae42-386490f50f74
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-24T06:46:02.812Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:46:02.817Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c43b442, org.onap.sdc.toscaparser.api.parameters.Input@3a2ff291, org.onap.sdc.toscaparser.api.parameters.Input@b621741, org.onap.sdc.toscaparser.api.parameters.Input@73ee89ec, org.onap.sdc.toscaparser.api.parameters.Input@629ec277]
2022-06-24T06:46:02.818Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.819Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.819Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.819Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.819Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8f0f2d91-b443-423a-ae42-386490f50f74: Generic NeutronNet
2022-06-24T06:46:02.819Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.820Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.820Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.820Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-24T06:46:02.845Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.845Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.845Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.845Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.845Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:46:02.846Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:46:02.846Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-24T06:46:02.904Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-24T06:46:02.905Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-24T06:46:02.905Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-24T06:46:02.905Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:46:02.905Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:46:02.907Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:46:02.907Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053162905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:46:03.007Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:46:03.007Z||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.
2022-06-24T06:46:03.008Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:46:03.022Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:46:03.023Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:46:03.907Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:46:03.919Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
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=?
2022-06-24T06:46:03.923Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:46:03.923Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:46:03.923Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:46:33.923Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:46:33.936Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
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=?
2022-06-24T06:46:33.938Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:46:33.938Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:46:33.938Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:46:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:46:50.915Z||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.
2022-06-24T06:46:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:46:51.046Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:46:51.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:46:51.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "cds",
  "timestamp": 1656053153824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:46:51.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:03.939Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:47:03.955Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
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=?
2022-06-24T06:47:03.958Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:47:03.958Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:47:03.958Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:47:33.958Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:47:33.974Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
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=?
2022-06-24T06:47:33.976Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:47:33.977Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:47:33.977Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:47:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:47:50.916Z||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.
2022-06-24T06:47:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:47:50.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:47:50.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "clamp",
  "timestamp": 1656053150557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053150912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053154417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "policy-id",
  "timestamp": 1656053150405,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "policy-id",
  "timestamp": 1656053161299,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "cds",
  "timestamp": 1656053161383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053161383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "policy-id",
  "timestamp": 1656053162302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "cds",
  "timestamp": 1656053162387,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T06:47:50.961Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b3c556b5-7e1f-44d0-a566-427de8d20a49
2022-06-24T06:47:50.962Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3c556b5-7e1f-44d0-a566-427de8d20a49 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 (?, ?, ?, ?, ?)
2022-06-24T06:47:50.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053161938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053162905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "policy-id",
  "timestamp": 1656053163305,
  "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=?
2022-06-24T06:47:50.980Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b3c556b5-7e1f-44d0-a566-427de8d20a49
2022-06-24T06:47:50.980Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3c556b5-7e1f-44d0-a566-427de8d20a49 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 (?, ?, ?, ?, ?)
2022-06-24T06:47:50.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053161938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "aai-ml",
  "timestamp": 1656053165531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "aai-ml",
  "timestamp": 1656053165531,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "clamp",
  "timestamp": 1656053168391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "aai-ml",
  "timestamp": 1656053168421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053169539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "clamp",
  "timestamp": 1656053170402,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:47:50.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:50.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053169539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:47:50.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:47:50.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:50.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "clamp",
  "timestamp": 1656053171405,
  "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=?
2022-06-24T06:47:50.998Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b3c556b5-7e1f-44d0-a566-427de8d20a49
2022-06-24T06:47:50.999Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3c556b5-7e1f-44d0-a566-427de8d20a49 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 (?, ?, ?, ?, ?)
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "aai-ml",
  "timestamp": 1656053172121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053172322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:51.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "aai-ml",
  "timestamp": 1656053173126,
  "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=?
2022-06-24T06:47:51.011Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b3c556b5-7e1f-44d0-a566-427de8d20a49
2022-06-24T06:47:51.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3c556b5-7e1f-44d0-a566-427de8d20a49 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 (?, ?, ?, ?, ?)
2022-06-24T06:47:51.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:51.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053173803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:47:51.021Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:47:51.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T06:47:51.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053174807,
  "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=?
2022-06-24T06:47:51.026Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b3c556b5-7e1f-44d0-a566-427de8d20a49
2022-06-24T06:47:51.026Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b3c556b5-7e1f-44d0-a566-427de8d20a49 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:03.977Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:48:03.988Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49
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=?
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.991Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.992Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:48:03.992Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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=?
2022-06-24T06:48:03.996Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:48:33.997Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b3c556b5-7e1f-44d0-a566-427de8d20a49 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=?
2022-06-24T06:48:34.002Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b3c556b5-7e1f-44d0-a566-427de8d20a49 and serviceModelVersionId: 8f0f2d91-b443-423a-ae42-386490f50f74
2022-06-24T06:48:34.003Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8369aad1-43ea-481d-99db-22e59c795fe9
2022-06-24T06:48:34.004Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0
2022-06-24T06:48:34.010Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:48:34.044Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|INFO|500||Invoke
2022-06-24T06:48:34.044Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b3c556b5-7e1f-44d0-a566-427de8d20a49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c365b566-3a62-4ff0-ada3-d60445b7e69c], X-ECOMP-RequestID=[b3c556b5-7e1f-44d0-a566-427de8d20a49], X-TransactionId=[], X-ONAP-RequestID=[b3c556b5-7e1f-44d0-a566-427de8d20a49], Content-Type=[application/merge-patch+json]}
2022-06-24T06:48:34.061Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T06:48:34.174Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-06:48:34:067-22229], vertex-id=[217168], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:48:34 GMT], Content-Type=[application/json]}
2022-06-24T06:48:34.174Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:48:34.174Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8369aad1-43ea-481d-99db-22e59c795fe9/model-vers/model-ver/8f0f2d91-b443-423a-ae42-386490f50f74?depth=0|INFO|500||InvokeReturn
2022-06-24T06:48:34.174Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:48:34.174Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:48:34.179Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||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)
2022-06-24T06:48:34.180Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b3c556b5-7e1f-44d0-a566-427de8d20a49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:48:34.180Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:48:34.180Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:34.181Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:34.182Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053314180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:48:34.282Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:34.282Z||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.
2022-06-24T06:48:34.283Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:34.302Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:34.302Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T06:48:35.195Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:35.196Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|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.
2022-06-24T06:48:35.196Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:39.607Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:39.608Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-24T06:48:39.608Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9101e42-d294-495c-92a1-581f8cbdb50e","serviceName":"Demo_pNF_DheeRyYU5r9ZXOH17MHg","serviceVersion":"1.0","serviceUUID":"0cdf49e7-599e-453a-8d73-8df0d2cdd657","serviceDescription":"catalog service description","serviceInvariantUUID":"974725c0-9112-46ac-8f7e-c35fe808378e","resources":[{"resourceInstanceName":"pNF 8d9074b5-86a7 0","resourceName":"pNF 8d9074b5-86a7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f33e5131-3b40-448d-b0e9-eca0e8e4bbc9","resourceInvariantUUID":"4dab4972-6603-4532-a410-9edfd2dc7244","resourceCustomizationUUID":"3bd27d81-6c30-44ea-8808-1ad53f1168eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml","artifactChecksum":"YTBiODMzNDM1NmU1ZWU5MTk1YWJkZDQ2YzVjYjczNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"884ad6f3-27c5-436b-8e22-a14b7b1fa339","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar","artifactChecksum":"NzhiM2NhZjg5ZjYwZDc5OGZmODMwZDA0MmM2YjdmZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9ce412ff-aa27-4086-a502-7e32036e2f25","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d99041b-8579-498c-a526-bc79928f7e11","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml","artifactChecksum":"NTc5NjUwODY5NjgzNzc4NzJmNDA4YTc2NjliNzMyZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"48a6fa4a-cf4a-4e13-aaa5-9af3083acd91","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1275caed-0124-4cc3-a9b1-8db78fa1f091","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6d095c4-8be4-4de5-bc58-62fd2ef1228a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml","artifactChecksum":"YmQ4ZDRiNGI5M2Q5MWM4YjUzY2NlNzNiY2ZiYTg4MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e1d66ba-7598-450b-8976-ba11d319b278","artifactVersion":"1"},{"artifactName":"service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar","artifactChecksum":"Yjg0ZTk2ZGVmZjIwYjNiNzA0NGU1YmJhNjA1MjRkNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"043491fc-6e94-4483-8272-ffaf007cf014","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:48:39.609Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:39.610Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:39.611Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:39.611Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:39.711Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:39.712Z||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.
2022-06-24T06:48:39.712Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:39.727Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:39.727Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:40.611Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:40.613Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:40.615Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:40.615Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:40.715Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:40.716Z||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.
2022-06-24T06:48:40.717Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:40.732Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:40.732Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:48:41.616Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:41.617Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:41.619Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:41.619Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:41.719Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:41.720Z||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.
2022-06-24T06:48:41.720Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:41.735Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:41.735Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:42.620Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:42.621Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:42.623Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:42.623Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:42.724Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:42.724Z||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.
2022-06-24T06:48:42.725Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:42.739Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:42.740Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:43.624Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:43.625Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:43.627Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:43.627Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:43.727Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:43.729Z||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.
2022-06-24T06:48:43.729Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:43.745Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:43.745Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:44.628Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:44.629Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:44.631Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:44.631Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:44.731Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T06:48:44.732Z||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.
2022-06-24T06:48:44.732Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:44.747Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:44.747Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:45.632Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:45.633Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:45.635Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:45.636Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:45.736Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:45.737Z||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.
2022-06-24T06:48:45.737Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:45.752Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:45.753Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:46.636Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:48:46.639Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:46.641Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:46.642Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:46.741Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T06:48:46.742Z||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.
2022-06-24T06:48:46.742Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:46.757Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:46.758Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:47.643Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "serviceName": "Demo_pNF_DheeRyYU5r9ZXOH17MHg",
  "serviceVersion": "1.0",
  "serviceUUID": "0cdf49e7-599e-453a-8d73-8df0d2cdd657",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "974725c0-9112-46ac-8f7e-c35fe808378e",
  "resources": [
    {
      "resourceInstanceName": "pNF 8d9074b5-86a7 0",
      "resourceCustomizationUUID": "3bd27d81-6c30-44ea-8808-1ad53f1168eb",
      "resourceName": "pNF 8d9074b5-86a7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f33e5131-3b40-448d-b0e9-eca0e8e4bbc9",
      "resourceInvariantUUID": "4dab4972-6603-4532-a410-9edfd2dc7244",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
      "artifactChecksum": "Yjg0ZTk2ZGVmZjIwYjNiNzA0NGU1YmJhNjA1MjRkNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "043491fc-6e94-4483-8272-ffaf007cf014"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T06:48:47.643Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:48:47.644Z|b3c556b5-7e1f-44d0-a566-427de8d20a49|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0cdf49e7-599e-453a-8d73-8df0d2cdd657 ASDC
2022-06-24T06:48:47.644Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a9101e42-d294-495c-92a1-581f8cbdb50e
ServiceName:Demo_pNF_DheeRyYU5r9ZXOH17MHg
ServiceVersion:1.0
ServiceUUID:0cdf49e7-599e-453a-8d73-8df0d2cdd657
ServiceInvariantUUID:974725c0-9112-46ac-8f7e-c35fe808378e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
ArtifactUUID:043491fc-6e94-4483-8272-ffaf007cf014
ArtifactChecksum:Yjg0ZTk2ZGVmZjIwYjNiNzA0NGU1YmJhNjA1MjRkNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8d9074b5-86a7 0
ResourceCustomizationUUID:3bd27d81-6c30-44ea-8808-1ad53f1168eb
ResourceInvariantUUID:4dab4972-6603-4532-a410-9edfd2dc7244
ResourceName:pNF 8d9074b5-86a7
ResourceType:PNF
ResourceUUID:f33e5131-3b40-448d-b0e9-eca0e8e4bbc9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T06:48:47.644Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0cdf49e7-599e-453a-8d73-8df0d2cdd657 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:47.665Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:48:47.666Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:48:47.666Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:48:47.666Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 043491fc-6e94-4483-8272-ffaf007cf014 from URL: /sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:47.666Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-24T06:48:47.666Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:47.731Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-24T06:48:47.737Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar 043491fc-6e94-4483-8272-ffaf007cf014 82650
2022-06-24T06:48:47.737Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar ASDC sendASDCNotification
2022-06-24T06:48:47.737Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:47.737Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:48:47.738Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:47.739Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:47.740Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053327737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:47.840Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:47.841Z||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.
2022-06-24T06:48:47.841Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:47.857Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:47.857Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:48.740Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:48:48.742Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-24T06:48:48.742Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 043491fc-6e94-4483-8272-ffaf007cf014, URL: /sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar to file: /app/ASDC/1/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:48.742Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:48.742Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:48.743Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:48.817Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6261280346242221102/Definitions/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8d9074b5-86a7 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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.357Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Node template pNF 8d9074b5-86a7 0 is matching search criteria
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8d9074b5-86a7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Node template pNF 8d9074b5-86a7 0 is matching search criteria
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-24T06:48:49.358Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8d9074b5-86a7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.359Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DheeRyYU5r9ZXOH17MHg
Description:catalog service description
Model UUID:0cdf49e7-599e-453a-8d73-8df0d2cdd657
Model Version:NULL
Model InvariantUuid:974725c0-9112-46ac-8f7e-c35fe808378e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:48:49.364Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f33e5131-3b40-448d-b0e9-eca0e8e4bbc9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:48:49.366Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||pNF 8d9074b5-86a7 0
2022-06-24T06:48:49.366Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f33e5131-3b40-448d-b0e9-eca0e8e4bbc9
2022-06-24T06:48:49.366Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 0cdf49e7-599e-453a-8d73-8df0d2cdd657
2022-06-24T06:48:49.366Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0cdf49e7-599e-453a-8d73-8df0d2cdd657
2022-06-24T06:48:49.366Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8d9074b5-86a7 0 f33e5131-3b40-448d-b0e9-eca0e8e4bbc9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e656a2b, org.onap.sdc.toscaparser.api.parameters.Input@eb0e434, org.onap.sdc.toscaparser.api.parameters.Input@1b68ff3c, org.onap.sdc.toscaparser.api.parameters.Input@1935d412, org.onap.sdc.toscaparser.api.parameters.Input@6cf4c12d]
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0cdf49e7-599e-453a-8d73-8df0d2cdd657: pNF 8d9074b5-86a7
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Processing PNF resource: f33e5131-3b40-448d-b0e9-eca0e8e4bbc9
2022-06-24T06:48:49.369Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:48:49.370Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_DheeRyYU5r9ZXOH17MHg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:48:49.370Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||Resource customization UUID: 3bd27d81-6c30-44ea-8808-1ad53f1168eb is the same as notified resource customizationUUID: 3bd27d81-6c30-44ea-8808-1ad53f1168eb
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-24T06:48:49.406Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8d9074b5-86a7 f33e5131-3b40-448d-b0e9-eca0e8e4bbc9 0 ASDC deployResourceStructure
2022-06-24T06:48:49.406Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar ASDC sendASDCNotification
2022-06-24T06:48:49.406Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar
2022-06-24T06:48:49.406Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:48:49.406Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:48:49.408Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:48:49.408Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053329406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:49.509Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:48:49.509Z||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.
2022-06-24T06:48:49.510Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:49.525Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:49.525Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:48:50.409Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9101e42-d294-495c-92a1-581f8cbdb50e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:48:50.419Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9101e42-d294-495c-92a1-581f8cbdb50e
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=?
2022-06-24T06:48:50.422Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:48:50.422Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:48:50.422Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:48:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:48:50.915Z||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.
2022-06-24T06:48:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:48:50.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:48:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053213824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053214417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053210557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053210405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053223262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053223333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053223303,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "cds",
  "timestamp": 1656053224267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-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=?
2022-06-24T06:48:50.959Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:50.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:50.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053224306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053224618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "policy-id",
  "timestamp": 1656053225308,
  "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=?
2022-06-24T06:48:50.973Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:50.973Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:50.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053225622,
  "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=?
2022-06-24T06:48:50.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:50.984Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:50.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053228400,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053221938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053230409,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:50.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "clamp",
  "timestamp": 1656053231411,
  "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=?
2022-06-24T06:48:50.997Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:50.997Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:51.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053225531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053234322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053229539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053238266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053238803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "aai-ml",
  "timestamp": 1656053239806,
  "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=?
2022-06-24T06:48:51.010Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:51.010Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:48:51.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053240027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:48:51.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:48:51.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:48:51.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053241031,
  "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=?
2022-06-24T06:48:51.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9101e42-d294-495c-92a1-581f8cbdb50e
2022-06-24T06:48:51.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9101e42-d294-495c-92a1-581f8cbdb50e 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 (?, ?, ?, ?, ?)
2022-06-24T06:49:20.423Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9101e42-d294-495c-92a1-581f8cbdb50e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:49:20.439Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9101e42-d294-495c-92a1-581f8cbdb50e
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=?
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:49:20.442Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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=?
2022-06-24T06:49:20.447Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:49:50.447Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9101e42-d294-495c-92a1-581f8cbdb50e 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=?
2022-06-24T06:49:50.454Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9101e42-d294-495c-92a1-581f8cbdb50e and serviceModelVersionId: 0cdf49e7-599e-453a-8d73-8df0d2cdd657
2022-06-24T06:49:50.454Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 974725c0-9112-46ac-8f7e-c35fe808378e
2022-06-24T06:49:50.455Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0
2022-06-24T06:49:50.459Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:49:50.485Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|INFO|500||Invoke
2022-06-24T06:49:50.485Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9101e42-d294-495c-92a1-581f8cbdb50e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3e80a8f-44fb-4316-9d28-85ee3037dbc9], X-ECOMP-RequestID=[a9101e42-d294-495c-92a1-581f8cbdb50e], X-TransactionId=[], X-ONAP-RequestID=[a9101e42-d294-495c-92a1-581f8cbdb50e], Content-Type=[application/merge-patch+json]}
2022-06-24T06:49:50.504Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T06:49:50.700Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-06:49:50:508-36557], vertex-id=[159880], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:49:50 GMT], Content-Type=[application/json]}
2022-06-24T06:49:50.701Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:49:50.701Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974725c0-9112-46ac-8f7e-c35fe808378e/model-vers/model-ver/0cdf49e7-599e-453a-8d73-8df0d2cdd657?depth=0|INFO|500||InvokeReturn
2022-06-24T06:49:50.702Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:49:50.702Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:49:50.708Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||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)
2022-06-24T06:49:50.708Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9101e42-d294-495c-92a1-581f8cbdb50e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:49:50.708Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:49:50.709Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:49:50.711Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:49:50.711Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053390708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:49:50.811Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:49:50.812Z||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.
2022-06-24T06:49:50.812Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:49:50.831Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:49:50.832Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:49:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:50.915Z||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.
2022-06-24T06:49:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:49:50.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:49:50.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b3c556b5-7e1f-44d0-a566-427de8d20a49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053314180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:49:50.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:49:50.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/resourceInstances/pnf8d9074b586a70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:49:50.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053315195,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053327737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-24T06:49:50.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053329406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDheeryyu5r9zxoh17mhg/1.0/artifacts/service-DemoPnfDheeryyu5r9zxoh17mhg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:49:50.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:49:51.727Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:49:51.728Z|a9101e42-d294-495c-92a1-581f8cbdb50e|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.
2022-06-24T06:49:51.728Z|a9101e42-d294-495c-92a1-581f8cbdb50e|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:50:01.278Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:01.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:01.279Z||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.
2022-06-24T06:50:01.279Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:50:10.821Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:10.822Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:10.822Z||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.
2022-06-24T06:50:10.822Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:50:20.365Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:50.913Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:50.914Z||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.
2022-06-24T06:50:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:50:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:50:50.915Z||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.
2022-06-24T06:50:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:50:51.444Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:50:51.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T06:50:51.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a9101e42-d294-495c-92a1-581f8cbdb50e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053390708,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:50:51.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:51:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:51:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:50.913Z||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.
2022-06-24T06:51:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:51:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:51:50.915Z||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.
2022-06-24T06:51:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:52:00.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:52:00.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:52:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:50.913Z||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.
2022-06-24T06:52:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:52:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:52:50.914Z||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.
2022-06-24T06:52:50.914Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:53:00.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:53:00.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:53:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:50.913Z||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.
2022-06-24T06:53:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:53:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:53:50.915Z||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.
2022-06-24T06:53:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:00.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:00.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:50.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:50.913Z||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.
2022-06-24T06:54:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:54:50.914Z||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.
2022-06-24T06:54:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:51.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:51.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053660557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053663824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053661939,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053677328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053677417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "cds",
  "timestamp": 1656053678334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:54:51.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:54:51.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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=?
2022-06-24T06:54:51.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:54:51.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"41a09005-3c71-485e-bad8-9bef638930e3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f784a35d-33f3-4bd4-8627-c9c39c400ca2","serviceDescription":"service","serviceInvariantUUID":"c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ec8c9e22-e74b-42a8-9481-a39d7232f8f5","resourceInvariantUUID":"b48b254c-e442-488b-bb6f-f8e30621fe78","resourceCustomizationUUID":"5e870919-f815-4b43-b559-d39674f8afc1","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":"NjczYzU1Y2Y1ZWYwMjliOTlhZjAwOGM1ZDNkMDRhNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"89e85bb8-c41c-49e6-88f4-3c3ef9c5404b","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":"bbfb2f75-7cad-439f-ba0b-976777660e69","artifactVersion":"2","generatedFromUUID":"ce3f5721-d5b6-4203-9478-1ffac08ecb7b"},{"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":"ce3f5721-d5b6-4203-9478-1ffac08ecb7b","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":"NzEyZDQxMWFlNzY5YjljY2JmMjBkYzUyYzY0YWMzZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e29419d3-e9e0-4552-84d7-307a88857576","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":"bb30e93d-2c1b-48f6-ad2d-1d25e088c726","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":"b26b53be-fac7-4cfa-b537-417145f5344b","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":"bd54ad6e-14f0-4387-a75c-421e68c52f83","artifactVersion":"2","generatedFromUUID":"bb30e93d-2c1b-48f6-ad2d-1d25e088c726"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2YwMjVjMzViNDI3YTE3MmQ3OGNkZmIzZjVmOWFkZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad059b64-5650-4ebb-8e06-850c3261a7cf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGY1NjA4OGM0NzU2MWNmMzhmM2M4YjFiNWNhN2FjMTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"943bd512-63a2-462a-9a6c-5b230763d40f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T06:54:51.548Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:51.548Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053678626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053670405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.551Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.551Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053679913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053680136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053681128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053681140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053682152,
  "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=?
2022-06-24T06:54:51.558Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:54:51.558Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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 (?, ?, ?, ?, ?)
2022-06-24T06:54:51.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "policy-id",
  "timestamp": 1656053682142,
  "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=?
2022-06-24T06:54:51.567Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:54:51.567Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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=?
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656053674417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656053683155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053683468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053675531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053685264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053685479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.574Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.574Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.574Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "clamp",
  "timestamp": 1656053686482,
  "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=?
2022-06-24T06:54:51.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:54:51.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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 (?, ?, ?, ?, ?)
2022-06-24T06:54:51.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:51.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053679539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:51.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:54:51.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:54:51.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053689279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:54:51.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:54:51.651Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:51.651Z||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.
2022-06-24T06:54:51.651Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:51.665Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:51.666Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:54:52.552Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:52.552Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:52.554Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:52.554Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T06:54:52.654Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:52.655Z||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.
2022-06-24T06:54:52.655Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:52.670Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:52.671Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:54:53.555Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:53.556Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:53.558Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:53.558Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T06:54:53.659Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:54:53.660Z||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.
2022-06-24T06:54:53.660Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:53.675Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:53.675Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:54:54.559Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:54.560Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:54.563Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:54.563Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:54:54.663Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:54.664Z||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.
2022-06-24T06:54:54.664Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:54.680Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:54.680Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:54:55.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:55.565Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:55.567Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:55.567Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:54:55.667Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:55.668Z||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.
2022-06-24T06:54:55.668Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:55.685Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:55.685Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:54:56.567Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:56.568Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:56.570Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:56.570Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:56.671Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:56.671Z||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.
2022-06-24T06:54:56.671Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:56.688Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:56.689Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:54:57.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:57.573Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:57.575Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:57.575Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T06:54:57.676Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:57.676Z||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.
2022-06-24T06:54:57.677Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:57.691Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:57.692Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:54:58.576Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:58.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:58.579Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:58.579Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:54:58.679Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:58.680Z||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.
2022-06-24T06:54:58.681Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:58.696Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:58.696Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:54:59.580Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T06:54:59.581Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:54:59.582Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:54:59.583Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:54:59.683Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:54:59.683Z||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.
2022-06-24T06:54:59.683Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:54:59.701Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:54:59.701Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:00.584Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f784a35d-33f3-4bd4-8627-c9c39c400ca2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5e870919-f815-4b43-b559-d39674f8afc1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ec8c9e22-e74b-42a8-9481-a39d7232f8f5",
      "resourceInvariantUUID": "b48b254c-e442-488b-bb6f-f8e30621fe78",
      "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": "bbfb2f75-7cad-439f-ba0b-976777660e69",
          "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": "ce3f5721-d5b6-4203-9478-1ffac08ecb7b",
          "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": "NzEyZDQxMWFlNzY5YjljY2JmMjBkYzUyYzY0YWMzZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e29419d3-e9e0-4552-84d7-307a88857576",
          "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": "bb30e93d-2c1b-48f6-ad2d-1d25e088c726",
          "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": "bd54ad6e-14f0-4387-a75c-421e68c52f83",
            "generatedFromUUID": "bb30e93d-2c1b-48f6-ad2d-1d25e088c726"
          },
          "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": "bd54ad6e-14f0-4387-a75c-421e68c52f83",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGY1NjA4OGM0NzU2MWNmMzhmM2M4YjFiNWNhN2FjMTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "943bd512-63a2-462a-9a6c-5b230763d40f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T06:55:00.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T06:55:00.584Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f784a35d-33f3-4bd4-8627-c9c39c400ca2 ASDC
2022-06-24T06:55:00.585Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:41a09005-3c71-485e-bad8-9bef638930e3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f784a35d-33f3-4bd4-8627-c9c39c400ca2
ServiceInvariantUUID:c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd
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:943bd512-63a2-462a-9a6c-5b230763d40f
ArtifactChecksum:MGY1NjA4OGM0NzU2MWNmMzhmM2M4YjFiNWNhN2FjMTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5e870919-f815-4b43-b559-d39674f8afc1
ResourceInvariantUUID:b48b254c-e442-488b-bb6f-f8e30621fe78
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ec8c9e22-e74b-42a8-9481-a39d7232f8f5
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:bbfb2f75-7cad-439f-ba0b-976777660e69
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:ce3f5721-d5b6-4203-9478-1ffac08ecb7b
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:e29419d3-e9e0-4552-84d7-307a88857576
ArtifactChecksum:NzEyZDQxMWFlNzY5YjljY2JmMjBkYzUyYzY0YWMzZGI=
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:bb30e93d-2c1b-48f6-ad2d-1d25e088c726
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:bd54ad6e-14f0-4387-a75c-421e68c52f83
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:bd54ad6e-14f0-4387-a75c-421e68c52f83
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T06:55:00.585Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f784a35d-33f3-4bd4-8627-c9c39c400ca2 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=?
2022-06-24T06:55:00.617Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:55:00.618Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T06:55:00.618Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T06:55:00.618Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 943bd512-63a2-462a-9a6c-5b230763d40f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-24T06:55:00.618Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:00.618Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:00.888Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:00.894Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 943bd512-63a2-462a-9a6c-5b230763d40f 68968
2022-06-24T06:55:00.895Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:00.895Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:00.895Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:00.896Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:00.897Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:00.897Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053700895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:00.997Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:00.998Z||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.
2022-06-24T06:55:00.998Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:01.012Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:01.013Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:01.898Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T06:55:01.899Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-06-24T06:55:01.899Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 943bd512-63a2-462a-9a6c-5b230763d40f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T06:55:01.900Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-24T06:55:01.900Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T06:55:01.900Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T06:55:01.975Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2531304036985324431/Definitions/service-BasicCnf-template.yml
2022-06-24T06:55:02.719Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T06:55:02.720Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=29e46225-934f-4efd-b17c-4e2dd930ce17
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.722Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.723Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:02.723Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:02.723Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f784a35d-33f3-4bd4-8627-c9c39c400ca2
Model Version:NULL
Model InvariantUuid:c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:75f3143b-3ab1-4ec4-bd21-62e34610e657
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b48b254c-e442-488b-bb6f-f8e30621fe78
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5e870919-f815-4b43-b559-d39674f8afc1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a05f6152-ebe4-43f8-a65b-8feed69cbfbf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:a69128c5-a809-48a1-a988-7e867e7793c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:29e46225-934f-4efd-b17c-4e2dd930ce17
ModelInvariantUuid:11e75c45-bbbb-4c69-b385-a8b9103b54d6
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:87649eb4-1cba-4ed1-b92a-38baf502b4f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:38ce5bb0-1e08-4557-8680-81af7c392d21
ModelInvariantUuid:a19525c3-5ea0-4436-9e62-d91cba8d1405
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:04b9000b-5a2b-4301-922d-57e2949d3718
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T06:55:02.730Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ec8c9e22-e74b-42a8-9481-a39d7232f8f5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:55:02.732Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-06-24T06:55:02.732Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ec8c9e22-e74b-42a8-9481-a39d7232f8f5
2022-06-24T06:55:02.732Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bbfb2f75-7cad-439f-ba0b-976777660e69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-24T06:55:02.732Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:02.732Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.781Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:02.781Z|41a09005-3c71-485e-bad8-9bef638930e3|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 bbfb2f75-7cad-439f-ba0b-976777660e69 12
2022-06-24T06:55:02.781Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.782Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:02.782Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:02.782Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:02.783Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:02.784Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053702781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:02.884Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:02.885Z||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.
2022-06-24T06:55:02.885Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:02.900Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:02.901Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:55:03.784Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ce3f5721-d5b6-4203-9478-1ffac08ecb7b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-24T06:55:03.785Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:03.785Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:03.835Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:03.835Z|41a09005-3c71-485e-bad8-9bef638930e3|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 ce3f5721-d5b6-4203-9478-1ffac08ecb7b 2688
2022-06-24T06:55:03.836Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:03.836Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:03.836Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:03.836Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:03.838Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:03.838Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053703836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:03.938Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:03.939Z||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.
2022-06-24T06:55:03.939Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:03.954Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:03.955Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:55:04.839Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e29419d3-e9e0-4552-84d7-307a88857576 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-24T06:55:04.839Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:04.839Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:04.941Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:04.941Z|41a09005-3c71-485e-bad8-9bef638930e3|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 e29419d3-e9e0-4552-84d7-307a88857576 828
2022-06-24T06:55:04.942Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:04.942Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:04.942Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:04.942Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:04.945Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:04.945Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053704942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:05.045Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:05.046Z||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.
2022-06-24T06:55:05.046Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:05.062Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:05.062Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:05.945Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a05f6152-ebe4-43f8-a65b-8feed69cbfbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a69128c5-a809-48a1-a988-7e867e7793c9",
    "vfModuleModelCustomizationUUID": "efc3959d-3bc8-43b5-b1ac-e74cfa4981b9",
    "isBase": true,
    "artifacts": [
      "ce3f5721-d5b6-4203-9478-1ffac08ecb7b",
      "bb30e93d-2c1b-48f6-ad2d-1d25e088c726",
      "bd54ad6e-14f0-4387-a75c-421e68c52f83"
    ],
    "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": ""
    }
  }
]
2022-06-24T06:55:05.950Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a69128c5-a809-48a1-a988-7e867e7793c9
VfModuleModelInvariantUUID:a05f6152-ebe4-43f8-a65b-8feed69cbfbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce3f5721-d5b6-4203-9478-1ffac08ecb7b
,
bb30e93d-2c1b-48f6-ad2d-1d25e088c726
,
bd54ad6e-14f0-4387-a75c-421e68c52f83

}
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


}

2022-06-24T06:55:05.953Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "a05f6152-ebe4-43f8-a65b-8feed69cbfbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a69128c5-a809-48a1-a988-7e867e7793c9",
    "vfModuleModelCustomizationUUID": "efc3959d-3bc8-43b5-b1ac-e74cfa4981b9",
    "isBase": true,
    "artifacts": [
      "ce3f5721-d5b6-4203-9478-1ffac08ecb7b",
      "bb30e93d-2c1b-48f6-ad2d-1d25e088c726",
      "bd54ad6e-14f0-4387-a75c-421e68c52f83"
    ],
    "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": ""
    }
  }
]
2022-06-24T06:55:05.954Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a69128c5-a809-48a1-a988-7e867e7793c9
VfModuleModelInvariantUUID:a05f6152-ebe4-43f8-a65b-8feed69cbfbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce3f5721-d5b6-4203-9478-1ffac08ecb7b
,
bb30e93d-2c1b-48f6-ad2d-1d25e088c726
,
bd54ad6e-14f0-4387-a75c-421e68c52f83

}
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


}

2022-06-24T06:55:05.954Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb30e93d-2c1b-48f6-ad2d-1d25e088c726 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-24T06:55:05.954Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:05.954Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:06.214Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:06.214Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bb30e93d-2c1b-48f6-ad2d-1d25e088c726 1164
2022-06-24T06:55:06.215Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:06.215Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:06.215Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:06.215Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:06.217Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:06.217Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053706215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:06.318Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:55:06.318Z||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.
2022-06-24T06:55:06.319Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:06.336Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:06.337Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T06:55:07.218Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd54ad6e-14f0-4387-a75c-421e68c52f83 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-24T06:55:07.219Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-06-24T06:55:07.219Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:07.514Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-06-24T06:55:07.515Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bd54ad6e-14f0-4387-a75c-421e68c52f83 200
2022-06-24T06:55:07.515Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:07.515Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:07.515Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T06:55:07.516Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:07.518Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:07.518Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053707515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:55:07.619Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:07.620Z||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.
2022-06-24T06:55:07.620Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:07.635Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:07.635Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:08.519Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f784a35d-33f3-4bd4-8627-c9c39c400ca2
2022-06-24T06:55:08.520Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ec8c9e22-e74b-42a8-9481-a39d7232f8f5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-24T06:55:08.529Z|41a09005-3c71-485e-bad8-9bef638930e3|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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:55:08.534Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ba52f37, org.onap.sdc.toscaparser.api.parameters.Input@69235802, org.onap.sdc.toscaparser.api.parameters.Input@3d0506ee, org.onap.sdc.toscaparser.api.parameters.Input@330e6d36, org.onap.sdc.toscaparser.api.parameters.Input@610020f7]
2022-06-24T06:55:08.535Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.536Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.536Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-06-24T06:55:08.536Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5e870919-f815-4b43-b559-d39674f8afc1
2022-06-24T06:55:08.536Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e870919-f815-4b43-b559-d39674f8afc1 matches Tosca VF Customization UUID: 5e870919-f815-4b43-b559-d39674f8afc1
2022-06-24T06:55:08.536Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5e870919-f815-4b43-b559-d39674f8afc1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T06:55:08.538Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.538Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5e870919-f815-4b43-b559-d39674f8afc1: {\"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\"}
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47906b4a
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : efc3959d-3bc8-43b5-b1ac-e74cfa4981b9
2022-06-24T06:55:08.539Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID efc3959d-3bc8-43b5-b1ac-e74cfa4981b9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T06:55:08.541Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.541Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-24T06:55:08.542Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-24T06:55:08.543Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=29e46225-934f-4efd-b17c-4e2dd930ce17
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T06:55:08.544Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.544Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:08.544Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T06:55:08.545Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.545Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-24T06:55:08.545Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5e870919-f815-4b43-b559-d39674f8afc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:55:08.546Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.546Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.546Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f784a35d-33f3-4bd4-8627-c9c39c400ca2: basic_cnf
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.547Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T06:55:08.548Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T06:55:08.548Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T06:55:08.608Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ec8c9e22-e74b-42a8-9481-a39d7232f8f5 1 ASDC deployResourceStructure
2022-06-24T06:55:08.609Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:08.609Z|41a09005-3c71-485e-bad8-9bef638930e3|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)
2022-06-24T06:55:08.609Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T06:55:08.610Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:08.611Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:08.611Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053708609,
  "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"
}
2022-06-24T06:55:08.712Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T06:55:08.713Z||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.
2022-06-24T06:55:08.713Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:08.730Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:08.731Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:09.612Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:09.613Z|41a09005-3c71-485e-bad8-9bef638930e3|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)
2022-06-24T06:55:09.613Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T06:55:09.613Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:09.615Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:09.615Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053709612,
  "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"
}
2022-06-24T06:55:09.716Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T06:55:09.716Z||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.
2022-06-24T06:55:09.716Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:09.732Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:09.733Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:10.616Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:10.616Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:10.616Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:55:10.618Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:10.620Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:10.620Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053710616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:55:10.720Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:10.721Z||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.
2022-06-24T06:55:10.722Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:10.737Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:10.737Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:11.622Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:11.622Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:11.622Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:55:11.622Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:11.625Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:11.626Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053711621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:55:11.726Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:11.727Z||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.
2022-06-24T06:55:11.727Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:11.743Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:11.743Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:12.627Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:12.627Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:12.627Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:55:12.628Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:12.630Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:12.630Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053712627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:55:12.730Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:12.731Z||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.
2022-06-24T06:55:12.731Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:12.746Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:12.747Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:13.630Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:13.631Z|41a09005-3c71-485e-bad8-9bef638930e3|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
2022-06-24T06:55:13.631Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T06:55:13.631Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:55:13.633Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:55:13.633Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053713630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:55:13.733Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:55:13.734Z||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.
2022-06-24T06:55:13.734Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:13.749Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:13.749Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T06:55:14.634Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:55:14.648Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:55:14.651Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:55:14.651Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:55:14.652Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:55:44.652Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:55:44.663Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:55:44.665Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:55:44.665Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:55:44.666Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:55:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:55:50.915Z||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.
2022-06-24T06:55:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:55:50.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:55:50.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:55:50.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053691381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:55:50.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:56:14.666Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:56:14.677Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:56:14.679Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:56:14.679Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:56:14.679Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:56:44.680Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:56:44.688Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:56:44.691Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:56:44.691Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:56:44.691Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:56:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:56:50.915Z||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.
2022-06-24T06:56:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:56:50.940Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:56:50.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:56:50.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:56:50.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:14.691Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:57:14.706Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:57:14.709Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:57:14.709Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:57:14.709Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:57:44.709Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:57:44.721Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:57:44.724Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:57:44.725Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T06:57:44.725Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T06:57:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:57:50.915Z||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.
2022-06-24T06:57:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:57:51.440Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:57:51.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656053692384,
  "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=?
2022-06-24T06:57:51.449Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:57:51.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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 (?, ?, ?, ?, ?)
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053692776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "aai-ml",
  "timestamp": 1656053693780,
  "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=?
2022-06-24T06:57:51.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41a09005-3c71-485e-bad8-9bef638930e3
2022-06-24T06:57:51.464Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a09005-3c71-485e-bad8-9bef638930e3 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 (?, ?, ?, ?, ?)
2022-06-24T06:57:51.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053690912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053700895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053702781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053703836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053704942,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053706215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053707515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053708609,
  "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"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053709612,
  "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"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053710616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053711621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053712627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-24T06:57:51.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:57:51.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:57:51.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053713630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T06:57:51.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:58:14.725Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T06:58:14.740Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3
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=?
2022-06-24T06:58:14.743Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.744Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T06:58:14.745Z|41a09005-3c71-485e-bad8-9bef638930e3|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=?
2022-06-24T06:58:14.750Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T06:58:44.751Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41a09005-3c71-485e-bad8-9bef638930e3 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=?
2022-06-24T06:58:44.759Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41a09005-3c71-485e-bad8-9bef638930e3 and serviceModelVersionId: f784a35d-33f3-4bd4-8627-c9c39c400ca2
2022-06-24T06:58:44.759Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd
2022-06-24T06:58:44.760Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?depth=0
2022-06-24T06:58:44.765Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T06:58:44.793Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?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]}
2022-06-24T06:58:44.793Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?depth=0|INFO|500||Invoke
2022-06-24T06:58:44.809Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T06:58:44.962Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?depth=0|INFO|500||InvokeReturn
2022-06-24T06:58:44.963Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4cf0f23-ae06-40c3-989b-d9dca8c8c7bd/model-vers/model-ver/f784a35d-33f3-4bd4-8627-c9c39c400ca2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-06:58:44:813-2788], vertex-id=[246000], Content-Length=[0], Date=[Fri, 24 Jun 2022 06:58:44 GMT], Content-Type=[application/json]}
2022-06-24T06:58:44.963Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T06:58:44.964Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T06:58:44.964Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T06:58:44.970Z|41a09005-3c71-485e-bad8-9bef638930e3|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)
2022-06-24T06:58:44.970Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41a09005-3c71-485e-bad8-9bef638930e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T06:58:44.970Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T06:58:44.970Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-06-24T06:58:44.972Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T06:58:44.972Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053924970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:58:45.072Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T06:58:45.073Z||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.
2022-06-24T06:58:45.073Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T06:58:45.092Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:58:45.093Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T06:58:45.987Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:45.988Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T06:58:45.988Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:58:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:50.915Z||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.
2022-06-24T06:58:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:58:51.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:58:51.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-24T06:58:51.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "41a09005-3c71-485e-bad8-9bef638930e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656053924970,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T06:58:51.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T06:58:56.293Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:58:56.293Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:58:56.294Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T06:58:56.294Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:59:05.845Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:59:05.845Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:05.846Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T06:59:05.846Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:59:15.399Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:59:15.399Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:15.400Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T06:59:15.400Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:59:24.943Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T06:59:50.912Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:50.913Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T06:59:50.913Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T06:59:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T06:59:50.915Z||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.
2022-06-24T06:59:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:00:00.455Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:00:00.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:00:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:00:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:00:50.914Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:00:50.915Z|a9101e42-d294-495c-92a1-581f8cbdb50e|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.
2022-06-24T07:00:50.915Z|a9101e42-d294-495c-92a1-581f8cbdb50e|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:01:00.484Z|a9101e42-d294-495c-92a1-581f8cbdb50e|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:01:00.485Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:01:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:01:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:01:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:01:50.915Z||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.
2022-06-24T07:01:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:02:00.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:02:00.463Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:02:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:50.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:02:50.915Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:02:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:02:50.916Z||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.
2022-06-24T07:02:50.916Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:03:00.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:03:00.469Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:03:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:50.914Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:03:50.914Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:03:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:03:50.915Z||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.
2022-06-24T07:03:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:04:00.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:04:00.463Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:04:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:04:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:04:50.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:04:50.915Z||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.
2022-06-24T07:04:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:05:00.458Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:05:00.464Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:05:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:05:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:05:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:05:50.915Z||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.
2022-06-24T07:05:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:06:00.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:06:00.467Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:06:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:06:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:06:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:06:50.915Z||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.
2022-06-24T07:06:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:00.458Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:00.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:50.912Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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.
2022-06-24T07:07:50.913Z|481c611a-2e71-46dd-b8bb-8191b86fa519|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:07:50.915Z||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.
2022-06-24T07:07:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:51.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:51.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054428824,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054429539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054434417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054430405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054444700,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054444778,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054444806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "cds",
  "timestamp": 1656054445781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:07:51.088Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:07:51.088Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054445811,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054446789,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "policy-id",
  "timestamp": 1656054446814,
  "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=?
2022-06-24T07:07:51.102Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:07:51.102Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054447792,
  "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=?
2022-06-24T07:07:51.116Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:07:51.116Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054440557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054441938,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054450781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054452174,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054453228,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054454241,
  "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=?
2022-06-24T07:07:51.135Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:07:51.135Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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=?
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054455245,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054455585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054446784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054456589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054457727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054450405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054459231,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.146Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "cds",
  "timestamp": 1656054459651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:07:51.159Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:07:51.159Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054459698,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054460235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054460702,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "policy-id",
  "timestamp": 1656054461237,
  "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=?
2022-06-24T07:07:51.177Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:07:51.178Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "clamp",
  "timestamp": 1656054461706,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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=?
2022-06-24T07:07:51.191Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:07:51.191Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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 (?, ?, ?, ?, ?)
2022-06-24T07:07:51.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054454417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054464423,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054459539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054468264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054461938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054470003,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:07:51.202Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054470799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:07:51.203Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:07:51.545Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:51.546Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:07:51.546Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa6acb02-75f8-43bf-87b4-f2a208e78c83","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b7346baf-7bf4-4ea6-bab9-ed8b2662c025","serviceDescription":"service","serviceInvariantUUID":"4034e6e6-05b7-4047-bde4-ac41e55fe09f","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ba909fd-2b75-40f4-a257-461b88b9e7a0","resourceInvariantUUID":"4a57d388-4893-4817-aa5e-b20489514a6a","resourceCustomizationUUID":"0ec1addf-e4de-4dab-a299-1425f7df2fed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"31ead156-25a4-4c6a-819b-37082794e0b9","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ODBhMDA4ODU3Njc4ZDUzNWQ3MTUxYTMzOGU1YTIyNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e682d39-167e-43f6-b2e7-31829d956ade","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"YzFhYWFkNWM2NjJkYThiNGMyZGE4MWZmYzg2MzM2OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a93f511c-feee-4b68-b472-2b22fab05231","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c7f17171-f4c1-43b4-a0da-516a3df55848","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9fdd032d-7b4d-4101-8320-8d593c61d6d8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8d7e17e3-2b3e-4dbd-8e0e-e10022410807","artifactVersion":"2","generatedFromUUID":"c7f17171-f4c1-43b4-a0da-516a3df55848"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGM1ZTRiOWM1YWM0MDJjYzBjNzcxMjRmMGViNjBlZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd01a688-699d-40af-86ba-b78e135ea131","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzhmNmYxMDY4NGZhMzM3OTQ0OTY0YTcxYjc4NDYxYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7418c350-3371-45f9-b5d7-25cb2215958a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:07:51.548Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:51.549Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:51.552Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:51.552Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:51.652Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:51.653Z||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.
2022-06-24T07:07:51.654Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:51.670Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:51.670Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:07:52.553Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:52.553Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:52.554Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:52.555Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:52.655Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:52.655Z||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.
2022-06-24T07:07:52.656Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:52.670Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:52.671Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:53.555Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:53.556Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:53.557Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:53.557Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:07:53.658Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:07:53.658Z||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.
2022-06-24T07:07:53.658Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:53.673Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:53.674Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:54.557Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:54.558Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:54.560Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:54.560Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:07:54.661Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:07:54.661Z||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.
2022-06-24T07:07:54.662Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:54.676Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:54.677Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:55.561Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:55.561Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:55.564Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:55.564Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:55.664Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:55.665Z||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.
2022-06-24T07:07:55.665Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:55.681Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:55.682Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:56.565Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:56.566Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:56.568Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:56.568Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:07:56.668Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:56.669Z||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.
2022-06-24T07:07:56.669Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:56.685Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:56.685Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:57.569Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:57.570Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:57.573Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:57.573Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:07:57.673Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:57.674Z||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.
2022-06-24T07:07:57.674Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:57.689Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:57.690Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:07:58.573Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:07:58.574Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:58.577Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:58.577Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:07:58.677Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:07:58.678Z||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.
2022-06-24T07:07:58.678Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:07:58.693Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:07:58.693Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:07:59.578Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b7346baf-7bf4-4ea6-bab9-ed8b2662c025",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4034e6e6-05b7-4047-bde4-ac41e55fe09f",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "0ec1addf-e4de-4dab-a299-1425f7df2fed",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0ba909fd-2b75-40f4-a257-461b88b9e7a0",
      "resourceInvariantUUID": "4a57d388-4893-4817-aa5e-b20489514a6a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "YzFhYWFkNWM2NjJkYThiNGMyZGE4MWZmYzg2MzM2OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a93f511c-feee-4b68-b472-2b22fab05231",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c7f17171-f4c1-43b4-a0da-516a3df55848",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8d7e17e3-2b3e-4dbd-8e0e-e10022410807",
            "generatedFromUUID": "c7f17171-f4c1-43b4-a0da-516a3df55848"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8d7e17e3-2b3e-4dbd-8e0e-e10022410807",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YzhmNmYxMDY4NGZhMzM3OTQ0OTY0YTcxYjc4NDYxYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7418c350-3371-45f9-b5d7-25cb2215958a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:07:59.578Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:07:59.578Z|481c611a-2e71-46dd-b8bb-8191b86fa519|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7346baf-7bf4-4ea6-bab9-ed8b2662c025 ASDC
2022-06-24T07:07:59.579Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:fa6acb02-75f8-43bf-87b4-f2a208e78c83
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b7346baf-7bf4-4ea6-bab9-ed8b2662c025
ServiceInvariantUUID:4034e6e6-05b7-4047-bde4-ac41e55fe09f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:7418c350-3371-45f9-b5d7-25cb2215958a
ArtifactChecksum:YzhmNmYxMDY4NGZhMzM3OTQ0OTY0YTcxYjc4NDYxYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:0ec1addf-e4de-4dab-a299-1425f7df2fed
ResourceInvariantUUID:4a57d388-4893-4817-aa5e-b20489514a6a
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0ba909fd-2b75-40f4-a257-461b88b9e7a0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:a93f511c-feee-4b68-b472-2b22fab05231
ArtifactChecksum:YzFhYWFkNWM2NjJkYThiNGMyZGE4MWZmYzg2MzM2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c7f17171-f4c1-43b4-a0da-516a3df55848
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7e17e3-2b3e-4dbd-8e0e-e10022410807
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:8d7e17e3-2b3e-4dbd-8e0e-e10022410807
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:07:59.579Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7346baf-7bf4-4ea6-bab9-ed8b2662c025 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=?
2022-06-24T07:07:59.613Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:07:59.613Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:07:59.613Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:07:59.613Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7418c350-3371-45f9-b5d7-25cb2215958a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-24T07:07:59.613Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:07:59.614Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-24T07:07:59.973Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:07:59.979Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7418c350-3371-45f9-b5d7-25cb2215958a 73675
2022-06-24T07:07:59.979Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-24T07:07:59.980Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-24T07:07:59.980Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:07:59.980Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:07:59.982Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:07:59.982Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054479979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:08:00.082Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:08:00.083Z||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.
2022-06-24T07:08:00.083Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:00.100Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:00.101Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:00.983Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:08:00.985Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:08:00.985Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7418c350-3371-45f9-b5d7-25cb2215958a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:00.986Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-24T07:08:00.986Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:00.987Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.108Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7903934228917698686/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.873Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.874Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:01.875Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99f490ac-2bd2-49e0-b8d1-eb9092366841
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:01.876Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b7346baf-7bf4-4ea6-bab9-ed8b2662c025
Model Version:NULL
Model InvariantUuid:4034e6e6-05b7-4047-bde4-ac41e55fe09f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:9be73b0e-b904-4be2-8bd7-bb3efdde7b1a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a57d388-4893-4817-aa5e-b20489514a6a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ec1addf-e4de-4dab-a299-1425f7df2fed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0328509c-3f0d-4f1b-8c50-f07705c6b7b5
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9a0657fa-9e63-49b8-aab8-cc3a59edbff3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:99f490ac-2bd2-49e0-b8d1-eb9092366841
ModelInvariantUuid:aaec392b-5c91-4d8c-9bee-57eb23478e0f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4cca52eb-1876-4243-a2b2-323aa3e914f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7170165b-2393-4f63-8816-ef51c1dc49f0
ModelInvariantUuid:537ed485-3c93-44df-8ec5-c9ee4d3392f1
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:60721a03-3f95-4876-9585-956404d5c329
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:08:01.882Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ba909fd-2b75-40f4-a257-461b88b9e7a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:08:01.885Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-06-24T07:08:01.885Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ba909fd-2b75-40f4-a257-461b88b9e7a0
2022-06-24T07:08:01.886Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a93f511c-feee-4b68-b472-2b22fab05231 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-24T07:08:01.886Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:08:01.886Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-24T07:08:01.936Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:08:01.937Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a93f511c-feee-4b68-b472-2b22fab05231 790
2022-06-24T07:08:01.937Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-24T07:08:01.937Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-24T07:08:01.937Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:08:01.937Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:01.940Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:01.940Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054481937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:08:02.040Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:02.041Z||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.
2022-06-24T07:08:02.041Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:02.056Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:02.057Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:02.940Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0328509c-3f0d-4f1b-8c50-f07705c6b7b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a0657fa-9e63-49b8-aab8-cc3a59edbff3",
    "vfModuleModelCustomizationUUID": "f523450e-c245-49c0-afe2-32b99ee1d815",
    "isBase": true,
    "artifacts": [
      "c7f17171-f4c1-43b4-a0da-516a3df55848",
      "8d7e17e3-2b3e-4dbd-8e0e-e10022410807"
    ],
    "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": ""
    }
  }
]
2022-06-24T07:08:02.943Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a0657fa-9e63-49b8-aab8-cc3a59edbff3
VfModuleModelInvariantUUID:0328509c-3f0d-4f1b-8c50-f07705c6b7b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7f17171-f4c1-43b4-a0da-516a3df55848
,
8d7e17e3-2b3e-4dbd-8e0e-e10022410807

}
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


}

2022-06-24T07:08:02.945Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0328509c-3f0d-4f1b-8c50-f07705c6b7b5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9a0657fa-9e63-49b8-aab8-cc3a59edbff3",
    "vfModuleModelCustomizationUUID": "f523450e-c245-49c0-afe2-32b99ee1d815",
    "isBase": true,
    "artifacts": [
      "c7f17171-f4c1-43b4-a0da-516a3df55848",
      "8d7e17e3-2b3e-4dbd-8e0e-e10022410807"
    ],
    "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": ""
    }
  }
]
2022-06-24T07:08:02.945Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9a0657fa-9e63-49b8-aab8-cc3a59edbff3
VfModuleModelInvariantUUID:0328509c-3f0d-4f1b-8c50-f07705c6b7b5
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7f17171-f4c1-43b4-a0da-516a3df55848
,
8d7e17e3-2b3e-4dbd-8e0e-e10022410807

}
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


}

2022-06-24T07:08:02.945Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c7f17171-f4c1-43b4-a0da-516a3df55848 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-24T07:08:02.945Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:08:02.945Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-24T07:08:02.991Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:08:02.991Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c7f17171-f4c1-43b4-a0da-516a3df55848 5033
2022-06-24T07:08:02.991Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:08:02.991Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-24T07:08:02.991Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:08:02.992Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:02.993Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:02.994Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054482991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:08:03.094Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:03.094Z||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.
2022-06-24T07:08:03.094Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:03.108Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:03.109Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:03.994Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d7e17e3-2b3e-4dbd-8e0e-e10022410807 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-24T07:08:03.995Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:08:03.995Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-24T07:08:04.040Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:08:04.041Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 8d7e17e3-2b3e-4dbd-8e0e-e10022410807 909
2022-06-24T07:08:04.041Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:08:04.041Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-24T07:08:04.041Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:08:04.042Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:04.044Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:04.044Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054484041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:08:04.144Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:08:04.145Z||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.
2022-06-24T07:08:04.145Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:04.159Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:04.160Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:05.045Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b7346baf-7bf4-4ea6-bab9-ed8b2662c025
2022-06-24T07:08:05.045Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0ba909fd-2b75-40f4-a257-461b88b9e7a0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:08:05.058Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b3245a7, org.onap.sdc.toscaparser.api.parameters.Input@713da511, org.onap.sdc.toscaparser.api.parameters.Input@3425a675, org.onap.sdc.toscaparser.api.parameters.Input@458f3333, org.onap.sdc.toscaparser.api.parameters.Input@2cf94958]
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0ec1addf-e4de-4dab-a299-1425f7df2fed
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ec1addf-e4de-4dab-a299-1425f7df2fed matches Tosca VF Customization UUID: 0ec1addf-e4de-4dab-a299-1425f7df2fed
2022-06-24T07:08:05.060Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0ec1addf-e4de-4dab-a299-1425f7df2fed  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T07:08:05.062Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.062Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.062Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0ec1addf-e4de-4dab-a299-1425f7df2fed: {\"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\"}
2022-06-24T07:08:05.062Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1555d229
2022-06-24T07:08:05.062Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.063Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:08:05.063Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f523450e-c245-49c0-afe2-32b99ee1d815
2022-06-24T07:08:05.063Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f523450e-c245-49c0-afe2-32b99ee1d815
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T07:08:05.064Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.064Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:05.064Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-24T07:08:05.065Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-24T07:08:05.066Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=99f490ac-2bd2-49e0-b8d1-eb9092366841
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:08:05.067Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.067Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:05.067Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:08:05.067Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.068Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-24T07:08:05.068Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0ec1addf-e4de-4dab-a299-1425f7df2fed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b7346baf-7bf4-4ea6-bab9-ed8b2662c025: basicclamp
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.069Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.070Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.070Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.070Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:08:05.070Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:08:05.070Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:08:05.125Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0ba909fd-2b75-40f4-a257-461b88b9e7a0 1 ASDC deployResourceStructure
2022-06-24T07:08:05.125Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-24T07:08:05.125Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-24T07:08:05.125Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:08:05.125Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:05.126Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:05.126Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054485125,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:08:05.227Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:05.227Z||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.
2022-06-24T07:08:05.227Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:05.243Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:05.244Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:08:06.127Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-24T07:08:06.127Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-24T07:08:06.128Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:08:06.128Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:06.130Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:06.130Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054486127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:08:06.230Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:06.231Z||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.
2022-06-24T07:08:06.231Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:06.247Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:06.247Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:07.131Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-24T07:08:07.131Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-24T07:08:07.132Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:08:07.132Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:07.134Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:07.134Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054487130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:08:07.234Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:07.235Z||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.
2022-06-24T07:08:07.235Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:07.267Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:07.267Z||pool-87-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:08:08.135Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-24T07:08:08.135Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-24T07:08:08.135Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:08:08.135Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:08:08.136Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:08:08.137Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054488134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:08:08.237Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:08:08.238Z||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.
2022-06-24T07:08:08.238Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:08.257Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:08.257Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:08:09.137Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:08:09.147Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
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=?
2022-06-24T07:08:09.149Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:08:09.149Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:08:09.149Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:08:39.149Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:08:39.158Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
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=?
2022-06-24T07:08:39.160Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:08:39.160Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:08:39.160Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:08:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:08:50.915Z||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.
2022-06-24T07:08:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:08:50.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:08:50.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:08:50.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054470928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:08:50.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:09:09.160Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:09:09.171Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
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=?
2022-06-24T07:09:09.173Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:09:09.174Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:09:09.174Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:09:39.174Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:09:39.184Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
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=?
2022-06-24T07:09:39.187Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:09:39.187Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:09:39.187Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:09:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:09:50.915Z||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.
2022-06-24T07:09:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:09:50.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:09:50.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:09:50.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "aai-ml",
  "timestamp": 1656054471007,
  "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=?
2022-06-24T07:09:50.953Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa6acb02-75f8-43bf-87b4-f2a208e78c83
2022-06-24T07:09:50.953Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa6acb02-75f8-43bf-87b4-f2a208e78c83 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 (?, ?, ?, ?, ?)
2022-06-24T07:10:09.187Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:10:09.198Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83
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=?
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-24T07:10:09.201Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:10:09.207Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:10:39.207Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83 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=?
2022-06-24T07:10:39.213Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa6acb02-75f8-43bf-87b4-f2a208e78c83 and serviceModelVersionId: b7346baf-7bf4-4ea6-bab9-ed8b2662c025
2022-06-24T07:10:39.213Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4034e6e6-05b7-4047-bde4-ac41e55fe09f
2022-06-24T07:10:39.215Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0
2022-06-24T07:10:39.221Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:10:39.251Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|INFO|500||Invoke
2022-06-24T07:10:39.252Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa6acb02-75f8-43bf-87b4-f2a208e78c83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ea6eb71-5e4e-471e-a14b-c564a106a531], X-ECOMP-RequestID=[fa6acb02-75f8-43bf-87b4-f2a208e78c83], X-TransactionId=[], X-ONAP-RequestID=[fa6acb02-75f8-43bf-87b4-f2a208e78c83], Content-Type=[application/merge-patch+json]}
2022-06-24T07:10:39.269Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-24T07:10:39.440Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:10:39:274-17722], vertex-id=[205024], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:10:39 GMT], Content-Type=[application/json]}
2022-06-24T07:10:39.440Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:10:39.441Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4034e6e6-05b7-4047-bde4-ac41e55fe09f/model-vers/model-ver/b7346baf-7bf4-4ea6-bab9-ed8b2662c025?depth=0|INFO|500||InvokeReturn
2022-06-24T07:10:39.441Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:10:39.442Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:10:39.448Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||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)
2022-06-24T07:10:39.448Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa6acb02-75f8-43bf-87b4-f2a208e78c83 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-06-24T07:10:39.449Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:10:39.449Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:39.450Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:39.451Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054639449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-24T07:10:39.551Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:39.552Z||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.
2022-06-24T07:10:39.552Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:39.574Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:39.574Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 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=?
2022-06-24T07:10:40.464Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:10:40.465Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9322f28d-3457-46c9-a288-f9940b18a3a9","serviceDescription":"service","serviceInvariantUUID":"674eae5b-9038-4034-a5d0-395b72553b5f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ba78e6e-db8e-4861-8066-8a4b84cddc66","resourceInvariantUUID":"1091eba9-dca9-4c17-8571-fcc82be98983","resourceCustomizationUUID":"a2eda084-9e94-4600-bb5b-2079ab9e23e7","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":"M2IwYTBiZTNlMTU1NGU0NDVmZDcyODlmMmNhNmQwMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff245def-26c4-4f68-a18d-f47b4ebf140f","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":"MmYyOGI1Zjk1ZGNlZGE3ZGNjY2Q4Njc0YTljMWIzMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"828dc366-7380-4d3d-b683-f922530ed491","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":"6f4501db-8ec3-4391-a748-1ac2251618a7","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":"6688341a-7610-48ec-83b1-04de981cce79","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":"bbad059c-295c-4f37-b6b9-6ac3a4d7078a","artifactVersion":"2","generatedFromUUID":"6f4501db-8ec3-4391-a748-1ac2251618a7"},{"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":"Y2Y5ODYzYTBmNzIzMjc4MGMxYzQwNTNjZWFmZjdiYzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c4b97d06-1f4c-4ecf-bbf8-70e9daf6032c","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":"YTFiZDdmMGFkMDA4NjI0OWNlODdiMzA3YWJkOGVjODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42b3ff00-6533-4243-aaea-75b839458319","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjJkNTIzODYwYjllYmQxMDM0YmYzMTFmZGI3ZGVkMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbf04f55-2bf3-4630-979c-b7709a42884b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:10:40.465Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:40.466Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:40.468Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:40.468Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:40.568Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:40.569Z||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.
2022-06-24T07:10:40.569Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:40.585Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:40.585Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:10:41.469Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:41.470Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:41.472Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:41.473Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:10:41.573Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:41.574Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:41.574Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:41.592Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:41.593Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:42.474Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:42.474Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:42.477Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:42.477Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:10:42.577Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:42.577Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:42.578Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:42.591Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:42.592Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:43.477Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:43.478Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:43.480Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:43.480Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:43.580Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:10:43.581Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:43.581Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:43.594Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:43.595Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:44.481Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:44.482Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:44.485Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:44.485Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:10:44.585Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:44.586Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:44.586Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:44.601Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:44.602Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:45.486Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:45.486Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:45.488Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:45.488Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:45.588Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:45.589Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:45.589Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:45.604Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:45.604Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:46.489Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:46.489Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:46.491Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:46.491Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:46.591Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:46.592Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:46.592Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:46.606Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:46.606Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:47.492Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:10:47.493Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:47.495Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:47.495Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:10:47.595Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:47.596Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:47.596Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:47.614Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:47.614Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:48.497Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9322f28d-3457-46c9-a288-f9940b18a3a9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "674eae5b-9038-4034-a5d0-395b72553b5f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a2eda084-9e94-4600-bb5b-2079ab9e23e7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6ba78e6e-db8e-4861-8066-8a4b84cddc66",
      "resourceInvariantUUID": "1091eba9-dca9-4c17-8571-fcc82be98983",
      "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": "MmYyOGI1Zjk1ZGNlZGE3ZGNjY2Q4Njc0YTljMWIzMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "828dc366-7380-4d3d-b683-f922530ed491",
          "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": "6f4501db-8ec3-4391-a748-1ac2251618a7",
          "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": "bbad059c-295c-4f37-b6b9-6ac3a4d7078a",
            "generatedFromUUID": "6f4501db-8ec3-4391-a748-1ac2251618a7"
          },
          "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": "bbad059c-295c-4f37-b6b9-6ac3a4d7078a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjJkNTIzODYwYjllYmQxMDM0YmYzMTFmZGI3ZGVkMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbf04f55-2bf3-4630-979c-b7709a42884b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:10:48.497Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:10:48.497Z|fa6acb02-75f8-43bf-87b4-f2a208e78c83|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9322f28d-3457-46c9-a288-f9940b18a3a9 ASDC
2022-06-24T07:10:48.498Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9322f28d-3457-46c9-a288-f9940b18a3a9
ServiceInvariantUUID:674eae5b-9038-4034-a5d0-395b72553b5f
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:dbf04f55-2bf3-4630-979c-b7709a42884b
ArtifactChecksum:YjJkNTIzODYwYjllYmQxMDM0YmYzMTFmZGI3ZGVkMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a2eda084-9e94-4600-bb5b-2079ab9e23e7
ResourceInvariantUUID:1091eba9-dca9-4c17-8571-fcc82be98983
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:6ba78e6e-db8e-4861-8066-8a4b84cddc66
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:828dc366-7380-4d3d-b683-f922530ed491
ArtifactChecksum:MmYyOGI1Zjk1ZGNlZGE3ZGNjY2Q4Njc0YTljMWIzMDI=
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:6f4501db-8ec3-4391-a748-1ac2251618a7
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:bbad059c-295c-4f37-b6b9-6ac3a4d7078a
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:bbad059c-295c-4f37-b6b9-6ac3a4d7078a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:10:48.498Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9322f28d-3457-46c9-a288-f9940b18a3a9 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=?
2022-06-24T07:10:48.528Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:10:48.529Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:10:48.529Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:10:48.529Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dbf04f55-2bf3-4630-979c-b7709a42884b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:10:48.529Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:10:48.530Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:10:48.896Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:10:48.898Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar dbf04f55-2bf3-4630-979c-b7709a42884b 78809
2022-06-24T07:10:48.898Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:10:48.899Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:10:48.899Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:10:48.899Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:48.900Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:48.900Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054648898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:49.000Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:49.001Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:49.001Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:49.015Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:49.015Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:49.900Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:10:49.902Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-24T07:10:49.902Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dbf04f55-2bf3-4630-979c-b7709a42884b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:10:49.902Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-24T07:10:49.903Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:10:49.903Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:10:49.978Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9696743895047638104/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
2022-06-24T07:10:50.776Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.777Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.778Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:10:50.779Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:50.780Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a51a2bd-aba3-4987-b667-f69930aaa2b9
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:50.781Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9322f28d-3457-46c9-a288-f9940b18a3a9
Model Version:NULL
Model InvariantUuid:674eae5b-9038-4034-a5d0-395b72553b5f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f47c9c28-a1bd-4e3a-b246-7eb8ad825a14
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1091eba9-dca9-4c17-8571-fcc82be98983
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2eda084-9e94-4600-bb5b-2079ab9e23e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:05294fd1-3d38-4346-9e3e-0567138b752d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a265e9b7-ff5f-45dd-9581-d3180cca71b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a51a2bd-aba3-4987-b667-f69930aaa2b9
ModelInvariantUuid:f92a00be-247a-4b75-9744-758a20a9bb8a
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:612c087f-7bbe-4b27-98ba-61c037c1e1f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e40f74b-785a-4b81-adbd-24a79a30e40a
ModelInvariantUuid:31397b9d-0b54-4b47-9d40-e163755bc3ba
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:13f5da59-88e3-4ee1-bfe1-0b3432eb8a1f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:10:50.787Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ba78e6e-db8e-4861-8066-8a4b84cddc66
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:10:50.790Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-06-24T07:10:50.790Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ba78e6e-db8e-4861-8066-8a4b84cddc66
2022-06-24T07:10:50.790Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 828dc366-7380-4d3d-b683-f922530ed491 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-24T07:10:50.791Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:10:50.791Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:10:50.915Z||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.
2022-06-24T07:10:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:50.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:50.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054471931,
  "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=?
2022-06-24T07:10:50.958Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:10:50.958Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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 (?, ?, ?, ?, ?)
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054472473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054473679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054474690,
  "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=?
2022-06-24T07:10:50.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:10:50.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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=?
2022-06-24T07:10:50.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054475692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054470557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054455531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054479979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054480286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054481937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054482991,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054484041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054485125,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054486127,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054487130,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054487417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054488134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:50.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "aai-ml",
  "timestamp": 1656054488420,
  "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=?
2022-06-24T07:10:50.995Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:10:50.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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 (?, ?, ?, ?, ?)
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054490590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054493595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:51.004Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:10:51.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-24T07:10:51.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "clamp",
  "timestamp": 1656054494598,
  "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=?
2022-06-24T07:10:51.010Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
2022-06-24T07:10:51.011Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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 (?, ?, ?, ?, ?)
2022-06-24T07:10:51.104Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:10:51.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 828dc366-7380-4d3d-b683-f922530ed491 792
2022-06-24T07:10:51.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:51.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:51.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:10:51.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:51.107Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:51.107Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054651105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:51.207Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:51.208Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:51.208Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:51.222Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:51.222Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:52.107Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "05294fd1-3d38-4346-9e3e-0567138b752d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a265e9b7-ff5f-45dd-9581-d3180cca71b0",
    "vfModuleModelCustomizationUUID": "43b6571e-cb74-4357-b3a9-9c142f2e2044",
    "isBase": true,
    "artifacts": [
      "6f4501db-8ec3-4391-a748-1ac2251618a7",
      "bbad059c-295c-4f37-b6b9-6ac3a4d7078a"
    ],
    "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": ""
    }
  }
]
2022-06-24T07:10:52.111Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a265e9b7-ff5f-45dd-9581-d3180cca71b0
VfModuleModelInvariantUUID:05294fd1-3d38-4346-9e3e-0567138b752d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4501db-8ec3-4391-a748-1ac2251618a7
,
bbad059c-295c-4f37-b6b9-6ac3a4d7078a

}
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


}

2022-06-24T07:10:52.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "05294fd1-3d38-4346-9e3e-0567138b752d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a265e9b7-ff5f-45dd-9581-d3180cca71b0",
    "vfModuleModelCustomizationUUID": "43b6571e-cb74-4357-b3a9-9c142f2e2044",
    "isBase": true,
    "artifacts": [
      "6f4501db-8ec3-4391-a748-1ac2251618a7",
      "bbad059c-295c-4f37-b6b9-6ac3a4d7078a"
    ],
    "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": ""
    }
  }
]
2022-06-24T07:10:52.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a265e9b7-ff5f-45dd-9581-d3180cca71b0
VfModuleModelInvariantUUID:05294fd1-3d38-4346-9e3e-0567138b752d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f4501db-8ec3-4391-a748-1ac2251618a7
,
bbad059c-295c-4f37-b6b9-6ac3a4d7078a

}
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


}

2022-06-24T07:10:52.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6f4501db-8ec3-4391-a748-1ac2251618a7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-24T07:10:52.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:10:52.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:52.675Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:10:52.676Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6f4501db-8ec3-4391-a748-1ac2251618a7 5033
2022-06-24T07:10:52.676Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:52.676Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:52.677Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:10:52.677Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:52.679Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:52.679Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054652676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:52.779Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:52.780Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:52.780Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:52.794Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:52.795Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:10:53.680Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bbad059c-295c-4f37-b6b9-6ac3a4d7078a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-24T07:10:53.680Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-24T07:10:53.681Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:54.006Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-24T07:10:54.007Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bbad059c-295c-4f37-b6b9-6ac3a4d7078a 903
2022-06-24T07:10:54.007Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:54.007Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:54.007Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:10:54.007Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:54.010Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:54.010Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054654007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:10:54.110Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:54.110Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:54.111Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:54.122Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:54.123Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:55.010Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9322f28d-3457-46c9-a288-f9940b18a3a9
2022-06-24T07:10:55.011Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 6ba78e6e-db8e-4861-8066-8a4b84cddc66 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:10:55.023Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f711ba4, org.onap.sdc.toscaparser.api.parameters.Input@5758e5b9, org.onap.sdc.toscaparser.api.parameters.Input@4e67500f, org.onap.sdc.toscaparser.api.parameters.Input@56dd9436, org.onap.sdc.toscaparser.api.parameters.Input@21061972]
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a2eda084-9e94-4600-bb5b-2079ab9e23e7
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2eda084-9e94-4600-bb5b-2079ab9e23e7 matches Tosca VF Customization UUID: a2eda084-9e94-4600-bb5b-2079ab9e23e7
2022-06-24T07:10:55.025Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a2eda084-9e94-4600-bb5b-2079ab9e23e7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T07:10:55.027Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.028Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.028Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a2eda084-9e94-4600-bb5b-2079ab9e23e7: {\"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\"}
2022-06-24T07:10:55.028Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f36cc61
2022-06-24T07:10:55.028Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.029Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:10:55.029Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43b6571e-cb74-4357-b3a9-9c142f2e2044
2022-06-24T07:10:55.029Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43b6571e-cb74-4357-b3a9-9c142f2e2044
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T07:10:55.030Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.030Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-24T07:10:55.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a51a2bd-aba3-4987-b667-f69930aaa2b9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-24T07:10:55.033Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a2eda084-9e94-4600-bb5b-2079ab9e23e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:10:55.034Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.034Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.034Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9322f28d-3457-46c9-a288-f9940b18a3a9: basic_vm_macro
2022-06-24T07:10:55.034Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:10:55.035Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-24T07:10:55.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 6ba78e6e-db8e-4861-8066-8a4b84cddc66 1 ASDC deployResourceStructure
2022-06-24T07:10:55.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:55.105Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:55.106Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:10:55.106Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:55.107Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:55.107Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054655105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:55.208Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:55.208Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:55.208Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:55.220Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:55.221Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:56.109Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:56.109Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:56.109Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:10:56.109Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:56.111Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:56.112Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054656109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:56.211Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:10:56.212Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:56.212Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:56.228Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:56.228Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:57.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:57.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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
2022-06-24T07:10:57.113Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:10:57.114Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:57.116Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:57.117Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054657113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:57.217Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:57.217Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:57.217Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:57.233Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:57.234Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:58.118Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:10:58.119Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-24T07:10:58.119Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:10:58.119Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:10:58.121Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:10:58.122Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054658117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:10:58.222Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:10:58.222Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:10:58.222Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:10:58.245Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:10:58.246Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:10:59.122Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:10:59.133Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765
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=?
2022-06-24T07:10:59.135Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:10:59.135Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:10:59.135Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:10:59.135Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:10:59.136Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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=?
2022-06-24T07:10:59.140Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:11:29.140Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 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=?
2022-06-24T07:11:29.147Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 and serviceModelVersionId: 9322f28d-3457-46c9-a288-f9940b18a3a9
2022-06-24T07:11:29.147Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 674eae5b-9038-4034-a5d0-395b72553b5f
2022-06-24T07:11:29.148Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?depth=0
2022-06-24T07:11:29.151Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:11:29.173Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?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]}
2022-06-24T07:11:29.173Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?depth=0|INFO|500||Invoke
2022-06-24T07:11:29.192Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:11:29.601Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?depth=0|INFO|500||InvokeReturn
2022-06-24T07:11:29.602Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/674eae5b-9038-4034-a5d0-395b72553b5f/model-vers/model-ver/9322f28d-3457-46c9-a288-f9940b18a3a9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:11:29:197-36847], vertex-id=[225504], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:11:29 GMT], Content-Type=[application/json]}
2022-06-24T07:11:29.602Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:11:29.602Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:11:29.602Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:11:29.608Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||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)
2022-06-24T07:11:29.608Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:11:29.609Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:11:29.609Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:11:29.611Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:11:29.611Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054689608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:11:29.711Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:11:29.711Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:11:29.712Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:11:29.731Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:29.731Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 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=?
2022-06-24T07:11:30.627Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:30.628Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:11:30.628Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:11:40.934Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:40.935Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:40.935Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:11:40.935Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:11:50.479Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:50.480Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:50.480Z||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.
2022-06-24T07:11:50.480Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:11:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:11:50.915Z||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.
2022-06-24T07:11:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:11:50.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:11:50.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa6acb02-75f8-43bf-87b4-f2a208e78c83",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054639449,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:11:50.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:11:50.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:11:50.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054470912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054648898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:11:50.946Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:12:00.030Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:00.030Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:00.031Z||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.
2022-06-24T07:12:00.031Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:09.570Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:50.912Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:50.913Z||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.
2022-06-24T07:12:50.913Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:12:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:12:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:50.939Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:50.939Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:12:50.939Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054651105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:12:50.940Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:12:51.545Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:51.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:12:51.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b51a4458-510a-4e04-b5e4-44c75d3fc94d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e7ec73a4-3b38-4183-ab66-148b4ae70392","serviceDescription":"service","serviceInvariantUUID":"5518f761-2a26-452b-a31a-f8f0be7fc37c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d254b442-c8a3-4488-969a-154745efa381","resourceInvariantUUID":"8c92ebfc-a78c-48b2-ae85-56f32f6fd977","resourceCustomizationUUID":"e525b53d-90a5-49b4-bc76-0ecf8569db46","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGEzNmYyYjU3NDYzYTgzOWE5ZDQxMzkzNjAyYWJjYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f158d95f-291b-4c0d-9f16-be8d08d31792","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NjNhNjIwZmIyYTI5N2U0MjYyNGM0ZjlkYjdiODk3M2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b7e0727-ff21-41de-bee4-80919221c38f","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"94801a0e-77cf-4c43-a903-6d6924bb75b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"572f5c6d-6fcd-4fb9-9a6f-8a39b53c6894","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8616361e-e79e-4c63-9d54-426594200bb8","artifactVersion":"2","generatedFromUUID":"4e53016a-d722-41fd-826f-e2024a9ac364"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"526cbd83-2e7b-49f9-8d9f-f236ab795dc5","artifactVersion":"2","generatedFromUUID":"94801a0e-77cf-4c43-a903-6d6924bb75b4"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e53016a-d722-41fd-826f-e2024a9ac364","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"54aa340c-7fa9-4d56-a547-f85e5ee08b2b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"OGMwNWE5MmIxY2ZlNTQ4ZGM5OWJlMjM5YjJkNWE4NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd0e62d5-a019-4d03-807f-394deffc36cc","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MTI1ZTExMzZhNWQ4Yjk0YmY3ODZhNmU1MTA1YzIwMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c629cae-7897-4d70-bf6d-3b95c184e256","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:12:51.549Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:51.549Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:51.552Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:51.552Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:12:51.653Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:12:51.653Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:51.653Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:51.669Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:51.670Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:52.553Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:52.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:52.556Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:52.557Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:12:52.657Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:52.657Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:52.657Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:52.670Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:52.671Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:53.557Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:53.558Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:53.560Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:53.560Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:12:53.660Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:53.661Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:53.661Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:53.677Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:53.677Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:12:54.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:54.562Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:54.564Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:54.564Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:12:54.664Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:54.665Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:54.665Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:54.681Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:54.682Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:55.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:55.566Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:55.568Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:55.568Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:12:55.668Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:12:55.669Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:55.669Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:55.684Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:55.685Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:56.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:56.570Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:56.573Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:56.573Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:12:56.673Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:12:56.674Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:56.674Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:56.692Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:56.692Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:57.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:57.576Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:57.578Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:57.579Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:12:57.679Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:57.680Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:57.680Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:57.696Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:57.696Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:12:58.579Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:58.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:58.582Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:58.582Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:12:58.682Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:58.682Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:58.683Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:58.698Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:58.699Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:12:59.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:12:59.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:12:59.586Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:12:59.586Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:12:59.686Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:12:59.687Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:12:59.687Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:12:59.700Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:12:59.701Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:00.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:13:00.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:00.589Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:00.589Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:13:00.690Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:13:00.690Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:00.690Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:00.704Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:00.704Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:01.590Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e7ec73a4-3b38-4183-ab66-148b4ae70392",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5518f761-2a26-452b-a31a-f8f0be7fc37c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "e525b53d-90a5-49b4-bc76-0ecf8569db46",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d254b442-c8a3-4488-969a-154745efa381",
      "resourceInvariantUUID": "8c92ebfc-a78c-48b2-ae85-56f32f6fd977",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NjNhNjIwZmIyYTI5N2U0MjYyNGM0ZjlkYjdiODk3M2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b7e0727-ff21-41de-bee4-80919221c38f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "94801a0e-77cf-4c43-a903-6d6924bb75b4",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "526cbd83-2e7b-49f9-8d9f-f236ab795dc5",
            "generatedFromUUID": "94801a0e-77cf-4c43-a903-6d6924bb75b4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8616361e-e79e-4c63-9d54-426594200bb8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "526cbd83-2e7b-49f9-8d9f-f236ab795dc5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4e53016a-d722-41fd-826f-e2024a9ac364",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MTI1ZTExMzZhNWQ4Yjk0YmY3ODZhNmU1MTA1YzIwMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c629cae-7897-4d70-bf6d-3b95c184e256"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:13:01.591Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:13:01.591Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e7ec73a4-3b38-4183-ab66-148b4ae70392 ASDC
2022-06-24T07:13:01.591Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b51a4458-510a-4e04-b5e4-44c75d3fc94d
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:e7ec73a4-3b38-4183-ab66-148b4ae70392
ServiceInvariantUUID:5518f761-2a26-452b-a31a-f8f0be7fc37c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:4c629cae-7897-4d70-bf6d-3b95c184e256
ArtifactChecksum:MTI1ZTExMzZhNWQ4Yjk0YmY3ODZhNmU1MTA1YzIwMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:e525b53d-90a5-49b4-bc76-0ecf8569db46
ResourceInvariantUUID:8c92ebfc-a78c-48b2-ae85-56f32f6fd977
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d254b442-c8a3-4488-969a-154745efa381
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:7b7e0727-ff21-41de-bee4-80919221c38f
ArtifactChecksum:NjNhNjIwZmIyYTI5N2U0MjYyNGM0ZjlkYjdiODk3M2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:94801a0e-77cf-4c43-a903-6d6924bb75b4
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:526cbd83-2e7b-49f9-8d9f-f236ab795dc5
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:8616361e-e79e-4c63-9d54-426594200bb8
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:526cbd83-2e7b-49f9-8d9f-f236ab795dc5
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:4e53016a-d722-41fd-826f-e2024a9ac364
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-24T07:13:01.591Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7ec73a4-3b38-4183-ab66-148b4ae70392 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 (?, ?, ?, ?, ?)
2022-06-24T07:13:01.624Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:13:01.625Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:13:01.625Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:13:01.625Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4c629cae-7897-4d70-bf6d-3b95c184e256 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:01.625Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:01.626Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:01.689Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:01.696Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4c629cae-7897-4d70-bf6d-3b95c184e256 158215
2022-06-24T07:13:01.696Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:13:01.696Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:01.696Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:01.697Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:01.698Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:01.698Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054781696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:01.798Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:01.799Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:01.799Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:01.814Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:01.815Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:02.698Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:13:02.700Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:13:02.700Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4c629cae-7897-4d70-bf6d-3b95c184e256, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:02.701Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-24T07:13:02.701Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:02.702Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:02.778Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP295332789195861931/Definitions/service-BasicCnfMacro-template.yml
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:13:03.553Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.555Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=dce4b896-9573-43a7-9339-493851833276
2022-06-24T07:13:03.556Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:03.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:e7ec73a4-3b38-4183-ab66-148b4ae70392
Model Version:NULL
Model InvariantUuid:5518f761-2a26-452b-a31a-f8f0be7fc37c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:395364c9-6aee-4bbf-8174-8a8804a5f870
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8c92ebfc-a78c-48b2-ae85-56f32f6fd977
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e525b53d-90a5-49b4-bc76-0ecf8569db46
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74013e5c-4898-4185-a42f-e32fc7531fbf
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d692e306-1f2e-4089-bdd8-eb7e06a698c2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:100f1a27-97be-4eb0-af24-5a5592730d1d
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:680f4999-3ba4-4b16-9f1d-30c66404e8e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dce4b896-9573-43a7-9339-493851833276
ModelInvariantUuid:c7c39391-f2b6-405b-8baa-32bb34bb5df6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:e62046ec-1418-4a89-b857-1be186fb80de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5535ae26-9cda-4130-b9af-3a24dd48e337
ModelInvariantUuid:ebcf00ce-7ef4-4fe5-b8a2-c0af41f5850c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ec362790-6b09-47c9-ae99-434db94c7637
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:13:03.562Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d254b442-c8a3-4488-969a-154745efa381
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:13:03.564Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-06-24T07:13:03.564Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d254b442-c8a3-4488-969a-154745efa381
2022-06-24T07:13:03.564Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b7e0727-ff21-41de-bee4-80919221c38f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T07:13:03.564Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:03.564Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T07:13:03.639Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:03.639Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7b7e0727-ff21-41de-bee4-80919221c38f 1565
2022-06-24T07:13:03.640Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-24T07:13:03.640Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T07:13:03.640Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:03.640Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:03.643Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:03.643Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054783640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:03.743Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:03.743Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:03.744Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:03.758Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:03.759Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:04.643Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "100f1a27-97be-4eb0-af24-5a5592730d1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "680f4999-3ba4-4b16-9f1d-30c66404e8e2",
    "vfModuleModelCustomizationUUID": "991f9a15-6041-47f7-a782-08a57900fda0",
    "isBase": true,
    "artifacts": [
      "94801a0e-77cf-4c43-a903-6d6924bb75b4",
      "526cbd83-2e7b-49f9-8d9f-f236ab795dc5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "74013e5c-4898-4185-a42f-e32fc7531fbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d692e306-1f2e-4089-bdd8-eb7e06a698c2",
    "vfModuleModelCustomizationUUID": "7286ea0c-14c8-4a14-9f9c-ea5c12d42922",
    "isBase": false,
    "artifacts": [
      "4e53016a-d722-41fd-826f-e2024a9ac364"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-24T07:13:04.647Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:680f4999-3ba4-4b16-9f1d-30c66404e8e2
VfModuleModelInvariantUUID:100f1a27-97be-4eb0-af24-5a5592730d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
94801a0e-77cf-4c43-a903-6d6924bb75b4
,
526cbd83-2e7b-49f9-8d9f-f236ab795dc5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d692e306-1f2e-4089-bdd8-eb7e06a698c2
VfModuleModelInvariantUUID:74013e5c-4898-4185-a42f-e32fc7531fbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e53016a-d722-41fd-826f-e2024a9ac364

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-24T07:13:04.649Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "100f1a27-97be-4eb0-af24-5a5592730d1d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "680f4999-3ba4-4b16-9f1d-30c66404e8e2",
    "vfModuleModelCustomizationUUID": "991f9a15-6041-47f7-a782-08a57900fda0",
    "isBase": true,
    "artifacts": [
      "94801a0e-77cf-4c43-a903-6d6924bb75b4",
      "526cbd83-2e7b-49f9-8d9f-f236ab795dc5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "74013e5c-4898-4185-a42f-e32fc7531fbf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d692e306-1f2e-4089-bdd8-eb7e06a698c2",
    "vfModuleModelCustomizationUUID": "7286ea0c-14c8-4a14-9f9c-ea5c12d42922",
    "isBase": false,
    "artifacts": [
      "4e53016a-d722-41fd-826f-e2024a9ac364"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-24T07:13:04.649Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:680f4999-3ba4-4b16-9f1d-30c66404e8e2
VfModuleModelInvariantUUID:100f1a27-97be-4eb0-af24-5a5592730d1d
VfModuleModelDescription:NULL
Artifacts UUID List:{
94801a0e-77cf-4c43-a903-6d6924bb75b4
,
526cbd83-2e7b-49f9-8d9f-f236ab795dc5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:d692e306-1f2e-4089-bdd8-eb7e06a698c2
VfModuleModelInvariantUUID:74013e5c-4898-4185-a42f-e32fc7531fbf
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e53016a-d722-41fd-826f-e2024a9ac364

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-24T07:13:04.649Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 94801a0e-77cf-4c43-a903-6d6924bb75b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T07:13:04.649Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:04.649Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T07:13:04.699Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:04.699Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 94801a0e-77cf-4c43-a903-6d6924bb75b4 914
2022-06-24T07:13:04.699Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-24T07:13:04.699Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T07:13:04.700Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:04.700Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:04.702Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:04.702Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054784699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:04.802Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:04.803Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:04.803Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:04.819Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:04.820Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:05.703Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8616361e-e79e-4c63-9d54-426594200bb8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-24T07:13:05.704Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:05.704Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-24T07:13:05.928Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:05.928Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8616361e-e79e-4c63-9d54-426594200bb8 12
2022-06-24T07:13:05.929Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-24T07:13:05.929Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-24T07:13:05.929Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:05.929Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:05.931Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:05.932Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054785929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:06.032Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:06.033Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:06.033Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:06.049Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:06.049Z||pool-120-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:06.933Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 526cbd83-2e7b-49f9-8d9f-f236ab795dc5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T07:13:06.934Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:06.934Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T07:13:07.223Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:07.223Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 526cbd83-2e7b-49f9-8d9f-f236ab795dc5 96
2022-06-24T07:13:07.224Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-24T07:13:07.224Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T07:13:07.224Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:07.226Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:07.230Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:07.231Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054787224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:07.330Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:13:07.331Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:07.331Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:07.345Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:07.346Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:08.231Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e53016a-d722-41fd-826f-e2024a9ac364 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-24T07:13:08.232Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:13:08.232Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-24T07:13:08.420Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:13:08.421Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4e53016a-d722-41fd-826f-e2024a9ac364 20206
2022-06-24T07:13:08.421Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-24T07:13:08.421Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-24T07:13:08.421Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:13:08.421Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:08.423Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:08.423Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054788421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:08.523Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:08.523Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:08.524Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:08.539Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:08.539Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:09.430Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e7ec73a4-3b38-4183-ab66-148b4ae70392
2022-06-24T07:13:09.431Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d254b442-c8a3-4488-969a-154745efa381 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:13:09.441Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33771660, org.onap.sdc.toscaparser.api.parameters.Input@49e21f58, org.onap.sdc.toscaparser.api.parameters.Input@3a646091, org.onap.sdc.toscaparser.api.parameters.Input@26d43b14, org.onap.sdc.toscaparser.api.parameters.Input@2d1bfdb8]
2022-06-24T07:13:09.442Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.443Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.443Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-24T07:13:09.443Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e525b53d-90a5-49b4-bc76-0ecf8569db46
2022-06-24T07:13:09.443Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e525b53d-90a5-49b4-bc76-0ecf8569db46 matches Tosca VF Customization UUID: e525b53d-90a5-49b4-bc76-0ecf8569db46
2022-06-24T07:13:09.443Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e525b53d-90a5-49b4-bc76-0ecf8569db46  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e525b53d-90a5-49b4-bc76-0ecf8569db46: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6aa83345
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7286ea0c-14c8-4a14-9f9c-ea5c12d42922
2022-06-24T07:13:09.445Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7286ea0c-14c8-4a14-9f9c-ea5c12d42922
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-24T07:13:09.447Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.447Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:09.447Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:09.447Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.447Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:09.448Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-24T07:13:09.448Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.448Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-24T07:13:09.448Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e525b53d-90a5-49b4-bc76-0ecf8569db46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:13:09.449Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.449Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.449Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e7ec73a4-3b38-4183-ab66-148b4ae70392: basic_cnf_macro
2022-06-24T07:13:09.449Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.449Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:13:09.450Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?)
2022-06-24T07:13:09.487Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d254b442-c8a3-4488-969a-154745efa381 2 ASDC deployResourceStructure
2022-06-24T07:13:09.487Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-24T07:13:09.487Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-24T07:13:09.487Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:13:09.488Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:09.490Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:09.490Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054789487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:09.591Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:13:09.591Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:09.591Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:09.607Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:09.608Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:10.491Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-24T07:13:10.493Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-24T07:13:10.493Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:13:10.493Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:10.495Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:10.495Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054790491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:10.595Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:10.595Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:10.595Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:10.610Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:10.610Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:13:11.496Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-24T07:13:11.497Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-24T07:13:11.497Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:13:11.497Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:11.499Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:11.500Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054791496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-24T07:13:11.600Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:11.601Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:11.601Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:11.615Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:11.616Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:12.501Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-24T07:13:12.502Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-24T07:13:12.502Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:13:12.502Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:12.505Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:12.505Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054792501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:12.606Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-24T07:13:12.606Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:12.606Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:12.622Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:12.622Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:13.506Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-24T07:13:13.507Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-24T07:13:13.507Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-24T07:13:13.507Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:13.509Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:13.509Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054793506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-24T07:13:13.609Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:13.610Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:13.610Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:13.625Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:13.626Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:13:14.509Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:13:14.510Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-24T07:13:14.511Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:13:14.511Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:13:14.514Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:13:14.514Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054794509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:14.614Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:13:14.615Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:13:14.615Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:14.633Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:14.633Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:13:15.514Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:13:15.527Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:13:15.529Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:13:15.529Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:13:15.529Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:13:45.529Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:13:45.539Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:13:45.542Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:13:45.542Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:13:45.542Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:13:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:13:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:13:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:13:50.939Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:13:50.940Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.940Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054652676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:50.940Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054654007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054655105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054656109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054657113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054658117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054689608,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:13:50.941Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:15.543Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:14:15.554Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:14:15.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:14:15.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:14:15.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:14:45.557Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:14:45.570Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:14:45.572Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:14:45.572Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:14:45.573Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:14:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:14:50.916Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:14:50.916Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:14:50.953Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:14:50.956Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.956Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.958Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.959Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.960Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.961Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.962Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.963Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054741938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054743824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.964Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054740557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.965Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054757224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054757232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.966Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.967Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.967Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054758428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.967Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.967Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.967Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "cds",
  "timestamp": 1656054758462,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=?
2022-06-24T07:14:50.975Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:14:50.975Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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 (?, ?, ?, ?, ?)
2022-06-24T07:14:50.984Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054759720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.985Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054750405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054760915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.986Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054761338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:50.987Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054761949,
  "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=?
2022-06-24T07:14:50.992Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:14:50.992Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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 (?, ?, ?, ?, ?)
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.000Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054762343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054762951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.001Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "policy-id",
  "timestamp": 1656054763346,
  "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=?
2022-06-24T07:14:51.006Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:14:51.006Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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=?
2022-06-24T07:14:51.015Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.015Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054754417,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.015Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.015Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054764633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054755531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:51.016Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054766337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054768639,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054759539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.017Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "clamp",
  "timestamp": 1656054769642,
  "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=?
2022-06-24T07:14:51.023Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:14:51.023Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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 (?, ?, ?, ?, ?)
2022-06-24T07:14:51.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:14:51.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054770330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:14:51.031Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:15.573Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:15:15.583Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:15:15.585Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:15:15.585Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:15:15.585Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:15:45.585Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:15:45.599Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:15:45.601Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:15:45.601Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-24T07:15:45.601Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-24T07:15:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:15:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:15:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:15:51.444Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:15:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054772441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054773444,
  "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=?
2022-06-24T07:15:51.456Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:15:51.457Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.465Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.465Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.465Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054777580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.466Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.467Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "aai-ml",
  "timestamp": 1656054778583,
  "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=?
2022-06-24T07:15:51.472Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b51a4458-510a-4e04-b5e4-44c75d3fc94d
2022-06-24T07:15:51.472Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b51a4458-510a-4e04-b5e4-44c75d3fc94d 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.481Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054770912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.482Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054781696,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.483Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.484Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054783640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054784699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.485Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054785929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054774417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054770645,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054773824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.486Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054770405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054787224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054787720,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054787727,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054787723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.487Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054788421,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054788743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054788726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.488Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "cds",
  "timestamp": 1656054788914,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.502Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.502Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.510Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.510Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054789487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.511Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656054789745,
  "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=?
2022-06-24T07:15:51.516Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.517Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.526Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.527Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "policy-id",
  "timestamp": 1656054789728,
  "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=?
2022-06-24T07:15:51.531Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.531Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.540Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054790491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656054781938,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054791496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054792501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.541Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054793506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054785531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656054794509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054795247,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054795638,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.542Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054797648,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054789539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.543Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "clamp",
  "timestamp": 1656054798651,
  "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=?
2022-06-24T07:15:51.548Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.548Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054799250,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054800603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054800995,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.557Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "aai-ml",
  "timestamp": 1656054801606,
  "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=?
2022-06-24T07:15:51.562Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.562Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:15:51.572Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:15:51.572Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656054801998,
  "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=?
2022-06-24T07:15:51.579Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbbb6fc3-2192-4c00-a1b5-840da16c4241
2022-06-24T07:15:51.580Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbbb6fc3-2192-4c00-a1b5-840da16c4241 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 (?, ?, ?, ?, ?)
2022-06-24T07:16:15.602Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:16:15.614Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d
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=?
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:16:15.616Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:16:15.622Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:16:45.622Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d 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=?
2022-06-24T07:16:45.631Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b51a4458-510a-4e04-b5e4-44c75d3fc94d and serviceModelVersionId: e7ec73a4-3b38-4183-ab66-148b4ae70392
2022-06-24T07:16:45.631Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5518f761-2a26-452b-a31a-f8f0be7fc37c
2022-06-24T07:16:45.632Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?depth=0
2022-06-24T07:16:45.640Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:16:45.676Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?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]}
2022-06-24T07:16:45.676Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?depth=0|INFO|500||Invoke
2022-06-24T07:16:45.694Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:16:45.845Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?depth=0|INFO|500||InvokeReturn
2022-06-24T07:16:45.845Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5518f761-2a26-452b-a31a-f8f0be7fc37c/model-vers/model-ver/e7ec73a4-3b38-4183-ab66-148b4ae70392?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220624-07:16:45:698-61450], vertex-id=[458904], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:16:45 GMT], Content-Type=[application/json]}
2022-06-24T07:16:45.845Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:16:45.845Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:16:45.845Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:16:45.851Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:16:45.851Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b51a4458-510a-4e04-b5e4-44c75d3fc94d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:16:45.851Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:16:45.852Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:45.854Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:45.854Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055005851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:16:45.954Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:45.955Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:45.955Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:45.978Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:45.978Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 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=?
2022-06-24T07:16:46.869Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:16:46.869Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|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.
2022-06-24T07:16:46.869Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:16:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:16:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:51.283Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:51.284Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-24T07:16:51.284Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbbb6fc3-2192-4c00-a1b5-840da16c4241","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4a3df998-8d22-4018-94f9-e6ad12134c64","serviceDescription":"service","serviceInvariantUUID":"c5ad0b43-528a-4b50-93e2-088944c6e63a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"15531e78-dd27-4963-a605-29cc8a79e820","resourceInvariantUUID":"baa09382-54a9-4dac-9d42-773ec838d7ec","resourceCustomizationUUID":"aee83766-931a-4905-a507-579b2532d832","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":"OTFhZWVjMTYzYzFiNjY5NWI4OTBiNGRjOTFlMTZmOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cc2f7f7-3c75-4808-8279-f9bab6195ee2","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":"8e4c1cea-59ff-48f9-9e81-d4fcff73e60f","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":"08181379-8872-489a-a457-0b8ee7528fe6","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":"YTc2ZDlhODJlZDUyNzI1MzY4YTRiOGEzMWM4YWQ1Zjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bbb6dffa-9749-4006-a8d3-86d004779aee","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":"bec0df7d-d482-4015-932e-769a770d7b11","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":"5a3cdfe7-aba4-47c2-b8ba-5f93c810d874","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":"f369955a-0bb7-42be-a22a-445f2724f2ba","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":"NjE0NjU3ZjA1MzcwZTEzMTRjYTY4ZjQ0M2JiMmJmMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88cebd7e-0d5c-4d25-a93f-35189d7015c0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2NiYjI5NzQ0NWYzODY1NWZjM2YzMjU3ZDI0YWM3NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e62e5156-43d1-463e-a56d-a5094baeca70","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-24T07:16:51.286Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:51.287Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:51.289Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:51.289Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:51.389Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:51.390Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:51.390Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:51.404Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:51.405Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:16:51.415Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:51.415Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:16:51.415Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b51a4458-510a-4e04-b5e4-44c75d3fc94d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055005851,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:16:51.416Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:16:52.290Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:52.291Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:52.293Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:52.293Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:52.393Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:52.394Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:52.394Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:52.410Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:52.411Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:16:53.293Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:53.294Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:53.296Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:53.296Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:53.396Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:53.397Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:53.397Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:53.413Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:53.414Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:16:54.296Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:54.297Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:54.299Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:54.299Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:54.399Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:54.400Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:54.400Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:54.415Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:54.415Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:16:55.300Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:55.301Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:55.303Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:55.303Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:55.403Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:55.403Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:55.404Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:55.420Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:55.421Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:16:56.303Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:56.304Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:56.306Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:56.306Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:56.406Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:56.407Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:56.407Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:56.424Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:56.424Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-24T07:16:57.306Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:57.307Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:57.309Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:57.309Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:57.410Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:57.410Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:57.410Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:57.430Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:57.430Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:16:58.310Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:58.310Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:58.312Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:58.312Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:16:58.412Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:58.413Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:58.413Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:58.428Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:58.429Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:16:59.313Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-24T07:16:59.314Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:16:59.315Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:16:59.316Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:16:59.416Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:16:59.416Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:16:59.417Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:16:59.429Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:16:59.429Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:17:00.317Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4a3df998-8d22-4018-94f9-e6ad12134c64",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5ad0b43-528a-4b50-93e2-088944c6e63a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "aee83766-931a-4905-a507-579b2532d832",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "15531e78-dd27-4963-a605-29cc8a79e820",
      "resourceInvariantUUID": "baa09382-54a9-4dac-9d42-773ec838d7ec",
      "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": "Y2NiYjI5NzQ0NWYzODY1NWZjM2YzMjU3ZDI0YWM3NjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e62e5156-43d1-463e-a56d-a5094baeca70"
    }
  ],
  "workloadContext": "Production"
}
2022-06-24T07:17:00.317Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-24T07:17:00.317Z|b51a4458-510a-4e04-b5e4-44c75d3fc94d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4a3df998-8d22-4018-94f9-e6ad12134c64 ASDC
2022-06-24T07:17:00.317Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bbbb6fc3-2192-4c00-a1b5-840da16c4241
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4a3df998-8d22-4018-94f9-e6ad12134c64
ServiceInvariantUUID:c5ad0b43-528a-4b50-93e2-088944c6e63a
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:e62e5156-43d1-463e-a56d-a5094baeca70
ArtifactChecksum:Y2NiYjI5NzQ0NWYzODY1NWZjM2YzMjU3ZDI0YWM3NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:aee83766-931a-4905-a507-579b2532d832
ResourceInvariantUUID:baa09382-54a9-4dac-9d42-773ec838d7ec
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:15531e78-dd27-4963-a605-29cc8a79e820
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-24T07:17:00.317Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a3df998-8d22-4018-94f9-e6ad12134c64 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=?
2022-06-24T07:17:00.342Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:17:00.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:17:00.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:17:00.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e62e5156-43d1-463e-a56d-a5094baeca70 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:17:00.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-24T07:17:00.344Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:17:00.705Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-24T07:17:00.708Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e62e5156-43d1-463e-a56d-a5094baeca70 105660
2022-06-24T07:17:00.708Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:17:00.709Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:17:00.709Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-24T07:17:00.709Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:17:00.710Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:17:00.710Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055020708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:17:00.810Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:17:00.811Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:17:00.811Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:00.828Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:00.829Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:17:01.711Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-24T07:17:01.712Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-24T07:17:01.712Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e62e5156-43d1-463e-a56d-a5094baeca70, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:01.713Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-24T07:17:01.713Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:01.713Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:01.786Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2255520860643943723/Definitions/service-TestPnfMacro-template.yml
2022-06-24T07:17:02.332Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:17:02.333Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.334Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4a3df998-8d22-4018-94f9-e6ad12134c64
Model Version:NULL
Model InvariantUuid:c5ad0b43-528a-4b50-93e2-088944c6e63a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-24T07:17:02.341Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 15531e78-dd27-4963-a605-29cc8a79e820
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:17:02.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-06-24T07:17:02.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 15531e78-dd27-4963-a605-29cc8a79e820
2022-06-24T07:17:02.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4a3df998-8d22-4018-94f9-e6ad12134c64
2022-06-24T07:17:02.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4a3df998-8d22-4018-94f9-e6ad12134c64
2022-06-24T07:17:02.343Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 15531e78-dd27-4963-a605-29cc8a79e820 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:17:02.347Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73946103, org.onap.sdc.toscaparser.api.parameters.Input@306c891, org.onap.sdc.toscaparser.api.parameters.Input@25b042c, org.onap.sdc.toscaparser.api.parameters.Input@5e34cd30, org.onap.sdc.toscaparser.api.parameters.Input@ef8238c]
2022-06-24T07:17:02.347Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.347Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.347Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4a3df998-8d22-4018-94f9-e6ad12134c64: test-pnf
2022-06-24T07:17:02.347Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Processing PNF resource: 15531e78-dd27-4963-a605-29cc8a79e820
2022-06-24T07:17:02.348Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-24T07:17:02.348Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-24T07:17:02.348Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||Resource customization UUID: aee83766-931a-4905-a507-579b2532d832 is the same as notified resource customizationUUID: aee83766-931a-4905-a507-579b2532d832
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-24T07:17:02.384Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 15531e78-dd27-4963-a605-29cc8a79e820 0 ASDC deployResourceStructure
2022-06-24T07:17:02.384Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-24T07:17:02.384Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-24T07:17:02.384Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-24T07:17:02.384Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:17:02.385Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:17:02.385Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055022384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:17:02.486Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-24T07:17:02.486Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:17:02.487Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:02.501Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:02.501Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-24T07:17:03.386Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbbb6fc3-2192-4c00-a1b5-840da16c4241
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=?
2022-06-24T07:17:03.399Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbbb6fc3-2192-4c00-a1b5-840da16c4241
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=?
2022-06-24T07:17:03.401Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-24T07:17:03.401Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-24T07:17:03.402Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-24T07:17:03.408Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-24T07:17:33.409Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbbb6fc3-2192-4c00-a1b5-840da16c4241 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=?
2022-06-24T07:17:33.414Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbbb6fc3-2192-4c00-a1b5-840da16c4241 and serviceModelVersionId: 4a3df998-8d22-4018-94f9-e6ad12134c64
2022-06-24T07:17:33.414Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5ad0b43-528a-4b50-93e2-088944c6e63a
2022-06-24T07:17:33.415Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0
2022-06-24T07:17:33.419Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-24T07:17:33.441Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|INFO|500||Invoke
2022-06-24T07:17:33.441Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bbbb6fc3-2192-4c00-a1b5-840da16c4241], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df555b5e-3905-415e-8f14-3bbdba2aa9ed], X-ECOMP-RequestID=[bbbb6fc3-2192-4c00-a1b5-840da16c4241], X-TransactionId=[], X-ONAP-RequestID=[bbbb6fc3-2192-4c00-a1b5-840da16c4241], Content-Type=[application/merge-patch+json]}
2022-06-24T07:17:33.458Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-24T07:17:33.545Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220624-07:17:33:463-32626], vertex-id=[229512], Content-Length=[0], Date=[Fri, 24 Jun 2022 07:17:33 GMT], Content-Type=[application/json]}
2022-06-24T07:17:33.546Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-24T07:17:33.546Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5ad0b43-528a-4b50-93e2-088944c6e63a/model-vers/model-ver/4a3df998-8d22-4018-94f9-e6ad12134c64?depth=0|INFO|500||InvokeReturn
2022-06-24T07:17:33.547Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-24T07:17:33.547Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-24T07:17:33.551Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-24T07:17:33.551Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbbb6fc3-2192-4c00-a1b5-840da16c4241 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-24T07:17:33.551Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-24T07:17:33.552Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-24T07:17:33.553Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-24T07:17:33.554Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055053551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:17:33.654Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-24T07:17:33.655Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-24T07:17:33.655Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:33.675Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:33.676Z||pool-141-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-24T07:17:34.571Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:34.571Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:17:34.571Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:44.118Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:44.119Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:44.119Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:17:44.119Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:17:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:17:50.938Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:50.938Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:17:50.939Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:17:50.940Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:17:53.658Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:17:53.659Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:17:53.659Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:17:53.659Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:18:03.202Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:18:03.203Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:18:03.203Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:18:03.203Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:18:12.745Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:18:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:18:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:18:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:18:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:18:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:18:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:18:51.444Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:18:51.445Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.445Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.446Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.447Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055006869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055020708,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055022384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bbbb6fc3-2192-4c00-a1b5-840da16c4241",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656055053551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-24T07:18:51.448Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-24T07:19:00.460Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:19:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:19:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:19:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:19:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:19:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:20:00.462Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:00.462Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:20:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:20:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:20:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:20:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:20:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:21:00.460Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:21:00.464Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:21:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:21:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:21:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:21:50.915Z||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.
2022-06-24T07:21:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:22:00.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:22:00.460Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:22:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:22:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:22:50.914Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:22:50.914Z||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.
2022-06-24T07:22:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:23:00.452Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:23:00.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:23:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:23:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:23:50.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:23:50.915Z||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.
2022-06-24T07:23:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:24:00.463Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:24:00.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:24:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:50.914Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:24:50.914Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:24:50.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:24:50.915Z||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.
2022-06-24T07:24:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:25:00.469Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:25:00.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:25:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:25:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:25:50.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:25:50.914Z||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.
2022-06-24T07:25:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:26:00.462Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:26:00.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:26:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:26:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:26:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:26:50.914Z||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.
2022-06-24T07:26:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:27:00.463Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:27:00.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:27:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:27:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:27:50.914Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:27:50.915Z||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.
2022-06-24T07:27:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:28:00.466Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:28:00.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:28:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:50.914Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:28:50.914Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:28:50.914Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:28:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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.
2022-06-24T07:28:50.915Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:29:00.464Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:29:00.464Z|3dbfd74e-bf5f-4e6c-9465-b3ee2d86a765|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:29:50.912Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:50.913Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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.
2022-06-24T07:29:50.914Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:29:50.914Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:29:50.914Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T07:29:50.915Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:30:00.463Z|bbbb6fc3-2192-4c00-a1b5-840da16c4241|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:30:00.463Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:30:50.912Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:50.914Z|41a09005-3c71-485e-bad8-9bef638930e3|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.
2022-06-24T07:30:50.914Z|41a09005-3c71-485e-bad8-9bef638930e3|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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:30:50.914Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-24T07:30:50.915Z||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.
2022-06-24T07:30:50.915Z||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 I9PeLBS7U7VBTny2) ...
2022-06-24T07:31:00.461Z|41a09005-3c71-485e-bad8-9bef638930e3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-24T07:31:00.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK