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-06T08:50:05.857Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T08:50:19.970Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T08:50:19.971Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T08:50:20.143Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T08:50:25.526Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T08:50:25.983Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T08:50:26.562Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T08:50:26.569Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T08:50:26.693Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T08:50:26.945Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T08:50:27.711Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T08:50:29.728Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:50:32.809Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:50:32.895Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T08:50:33.646Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T08:50:33.968Z||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-06T08:50:35.423Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T08:50:36.757Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-06T08:50:36.784Z||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$$36dd570f.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-06T08:50:36.785Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T08:50:40.493Z||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-06T08:50:43.990Z||main|||||WARN|500||---
2022-06-06T08:50:43.991Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T08:50:43.991Z||main|||||WARN|500||---
2022-06-06T08:50:44.665Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T08:50:51.104Z||main|||||INFO|500||Started Application in 49.244 seconds (JVM running for 52.12)
2022-06-06T08:50:51.134Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:50:51.137Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:50:51.157Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:50:51.191Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:50:51.244Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6cac96ba-d34c-4239-9841-f44a3a2f89b5 url= /sdc/v1/artifactTypes
2022-06-06T08:50:51.245Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:50:52.398Z||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.12.0] 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$$739742f2.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-06T08:50:52.409Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22fd0e0d
2022-06-06T08:50:52.410Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:50:52.446Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:50:52.451Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:50:52.456Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$739742f2.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-06T08:51:41.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:51:41.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:51:41.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:51:41.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:51:41.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6b38908-589d-4181-bb8d-9ab10263fe13 url= /sdc/v1/artifactTypes
2022-06-06T08:51:41.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:51:42.129Z||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.12.0] 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$$739742f2.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-06T08:51:42.129Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13345051
2022-06-06T08:51:42.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:51:42.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:51:42.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:51:42.131Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$739742f2.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-06T08:52:31.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:52:31.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:52:31.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:52:31.104Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:52:31.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10f51d41-7104-46ae-bde5-ce6e256e05e6 url= /sdc/v1/artifactTypes
2022-06-06T08:52:31.115Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:52:32.139Z||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.12.0] 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$$739742f2.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-06T08:52:32.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@225cbfa9
2022-06-06T08:52:32.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:52:32.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:52:32.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:52:32.142Z||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$$739742f2.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-06T08:53:21.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:53:21.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:53:21.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:53:21.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:53:21.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f723e502-97ad-4690-a4d8-cd3a25a8f3f0 url= /sdc/v1/artifactTypes
2022-06-06T08:53:21.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:53:22.129Z||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.12.0] 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$$739742f2.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-06T08:53:22.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab425d7
2022-06-06T08:53:22.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:53:22.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:53:22.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:53:22.135Z||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$$739742f2.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-06T08:54:11.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:54:11.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:54:11.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:54:11.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:54:11.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2172eddd-c82d-423d-83d8-497e5508a06c url= /sdc/v1/artifactTypes
2022-06-06T08:54:11.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:54:12.144Z||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.12.0] 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$$739742f2.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-06T08:54:12.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f810d7d
2022-06-06T08:54:12.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:54:12.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:54:12.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:54:12.147Z||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$$739742f2.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-06T08:55:01.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:55:01.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:55:01.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:55:01.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:55:01.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e7c2099d-fe10-4555-a8e7-bc1ecf9d1d43 url= /sdc/v1/artifactTypes
2022-06-06T08:55:01.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:55:02.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.0] 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$$739742f2.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-06T08:55:02.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a2d60c5
2022-06-06T08:55:02.125Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:55:02.126Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:55:02.126Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:55:02.127Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$739742f2.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-06T08:55:51.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:55:51.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:55:51.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:55:51.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:55:51.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c9aebf29-1e48-4adb-ac19-7e3dc891ce26 url= /sdc/v1/artifactTypes
2022-06-06T08:55:51.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:55:52.138Z||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.12.0] 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$$739742f2.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-06T08:55:52.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8152186
2022-06-06T08:55:52.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:55:52.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:55:52.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:55:52.141Z||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$$739742f2.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-06T08:56:41.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:56:41.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:56:41.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:56:41.104Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:56:41.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 83667c26-623a-4d86-ba67-5857650cc219 url= /sdc/v1/artifactTypes
2022-06-06T08:56:41.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:56:42.159Z||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.12.0] 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$$739742f2.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-06T08:56:42.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fb6d1d
2022-06-06T08:56:42.160Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:56:42.161Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:56:42.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:56:42.162Z||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$$739742f2.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-06T08:57:31.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:57:31.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:57:31.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:57:31.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:57:31.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cf7be51-4597-4b79-8b49-0fb1e00bbc68 url= /sdc/v1/artifactTypes
2022-06-06T08:57:31.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:57:32.143Z||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.12.0] 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$$739742f2.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-06T08:57:32.144Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10b0dba
2022-06-06T08:57:32.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:57:32.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:57:32.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:57:32.146Z||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$$739742f2.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-06T08:58:21.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:58:21.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:58:21.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:58:21.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:58:21.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20f8caf0-5f88-4ef4-ab4f-848ae6a6d3c5 url= /sdc/v1/artifactTypes
2022-06-06T08:58:21.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:58:22.156Z||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.12.0] 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$$739742f2.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-06T08:58:22.157Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e9a2e3b
2022-06-06T08:58:22.157Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:58:22.158Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:58:22.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:58:22.159Z||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$$739742f2.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-06T08:59:11.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T08:59:11.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T08:59:11.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T08:59:11.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T08:59:11.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa8a02ee-6a16-433b-b526-72c42a7f9def url= /sdc/v1/artifactTypes
2022-06-06T08:59:11.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T08:59:12.144Z||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.12.0] 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$$739742f2.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-06T08:59:12.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c576ec2
2022-06-06T08:59:12.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T08:59:12.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T08:59:12.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T08:59:12.147Z||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$$739742f2.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-06T09:00:01.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:00:01.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:00:01.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:00:01.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:00:01.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20a16824-9540-4068-b4b6-76cb7bf1fe79 url= /sdc/v1/artifactTypes
2022-06-06T09:00:01.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:00:02.124Z||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.12.0] 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$$739742f2.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-06T09:00:02.125Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5c414da1
2022-06-06T09:00:02.126Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:00:02.126Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:00:02.126Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:00:02.127Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: 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$$739742f2.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-06T09:00:31.898Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T09:00:51.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:00:51.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:00:51.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:00:51.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:00:51.110Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14cc184c-4196-4bb3-ada5-882163908e2b url= /sdc/v1/artifactTypes
2022-06-06T09:00:51.110Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:00:52.141Z||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.12.0] 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$$739742f2.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-06T09:00:52.142Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@181dcef9
2022-06-06T09:00:52.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:00:52.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:00:52.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:00:52.144Z||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$$739742f2.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-06T09:01:41.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:01:41.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:01:41.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:01:41.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:01:41.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6177c296-c10a-4a6c-a09e-662ae034e862 url= /sdc/v1/artifactTypes
2022-06-06T09:01:41.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:01:42.129Z||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.12.0] 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$$739742f2.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-06T09:01:42.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b77fecf
2022-06-06T09:01:42.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:01:42.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:01:42.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:01:42.131Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$739742f2.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-06T09:02:31.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:02:31.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:02:31.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:02:31.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:02:31.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f1986a59-bb77-4d76-92ad-19bec032ecd5 url= /sdc/v1/artifactTypes
2022-06-06T09:02:31.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:02:32.144Z||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.12.0] 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$$739742f2.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-06T09:02:32.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6048f1b8
2022-06-06T09:02:32.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:02:32.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:02:32.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:02:32.146Z||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$$739742f2.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-06T09:03:21.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:03:21.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:03:21.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:03:21.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:03:21.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 661120d9-21e3-4321-a83a-92a69c79ed8a url= /sdc/v1/artifactTypes
2022-06-06T09:03:21.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:03:22.128Z||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.12.0] 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$$739742f2.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-06T09:03:22.129Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20d37950
2022-06-06T09:03:22.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:03:22.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:03:22.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:03:22.132Z||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$$739742f2.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-06T09:04:11.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:04:11.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:04:11.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:04:11.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:04:11.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8470ec0-123c-43aa-81fb-60f52fcc6d35 url= /sdc/v1/artifactTypes
2022-06-06T09:04:11.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:04:12.138Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:04:12.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3417088a
2022-06-06T09:04:12.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:04:12.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:04:12.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:04:12.140Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:05:01.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:05:01.097Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:05:01.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:05:01.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:05:01.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c343eed9-0496-437d-8eac-270d195e1cc5 url= /sdc/v1/artifactTypes
2022-06-06T09:05:01.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:05:02.159Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:05:02.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f90a95f
2022-06-06T09:05:02.160Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:05:02.160Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:05:02.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:05:02.161Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:05:51.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:05:51.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:05:51.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:05:51.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:05:51.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7494398b-d662-4ea2-8ea2-2999110a410b url= /sdc/v1/artifactTypes
2022-06-06T09:05:51.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:05:52.139Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:05:52.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@48329958
2022-06-06T09:05:52.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:05:52.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:05:52.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:05:52.142Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:06:41.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:06:41.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:06:41.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:06:41.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:06:41.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c539cdc7-7939-4151-aa69-65794961182d url= /sdc/v1/artifactTypes
2022-06-06T09:06:41.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:06:42.123Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:06:42.124Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e421ddc
2022-06-06T09:06:42.124Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:06:42.124Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:06:42.125Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:06:42.125Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:07:31.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:07:31.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:07:31.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:07:31.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:07:31.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ff33ccf-2c48-41d1-9dfb-2f5d8a3e7a2a url= /sdc/v1/artifactTypes
2022-06-06T09:07:31.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:07:32.142Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:07:32.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@578d613
2022-06-06T09:07:32.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:07:32.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:07:32.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:07:32.146Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:08:21.096Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:08:21.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:08:21.098Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:08:21.102Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:08:21.112Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44617325-ffc4-4de7-b6ce-9b04b4c5bb95 url= /sdc/v1/artifactTypes
2022-06-06T09:08:21.113Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:08:22.156Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:08:22.157Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5adfcc5d
2022-06-06T09:08:22.157Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:08:22.158Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:08:22.158Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:08:22.159Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:09:11.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:09:11.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:09:11.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:09:11.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:09:11.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fb992a0-2212-403c-8af5-2e32d241ecb9 url= /sdc/v1/artifactTypes
2022-06-06T09:09:11.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:09:12.144Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:09:12.144Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6904f34c
2022-06-06T09:09:12.144Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:09:12.145Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:09:12.145Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:09:12.146Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:10:01.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:10:01.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:10:01.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:10:01.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:10:01.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0d499be4-341e-4bbf-ab1c-6abcf7495422 url= /sdc/v1/artifactTypes
2022-06-06T09:10:01.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:10:02.129Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:10:02.129Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15a18932
2022-06-06T09:10:02.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:10:02.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:10:02.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:10:02.131Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:10:51.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:10:51.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:10:51.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:10:51.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:10:51.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5b34c43-0934-41a9-a35c-614e138d1ae6 url= /sdc/v1/artifactTypes
2022-06-06T09:10:51.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:10:52.143Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:10:52.143Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a0afb6e
2022-06-06T09:10:52.143Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:10:52.144Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:10:52.144Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:10:52.144Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:11:41.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:11:41.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:11:41.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:11:41.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:11:41.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1cd911f4-97a1-4d5a-befb-a6b90927e9b6 url= /sdc/v1/artifactTypes
2022-06-06T09:11:41.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:11:42.128Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:11:42.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@14505111
2022-06-06T09:11:42.129Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:11:42.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:11:42.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:11:42.131Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:12:31.096Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:12:31.098Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:12:31.099Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:12:31.105Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:12:31.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 50cab947-5183-4089-b191-466fc4ea3c48 url= /sdc/v1/artifactTypes
2022-06-06T09:12:31.114Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:12:32.138Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:12:32.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26d5ffdc
2022-06-06T09:12:32.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:12:32.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:12:32.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:12:32.142Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:13:21.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:13:21.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:13:21.096Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:13:21.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:13:21.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 098c8245-06f8-4400-a358-e54fb1ade0e5 url= /sdc/v1/artifactTypes
2022-06-06T09:13:21.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:13:22.159Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:13:22.160Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1173d144
2022-06-06T09:13:22.160Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:13:22.161Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:13:22.161Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:13:22.162Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:14:11.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:14:11.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:14:11.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:14:11.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:14:11.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 913a7387-8c06-4474-a18a-4e41bc76f31c url= /sdc/v1/artifactTypes
2022-06-06T09:14:11.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:14:12.144Z||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.12.0] 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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2022-06-06T09:14:12.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ebe2bb6
2022-06-06T09:14:12.146Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T09:14:12.146Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T09:14:12.147Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T09:14:12.148Z||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$$739742f2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2022-06-06T09:15:01.094Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T09:15:01.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T09:15:01.095Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T09:15:01.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T09:15:01.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c77275b0-33a2-4452-afbe-c86da3a80bef url= /sdc/v1/artifactTypes
2022-06-06T09:15:01.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T09:15:01.342Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T09:15:01.357Z||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-06T09:15:01.391Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T09:15:01.404Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T09:15:01.441Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:15:01.465Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81373670-80e7-4b18-9788-8b48edd64950 url= /sdc/v1/registerForDistribution
2022-06-06T09:15:01.615Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 81373670-80e7-4b18-9788-8b48edd64950 url= /sdc/v1/registerForDistribution
2022-06-06T09:15:01.616Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T09:15:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:15:01.640Z||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-06T09:15:01.641Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:15:01.644Z||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-06T09:15:01.644Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T09:15:01.644Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:15:11.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:15:11.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:16:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:01.627Z||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-06T09:16:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:16:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:16:01.631Z||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-06T09:16:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:16:11.187Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:16:11.187Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:17:01.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:01.627Z||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-06T09:17:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:17:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:17:01.633Z||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-06T09:17:01.633Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:17:11.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:17:11.209Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:18:01.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:01.628Z||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-06T09:18:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:18:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:18:01.632Z||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-06T09:18:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:18:11.193Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:18:11.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:19:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:01.627Z||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-06T09:19:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:19:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:19:01.631Z||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-06T09:19:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:19:11.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:19:11.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:20:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:01.627Z||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-06T09:20:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:20:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:20:01.631Z||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-06T09:20:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:20:11.205Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:20:11.205Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:21:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:01.628Z||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-06T09:21:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:21:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:21:01.631Z||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-06T09:21:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:21:11.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:21:11.185Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:22:01.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:22:01.633Z||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-06T09:22:01.634Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:22:01.639Z||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-06T09:22:01.640Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:22:11.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:22:11.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:23:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:01.627Z||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-06T09:23:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:23:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:23:01.630Z||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-06T09:23:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:23:11.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:23:11.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:24:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:01.627Z||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-06T09:24:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:24:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:24:01.631Z||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-06T09:24:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:24:11.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:24:11.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:25:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:01.627Z||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-06T09:25:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:25:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:25:01.631Z||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-06T09:25:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:25:11.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:25:11.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:26:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:01.627Z||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-06T09:26:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:26:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:26:01.634Z||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-06T09:26:01.635Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:26:11.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:26:11.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:27:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:01.627Z||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-06T09:27:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:27:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:27:01.631Z||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-06T09:27:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:27:11.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:27:11.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:28:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:01.629Z||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-06T09:28:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:28:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:28:01.631Z||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-06T09:28:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:28:11.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:28:11.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:29:01.627Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:01.628Z||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-06T09:29:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:29:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:29:01.631Z||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-06T09:29:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:29:11.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:29:11.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:30:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:01.626Z||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-06T09:30:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:30:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:30:01.631Z||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-06T09:30:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:30:11.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:30:11.189Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:31:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:01.626Z||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-06T09:31:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:31:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:31:01.631Z||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-06T09:31:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:31:11.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:31:11.194Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:32:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:01.627Z||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-06T09:32:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:32:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:32:01.631Z||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-06T09:32:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:32:11.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:32:11.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:33:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:01.628Z||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-06T09:33:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:33:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:33:01.631Z||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-06T09:33:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:33:11.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:33:11.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:34:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:01.626Z||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-06T09:34:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:34:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:34:01.631Z||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-06T09:34:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:34:11.176Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:34:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:35:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:01.627Z||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-06T09:35:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:35:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:35:01.631Z||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-06T09:35:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:35:11.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:35:11.191Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:36:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:01.626Z||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-06T09:36:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:36:01.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:36:01.631Z||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-06T09:36:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:36:11.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:36:11.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:37:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:01.626Z||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-06T09:37:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:37:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:37:01.631Z||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-06T09:37:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:37:11.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:37:11.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:38:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:01.628Z||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-06T09:38:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:38:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:38:01.630Z||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-06T09:38:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:38:11.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:38:11.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:39:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:01.626Z||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-06T09:39:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:39:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:39:01.630Z||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-06T09:39:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:39:11.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:39:11.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:01.626Z||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-06T09:40:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:40:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:40:01.631Z||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-06T09:40:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:40:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:40:11.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:41:01.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:41:01.627Z||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-06T09:41:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:41:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:41:01.631Z||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-06T09:41:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:41:11.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:41:11.183Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:42:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:42:01.627Z||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-06T09:42:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:42:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:42:01.630Z||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-06T09:42:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:42:11.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:42:11.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:01.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:43:01.630Z||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-06T09:43:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:43:01.632Z||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-06T09:43:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:43:11.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:43:11.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:44:01.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:01.628Z||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-06T09:44:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:44:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:44:01.631Z||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-06T09:44:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:44:11.185Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:44:11.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:01.627Z||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-06T09:45:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:45:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:45:01.631Z||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-06T09:45:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:45:11.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:45:11.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:46:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:46:01.626Z||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-06T09:46:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:46:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:46:01.630Z||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-06T09:46:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:46:11.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:46:11.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:47:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:47:01.627Z||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-06T09:47:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:47:01.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:47:01.632Z||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-06T09:47:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:47:11.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:47:11.185Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:48:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:48:01.627Z||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-06T09:48:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:48:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:48:01.631Z||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-06T09:48:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:48:11.182Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:48:11.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:01.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:01.629Z||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-06T09:49:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:49:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:49:01.631Z||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-06T09:49:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:49:11.190Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:49:11.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:50:01.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:50:01.627Z||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-06T09:50:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:50:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:50:01.631Z||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-06T09:50:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:50:11.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:50:11.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:01.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:01.626Z||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-06T09:51:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:51:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:51:01.631Z||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-06T09:51:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:51:11.178Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:51:11.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:52:01.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:52:01.627Z||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-06T09:52:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:52:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:52:01.631Z||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-06T09:52:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:52:11.183Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:52:11.183Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:53:01.625Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:53:01.627Z||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-06T09:53:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:53:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:53:01.631Z||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-06T09:53:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:53:11.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:53:11.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:54:01.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:54:01.630Z||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-06T09:54:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:54:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:54:01.631Z||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-06T09:54:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:54:11.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:54:11.192Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:55:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:55:01.627Z||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-06T09:55:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:55:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:55:01.631Z||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-06T09:55:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:55:11.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:55:11.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:56:01.627Z||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-06T09:56:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:56:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:56:01.631Z||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-06T09:56:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:56:11.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:56:11.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:57:01.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:57:01.626Z||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-06T09:57:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:57:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:57:01.631Z||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-06T09:57:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:57:11.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:57:11.176Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:58:01.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:58:01.627Z||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-06T09:58:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:58:01.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:58:01.631Z||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-06T09:58:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:58:11.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:58:11.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:59:01.627Z||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-06T09:59:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:59:01.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T09:59:01.631Z||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-06T09:59:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T09:59:11.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T09:59:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:01.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:00:01.629Z||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-06T10:00:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:00:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:00:01.631Z||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-06T10:00:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:00:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:00:11.191Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:01:01.627Z||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-06T10:01:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:01:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:01:01.631Z||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-06T10:01:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:01:11.186Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:01:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:02:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:02:01.627Z||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-06T10:02:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:02:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:02:01.631Z||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-06T10:02:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:02:11.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:02:11.180Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:03:01.627Z||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-06T10:03:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:03:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:03:01.631Z||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-06T10:03:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:03:11.202Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:03:11.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:04:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:04:01.627Z||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-06T10:04:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:04:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:04:01.631Z||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-06T10:04:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:04:11.179Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:04:11.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:01.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:05:01.629Z||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-06T10:05:01.629Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:05:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:05:01.631Z||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-06T10:05:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:05:11.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:05:11.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:01.627Z||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-06T10:06:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:06:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:06:01.631Z||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-06T10:06:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:06:11.185Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:06:11.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:07:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:07:01.626Z||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-06T10:07:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:07:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:07:01.631Z||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-06T10:07:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:07:11.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:07:11.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:08:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:08:01.627Z||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-06T10:08:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:08:01.630Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:08:01.631Z||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-06T10:08:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:08:11.178Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:08:11.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:09:01.626Z||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-06T10:09:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:09:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:09:01.631Z||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-06T10:09:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:09:11.175Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:09:11.180Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:10:01.627Z||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-06T10:10:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:10:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:10:01.630Z||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-06T10:10:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:10:11.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:10:11.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:11:01.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:11:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:11:01.632Z||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-06T10:11:01.632Z||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-06T10:11:01.633Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:11:01.633Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:11:11.191Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:11:11.196Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:12:01.625Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:12:01.626Z||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-06T10:12:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:12:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:12:01.631Z||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-06T10:12:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:12:11.179Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:12:11.179Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:01.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:13:01.627Z||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-06T10:13:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:13:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:13:01.631Z||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-06T10:13:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:13:11.183Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:13:11.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:14:01.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:14:01.626Z||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-06T10:14:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:14:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:14:01.631Z||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-06T10:14:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:14:11.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:14:11.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:15:01.625Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:15:01.626Z||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-06T10:15:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:15:01.630Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:15:01.631Z||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-06T10:15:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:15:11.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:15:11.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:01.626Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:01.628Z||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-06T10:16:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:16:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:16:01.630Z||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-06T10:16:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:16:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:16:11.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:17:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:17:01.626Z||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-06T10:17:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:17:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:17:01.631Z||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-06T10:17:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:17:11.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:17:11.186Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:18:01.627Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:18:01.628Z||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-06T10:18:01.628Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:18:01.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:18:01.631Z||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-06T10:18:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:18:11.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:18:11.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:19:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:19:01.627Z||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-06T10:19:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:19:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:19:01.631Z||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-06T10:19:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:19:11.182Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:19:11.182Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:01.625Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:20:01.626Z||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-06T10:20:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:20:01.630Z||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-06T10:20:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:02.263Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:02.263Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:02.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dce629e1-6c2f-49a3-978e-b44439418c91","serviceName":"basic_onboard_hICQHQ","serviceVersion":"1.0","serviceUUID":"520f02d0-dd79-4d4d-9c64-fe387711bc23","serviceDescription":"service","serviceInvariantUUID":"fbfb48f5-18d0-41d0-a1d5-60b57e572231","resources":[{"resourceInstanceName":"basic_onboard_hICQHQ 0","resourceName":"basic_onboard_hICQHQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7346460-7c6d-45e4-ad83-8b607f7e1caf","resourceInvariantUUID":"a204509f-1334-4be8-a58f-afe78d74f397","resourceCustomizationUUID":"d5b34587-536f-4cf7-8057-a18aeef2ca84","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml","artifactChecksum":"NTI0ZDNiMjljNGUwNmI4ZTZiNDc4NjNmMTA5MzIyZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90f6f9e7-7355-4c5d-8a5a-31ad56d2d6dc","artifactVersion":"1"},{"artifactName":"basic_onboard_hicqhq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json","artifactChecksum":"ZTIwODZiM2FmYzE4ZDA1MGMwMTg0YjRlOTQ0MGU1N2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0633dc06-37dd-4dbd-b3c4-3c748cccf0ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"de5d0a2b-9c3f-45e7-8773-8146db171f80","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95f29aa6-fe43-45c6-8ef5-88417f068be2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"58810eb7-aaf1-4a77-8cfd-4f5c836fb684","artifactVersion":"2","generatedFromUUID":"de5d0a2b-9c3f-45e7-8773-8146db171f80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHicqhq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml","artifactChecksum":"YzNhYmExYThjNWIzODExYTQ4MWE3ZTIwOTExYTEzMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9e92ece-0131-4156-b103-73ee9930a871","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHicqhq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar","artifactChecksum":"MjViOTVhNmQzZmMxN2U4YTc5N2M4OGQ3MzAzY2JiNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88ef9ada-a560-4656-aec9-bad01ae5f752","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:20:02.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.285Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:02.295Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:02.311Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:02.312Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.335Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510750407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510744155,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510743654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510760567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510761328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "cds",
  "timestamp": 1654510761590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-06T10:20:02.413Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-06T10:20:02.418Z||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-06T10:20:02.418Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T10:20:02.444Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:02.445Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:20:02.641Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.662Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:02.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510762343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510755039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510756396,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "policy-id",
  "timestamp": 1654510763347,
  "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-06T10:20:02.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.715Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:02.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510764568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510765963,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510766788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510767269,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510768378,
  "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-06T10:20:02.747Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.747Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510761470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510768796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510769391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "clamp",
  "timestamp": 1654510769802,
  "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-06T10:20:02.770Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.771Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:02.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510769978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:02.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510766204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510774766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510775335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:02.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654510776343,
  "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-06T10:20:02.791Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.792Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510795315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:20:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:20:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "aai-ml",
  "timestamp": 1654510796321,
  "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-06T10:20:02.811Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dce629e1-6c2f-49a3-978e-b44439418c91
2022-06-06T10:20:02.811Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:03.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:03.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:03.322Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:03.322Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:20:03.423Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:03.424Z||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-06T10:20:03.425Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:03.438Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:03.440Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:04.323Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:04.324Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:04.326Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:04.326Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:20:04.426Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:04.428Z||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-06T10:20:04.428Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:04.442Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:04.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:05.327Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:05.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:05.330Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:05.330Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:05.432Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:05.433Z||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-06T10:20:05.433Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:05.450Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:05.450Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:06.331Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:06.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:06.335Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:06.335Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T10:20:06.435Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:06.436Z||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-06T10:20:06.436Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:06.451Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:06.452Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:07.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:07.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:07.341Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:07.341Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:20:07.440Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:20:07.441Z||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-06T10:20:07.441Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:07.457Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:07.458Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:08.342Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:20:08.343Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:08.346Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:08.346Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:20:08.446Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:20:08.448Z||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-06T10:20:08.448Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:08.463Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:08.463Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:09.349Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "serviceName": "basic_onboard_hICQHQ",
  "serviceVersion": "1.0",
  "serviceUUID": "520f02d0-dd79-4d4d-9c64-fe387711bc23",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fbfb48f5-18d0-41d0-a1d5-60b57e572231",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hICQHQ 0",
      "resourceCustomizationUUID": "d5b34587-536f-4cf7-8057-a18aeef2ca84",
      "resourceName": "basic_onboard_hICQHQ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b7346460-7c6d-45e4-ad83-8b607f7e1caf",
      "resourceInvariantUUID": "a204509f-1334-4be8-a58f-afe78d74f397",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hicqhq0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
          "artifactChecksum": "ZTIwODZiM2FmYzE4ZDA1MGMwMTg0YjRlOTQ0MGU1N2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0633dc06-37dd-4dbd-b3c4-3c748cccf0ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "de5d0a2b-9c3f-45e7-8773-8146db171f80",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "58810eb7-aaf1-4a77-8cfd-4f5c836fb684",
            "generatedFromUUID": "de5d0a2b-9c3f-45e7-8773-8146db171f80"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "58810eb7-aaf1-4a77-8cfd-4f5c836fb684",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHicqhq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
      "artifactChecksum": "MjViOTVhNmQzZmMxN2U4YTc5N2M4OGQ3MzAzY2JiNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88ef9ada-a560-4656-aec9-bad01ae5f752"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:20:09.350Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:20:09.350Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 520f02d0-dd79-4d4d-9c64-fe387711bc23 ASDC
2022-06-06T10:20:09.463Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dce629e1-6c2f-49a3-978e-b44439418c91
ServiceName:basic_onboard_hICQHQ
ServiceVersion:1.0
ServiceUUID:520f02d0-dd79-4d4d-9c64-fe387711bc23
ServiceInvariantUUID:fbfb48f5-18d0-41d0-a1d5-60b57e572231
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHicqhq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar
ArtifactUUID:88ef9ada-a560-4656-aec9-bad01ae5f752
ArtifactChecksum:MjViOTVhNmQzZmMxN2U4YTc5N2M4OGQ3MzAzY2JiNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hICQHQ 0
ResourceCustomizationUUID:d5b34587-536f-4cf7-8057-a18aeef2ca84
ResourceInvariantUUID:a204509f-1334-4be8-a58f-afe78d74f397
ResourceName:basic_onboard_hICQHQ
ResourceType:VF
ResourceUUID:b7346460-7c6d-45e4-ad83-8b607f7e1caf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hicqhq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json
ArtifactUUID:0633dc06-37dd-4dbd-b3c4-3c748cccf0ae
ArtifactChecksum:ZTIwODZiM2FmYzE4ZDA1MGMwMTg0YjRlOTQ0MGU1N2I=
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/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:de5d0a2b-9c3f-45e7-8773-8146db171f80
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/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
ArtifactUUID:58810eb7-aaf1-4a77-8cfd-4f5c836fb684
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/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
ArtifactUUID:58810eb7-aaf1-4a77-8cfd-4f5c836fb684
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:20:09.463Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 520f02d0-dd79-4d4d-9c64-fe387711bc23 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-06T10:20:09.518Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:20:09.519Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-06T10:20:09.521Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-06T10:20:09.521Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 88ef9ada-a560-4656-aec9-bad01ae5f752 from URL: /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:09.521Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-06T10:20:09.523Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:09.944Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-06T10:20:09.957Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar 88ef9ada-a560-4656-aec9-bad01ae5f752 71578
2022-06-06T10:20:09.958Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar ASDC sendASDCNotification
2022-06-06T10:20:09.959Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:09.960Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:20:09.961Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:09.962Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:09.963Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510809958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:10.063Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:10.064Z||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-06T10:20:10.064Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:10.082Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:10.083Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:10.963Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:20:10.965Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-06T10:20:10.966Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 88ef9ada-a560-4656-aec9-bad01ae5f752, URL: /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:10.967Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:11.050Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:11.051Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:11.806Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6564631660331923892/Definitions/service-BasicOnboardHicqhq-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-06T10:20:14.144Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:20:14.150Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-06T10:20:14.150Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.150Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:20:14.151Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hICQHQ 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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.151Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.151Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.151Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.151Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.152Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.152Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.152Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.152Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||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-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:14.152Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-06T10:20:14.159Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.161Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.165Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:14.166Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-06T10:20:14.167Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:20:14.169Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.170Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.170Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:14.170Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-06T10:20:14.171Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:20:14.171Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.171Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.175Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.175Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is not matching search criteria
2022-06-06T10:20:14.176Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T10:20:14.176Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T10:20:14.177Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T10:20:14.177Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:20:14.177Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:20:14.178Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.178Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:20:14.179Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.180Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:14.180Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:14.181Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.181Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:14.181Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:14.182Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.182Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:14.182Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:14.183Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.183Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is not matching search criteria
2022-06-06T10:20:14.184Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T10:20:14.184Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:20:14.184Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56af31f8-03b8-48a5-9d36-23cd9a23eea6
2022-06-06T10:20:14.185Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.185Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.186Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.186Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.186Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.187Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.187Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:14.188Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:14.188Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hICQHQ
Description:service
Model UUID:520f02d0-dd79-4d4d-9c64-fe387711bc23
Model Version:NULL
Model InvariantUuid:fbfb48f5-18d0-41d0-a1d5-60b57e572231
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hICQHQ
Model UUID:5448b3cc-3508-4151-9c3e-edd55f5db885
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a204509f-1334-4be8-a58f-afe78d74f397
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5b34587-536f-4cf7-8057-a18aeef2ca84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a90fec22-2b28-4654-ab4e-c908bfa6f009
ModelName:BasicOnboardHicqhq..base_ubuntu18..module-0
ModelUuid:aac784ae-7bbd-46b9-aa16-b5718c423273
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56af31f8-03b8-48a5-9d36-23cd9a23eea6
ModelInvariantUuid:fbd28820-b4b5-4107-add5-eda833d1f0e7
ModelName:basic_onboard_hICQHQ-nodes.ubuntu18Cvfc
ModelUuid:043e3f2d-eedc-4e19-a825-480528eca3ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c8cdfdab-532e-475e-98da-5c0b2c75799b
ModelInvariantUuid:63f1bd7d-1337-4435-a0ff-5b546defb60d
ModelName:BasicOnboardHicqhq.compute.nodes.heat.ubuntu18
ModelUuid:e6916438-1029-4070-8cf2-dfae26a256fc
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-06T10:20:14.201Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b7346460-7c6d-45e4-ad83-8b607f7e1caf
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-06T10:20:14.301Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||basic_onboard_hICQHQ 0
2022-06-06T10:20:14.311Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7346460-7c6d-45e4-ad83-8b607f7e1caf
2022-06-06T10:20:14.312Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0633dc06-37dd-4dbd-b3c4-3c748cccf0ae from URL: /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json
2022-06-06T10:20:14.313Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-06T10:20:14.313Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json
2022-06-06T10:20:14.843Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-06T10:20:14.844Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json 0633dc06-37dd-4dbd-b3c4-3c748cccf0ae 798
2022-06-06T10:20:14.844Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json ASDC sendASDCNotification
2022-06-06T10:20:14.845Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json
2022-06-06T10:20:14.845Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:20:14.845Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:14.847Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:14.847Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510814844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:14.947Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:14.948Z||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-06T10:20:14.948Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:14.965Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:14.965Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:15.849Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHicqhq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a90fec22-2b28-4654-ab4e-c908bfa6f009",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac784ae-7bbd-46b9-aa16-b5718c423273",
    "vfModuleModelCustomizationUUID": "2d65d793-db66-4c1e-bf3a-d7d7dd83b6e5",
    "isBase": true,
    "artifacts": [
      "de5d0a2b-9c3f-45e7-8773-8146db171f80",
      "58810eb7-aaf1-4a77-8cfd-4f5c836fb684"
    ],
    "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-06T10:20:15.869Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHicqhq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac784ae-7bbd-46b9-aa16-b5718c423273
VfModuleModelInvariantUUID:a90fec22-2b28-4654-ab4e-c908bfa6f009
VfModuleModelDescription:NULL
Artifacts UUID List:{
de5d0a2b-9c3f-45e7-8773-8146db171f80
,
58810eb7-aaf1-4a77-8cfd-4f5c836fb684

}
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-06T10:20:15.873Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHicqhq..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a90fec22-2b28-4654-ab4e-c908bfa6f009",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aac784ae-7bbd-46b9-aa16-b5718c423273",
    "vfModuleModelCustomizationUUID": "2d65d793-db66-4c1e-bf3a-d7d7dd83b6e5",
    "isBase": true,
    "artifacts": [
      "de5d0a2b-9c3f-45e7-8773-8146db171f80",
      "58810eb7-aaf1-4a77-8cfd-4f5c836fb684"
    ],
    "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-06T10:20:15.874Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHicqhq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aac784ae-7bbd-46b9-aa16-b5718c423273
VfModuleModelInvariantUUID:a90fec22-2b28-4654-ab4e-c908bfa6f009
VfModuleModelDescription:NULL
Artifacts UUID List:{
de5d0a2b-9c3f-45e7-8773-8146db171f80
,
58810eb7-aaf1-4a77-8cfd-4f5c836fb684

}
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-06T10:20:15.874Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: de5d0a2b-9c3f-45e7-8773-8146db171f80 from URL: /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml
2022-06-06T10:20:15.875Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-06T10:20:15.875Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml
2022-06-06T10:20:16.442Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-06T10:20:16.443Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml de5d0a2b-9c3f-45e7-8773-8146db171f80 5033
2022-06-06T10:20:16.444Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T10:20:16.444Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml
2022-06-06T10:20:16.444Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:20:16.445Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:16.447Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:16.447Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510816444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:16.547Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:16.549Z||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-06T10:20:16.549Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:16.563Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:16.563Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:20:17.448Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 58810eb7-aaf1-4a77-8cfd-4f5c836fb684 from URL: /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
2022-06-06T10:20:17.449Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-06T10:20:17.450Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
2022-06-06T10:20:18.232Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-06T10:20:18.233Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env 58810eb7-aaf1-4a77-8cfd-4f5c836fb684 909
2022-06-06T10:20:18.233Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T10:20:18.234Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
2022-06-06T10:20:18.234Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:20:18.234Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:18.237Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:18.237Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510818233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:20:18.337Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:18.338Z||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-06T10:20:18.338Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:18.363Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:18.363Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:20:19.238Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 520f02d0-dd79-4d4d-9c64-fe387711bc23
2022-06-06T10:20:19.239Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hICQHQ 0 b7346460-7c6d-45e4-ad83-8b607f7e1caf 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-06T10:20:19.280Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fca671c, org.onap.sdc.toscaparser.api.parameters.Input@2b293571, org.onap.sdc.toscaparser.api.parameters.Input@24d4027b, org.onap.sdc.toscaparser.api.parameters.Input@33b6ef7d, org.onap.sdc.toscaparser.api.parameters.Input@1fe88c90]
2022-06-06T10:20:19.286Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.286Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.287Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:20:19.287Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d5b34587-536f-4cf7-8057-a18aeef2ca84
2022-06-06T10:20:19.287Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5b34587-536f-4cf7-8057-a18aeef2ca84 matches Tosca VF Customization UUID: d5b34587-536f-4cf7-8057-a18aeef2ca84
2022-06-06T10:20:19.288Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d5b34587-536f-4cf7-8057-a18aeef2ca84  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-06T10:20:19.299Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.299Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.301Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d5b34587-536f-4cf7-8057-a18aeef2ca84: {\"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-06T10:20:19.302Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40afb945
2022-06-06T10:20:19.302Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.302Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:20:19.303Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d65d793-db66-4c1e-bf3a-d7d7dd83b6e5
2022-06-06T10:20:19.305Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d65d793-db66-4c1e-bf3a-d7d7dd83b6e5
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-06T10:20:19.315Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.316Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:19.316Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:19.317Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.318Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:19.318Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:19.318Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.319Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is not matching search criteria
2022-06-06T10:20:19.319Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T10:20:19.320Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:20:19.320Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56af31f8-03b8-48a5-9d36-23cd9a23eea6
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-06T10:20:19.331Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.332Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:19.332Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:20:19.333Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.333Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hICQHQ 0 is matching search criteria
2022-06-06T10:20:19.333Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hICQHQ 0] matching following query criteria: sdcType=VF, customizationUUID=d5b34587-536f-4cf7-8057-a18aeef2ca84
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-06T10:20:19.336Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.336Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.337Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 520f02d0-dd79-4d4d-9c64-fe387711bc23: basic_onboard_hICQHQ
2022-06-06T10:20:19.337Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.338Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.338Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.339Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.339Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.339Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.340Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.340Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.341Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:20:19.341Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hICQHQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:20:19.341Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_hICQHQ 
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-06T10:20:19.522Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hICQHQ b7346460-7c6d-45e4-ad83-8b607f7e1caf 1 ASDC deployResourceStructure
2022-06-06T10:20:19.522Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json ASDC sendASDCNotification
2022-06-06T10:20:19.522Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json
2022-06-06T10:20:19.523Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:20:19.523Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:19.525Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:19.525Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510819522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:19.625Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:19.626Z||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-06T10:20:19.626Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:19.641Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:19.641Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:20.526Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T10:20:20.527Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml
2022-06-06T10:20:20.527Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:20:20.527Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:20.530Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:20.530Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510820526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:20.630Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:20:20.631Z||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-06T10:20:20.631Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:20.649Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:20.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:21.531Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T10:20:21.531Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env
2022-06-06T10:20:21.532Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:20:21.532Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:21.534Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:21.534Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510821531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:21.635Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:20:21.636Z||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-06T10:20:21.636Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:21.652Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:21.653Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:22.536Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar ASDC sendASDCNotification
2022-06-06T10:20:22.536Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar
2022-06-06T10:20:22.536Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:20:22.537Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:20:22.539Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:20:22.539Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510822536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:20:22.640Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:20:22.641Z||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-06T10:20:22.641Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:20:22.655Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:20:22.656Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:20:23.541Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce629e1-6c2f-49a3-978e-b44439418c91
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:20:23.563Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce629e1-6c2f-49a3-978e-b44439418c91
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:20:23.570Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:20:23.570Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:20:23.570Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:20:23.570Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:20:23.571Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.571Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.571Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.571Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.572Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.572Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:20:23.572Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T10:20:23.578Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:20:53.581Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dce629e1-6c2f-49a3-978e-b44439418c91 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-06T10:20:53.610Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dce629e1-6c2f-49a3-978e-b44439418c91 and serviceModelVersionId: 520f02d0-dd79-4d4d-9c64-fe387711bc23
2022-06-06T10:20:53.611Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbfb48f5-18d0-41d0-a1d5-60b57e572231
2022-06-06T10:21:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:21:01.632Z||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-06T10:21:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:21:01.769Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:21:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:21:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:21:01.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:21:10.512Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?depth=0
2022-06-06T10:21:10.680Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:21:11.329Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?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-06T10:21:11.336Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?depth=0|INFO|500||Invoke
2022-06-06T10:21:11.484Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:21:12.335Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?depth=0|INFO|500||InvokeReturn
2022-06-06T10:21:12.336Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fbfb48f5-18d0-41d0-a1d5-60b57e572231/model-vers/model-ver/520f02d0-dd79-4d4d-9c64-fe387711bc23?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:21:11:431-29801], vertex-id=[397432], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:21:11 GMT], Content-Type=[application/json]}
2022-06-06T10:21:12.337Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:21:12.341Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:21:12.341Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T10:21:12.349Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T10:21:12.350Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dce629e1-6c2f-49a3-978e-b44439418c91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:21:12.352Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:21:12.353Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:21:12.355Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:21:12.355Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510872351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:21:12.456Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:21:12.457Z||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-06T10:21:12.457Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:21:12.475Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:21:12.475Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-06T10:21:13.377Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:21:13.378Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:21:13.378Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:21:22.923Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:01.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:22:01.627Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:22:01.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:22:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:22:01.631Z||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-06T10:22:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:22:01.663Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:22:01.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:22:01.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T10:22:01.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:22:01.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510801625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:22:01.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:22:01.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510809958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:01.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510814844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:01.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510816444,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510818233,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:22:01.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510819522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/basic_onboard_hicqhq0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510820526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510821531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/resourceInstances/basic_onboard_hicqhq0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:01.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:01.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:22:01.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510822536,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHicqhq/1.0/artifacts/service-BasicOnboardHicqhq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:22:01.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:22:11.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:23:01.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:23:01.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:23:01.627Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:23:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:23:01.631Z||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-06T10:23:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:23:02.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:23:02.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:23:02.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dce629e1-6c2f-49a3-978e-b44439418c91",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654510872351,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:23:02.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:23:11.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:01.625Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:24:01.626Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:24:01.626Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:01.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:24:01.630Z||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-06T10:24:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:02.263Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:02.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3d8b60c-cbc9-4451-bcb7-ef3c16597f34","serviceName":"vFW 2022-06-06 10-18-49","serviceVersion":"1.0","serviceUUID":"27c08946-1a4b-4cf8-b9b4-c289ef0d179a","serviceDescription":"catalog service description","serviceInvariantUUID":"ef37531d-5a0f-4451-badb-47b8927f72a8","resources":[{"resourceInstanceName":"vFW 39f9905a-4179 0","resourceName":"vFW 39f9905a-4179","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2785ef59-46a1-454f-9bc8-ed32df4d4889","resourceInvariantUUID":"7fa9eabd-1203-4724-b196-637717ced5d4","resourceCustomizationUUID":"9553df95-fcaa-49d2-8a99-60e816c6dc8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml","artifactChecksum":"MDRjZmM3NzNlOTc1OGUwMTMzNzhhNWVkMmJkNGI2Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"867722bf-7f7c-4e36-bb12-e721db32d021","artifactVersion":"1"},{"artifactName":"vfw39f9905a41790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json","artifactChecksum":"ZGFkMGJjODgyMWFjZTI3OGQ1MzM5NzE1MmEwYmZjY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7078038-ae94-4834-8cfb-7b8ec10a5e1e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"834622a1-2e59-45c6-b4af-adc57b7b10de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml","artifactChecksum":"ZDBmNWVkOWIxYTk2OTc4NGRlNjQ0OTIwODcwZDEwMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2fe0f7f0-42d8-467e-9103-69730f77afab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e943c784-4d87-4384-9307-0f737ee56100","artifactVersion":"2","generatedFromUUID":"834622a1-2e59-45c6-b4af-adc57b7b10de"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606101849-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml","artifactChecksum":"Nzc0ODlhMDljNWQyYWMzNWMwNWQ2YzdlNzE5Zjg4M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fafb9cd7-5177-4a3d-be82-9fff566471af","artifactVersion":"1"},{"artifactName":"service-Vfw20220606101849-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar","artifactChecksum":"OWFiZGM4NmM3YjQwZmMzMGNiNjMwYzM1ZTA0ZDg0OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9bdd7925-260a-43f3-baf3-17b37fabbab0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:24:02.268Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:02.269Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:02.273Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:02.273Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:02.280Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.280Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.301Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.302Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.304Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654510999155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654510995039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654510996396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.313Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.314Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654511007649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.314Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.314Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511008359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.315Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511001469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.317Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "cds",
  "timestamp": 1654511008669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-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-06T10:24:02.345Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.346Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:02.373Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:02.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.374Z||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-06T10:24:02.374Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:02.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511009980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511009641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511011368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511012398,
  "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-06T10:24:02.389Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:02.393Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:02.401Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.401Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:02.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511006204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511013403,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:02.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511014215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511013613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:02.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511014618,
  "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-06T10:24:02.434Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.434Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:02.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511010407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511018702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511019707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511013654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:02.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:24:02.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "policy-id",
  "timestamp": 1654511020713,
  "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-06T10:24:02.465Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.466Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:02.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511026823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511028831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "clamp",
  "timestamp": 1654511029835,
  "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-06T10:24:02.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:02.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511032099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:02.512Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:24:02.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T10:24:02.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "aai-ml",
  "timestamp": 1654511033104,
  "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-06T10:24:02.522Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
2022-06-06T10:24:02.522Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:03.274Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:03.276Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:03.282Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:03.282Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:24:03.379Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-06T10:24:03.380Z||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-06T10:24:03.380Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:03.396Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:03.397Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:04.283Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:04.284Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:04.286Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:04.286Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:24:04.387Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:04.388Z||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-06T10:24:04.388Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:04.403Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:04.403Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:05.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:05.288Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:05.291Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:05.291Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:05.391Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:05.397Z||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-06T10:24:05.397Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:05.413Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:05.414Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:24:06.293Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:06.294Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:06.297Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:06.298Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:24:06.398Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:06.399Z||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-06T10:24:06.400Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:06.415Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:06.416Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:07.299Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:07.300Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:07.302Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:07.302Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:24:07.403Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:07.404Z||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-06T10:24:07.404Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:07.421Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:07.422Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:24:08.303Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:24:08.304Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:08.307Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:08.307Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:24:08.407Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:08.409Z||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-06T10:24:08.409Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:08.424Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:08.424Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:09.310Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "serviceName": "vFW 2022-06-06 10-18-49",
  "serviceVersion": "1.0",
  "serviceUUID": "27c08946-1a4b-4cf8-b9b4-c289ef0d179a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ef37531d-5a0f-4451-badb-47b8927f72a8",
  "resources": [
    {
      "resourceInstanceName": "vFW 39f9905a-4179 0",
      "resourceCustomizationUUID": "9553df95-fcaa-49d2-8a99-60e816c6dc8d",
      "resourceName": "vFW 39f9905a-4179",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2785ef59-46a1-454f-9bc8-ed32df4d4889",
      "resourceInvariantUUID": "7fa9eabd-1203-4724-b196-637717ced5d4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw39f9905a41790_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
          "artifactChecksum": "ZGFkMGJjODgyMWFjZTI3OGQ1MzM5NzE1MmEwYmZjY2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a7078038-ae94-4834-8cfb-7b8ec10a5e1e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "834622a1-2e59-45c6-b4af-adc57b7b10de",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e943c784-4d87-4384-9307-0f737ee56100",
            "generatedFromUUID": "834622a1-2e59-45c6-b4af-adc57b7b10de"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e943c784-4d87-4384-9307-0f737ee56100",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606101849-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
      "artifactChecksum": "OWFiZGM4NmM3YjQwZmMzMGNiNjMwYzM1ZTA0ZDg0OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9bdd7925-260a-43f3-baf3-17b37fabbab0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:24:09.310Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:24:09.310Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27c08946-1a4b-4cf8-b9b4-c289ef0d179a ASDC
2022-06-06T10:24:09.311Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
ServiceName:vFW 2022-06-06 10-18-49
ServiceVersion:1.0
ServiceUUID:27c08946-1a4b-4cf8-b9b4-c289ef0d179a
ServiceInvariantUUID:ef37531d-5a0f-4451-badb-47b8927f72a8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606101849-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar
ArtifactUUID:9bdd7925-260a-43f3-baf3-17b37fabbab0
ArtifactChecksum:OWFiZGM4NmM3YjQwZmMzMGNiNjMwYzM1ZTA0ZDg0OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 39f9905a-4179 0
ResourceCustomizationUUID:9553df95-fcaa-49d2-8a99-60e816c6dc8d
ResourceInvariantUUID:7fa9eabd-1203-4724-b196-637717ced5d4
ResourceName:vFW 39f9905a-4179
ResourceType:VF
ResourceUUID:2785ef59-46a1-454f-9bc8-ed32df4d4889
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw39f9905a41790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json
ArtifactUUID:a7078038-ae94-4834-8cfb-7b8ec10a5e1e
ArtifactChecksum:ZGFkMGJjODgyMWFjZTI3OGQ1MzM5NzE1MmEwYmZjY2Q=
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/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml
ArtifactUUID:834622a1-2e59-45c6-b4af-adc57b7b10de
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/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
ArtifactUUID:e943c784-4d87-4384-9307-0f737ee56100
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/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
ArtifactUUID:e943c784-4d87-4384-9307-0f737ee56100
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:24:09.312Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27c08946-1a4b-4cf8-b9b4-c289ef0d179a 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-06T10:24:09.361Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:24:09.362Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:24:09.362Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:24:09.362Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bdd7925-260a-43f3-baf3-17b37fabbab0 from URL: /sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:09.362Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:24:09.363Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:09.824Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:24:09.830Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar 9bdd7925-260a-43f3-baf3-17b37fabbab0 99049
2022-06-06T10:24:09.831Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar ASDC sendASDCNotification
2022-06-06T10:24:09.831Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:09.831Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:24:09.832Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:09.834Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:09.834Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511049831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:09.935Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:09.936Z||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-06T10:24:09.936Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:09.951Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:09.952Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:24:10.835Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:24:10.836Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:24:10.837Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9bdd7925-260a-43f3-baf3-17b37fabbab0, URL: /sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar to file: /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:10.837Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606101849-csar.csar
2022-06-06T10:24:10.838Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:10.838Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:11.143Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6460107895368722977/Definitions/service-Vfw20220606101849-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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_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
2022-06-06T10:24:13.334Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 39f9905a-4179 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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.335Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-Vfw20220606101849-csar.csar
2022-06-06T10:24:13.336Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-06T10:24:13.337Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.337Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.337Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:13.337Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-06T10:24:13.337Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:24:13.338Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.338Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.338Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:13.338Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-06T10:24:13.338Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:13.339Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:13.340Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:24:13.340Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.340Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.340Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.341Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:24:13.342Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.343Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:13.343Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:13.343Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.343Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:13.343Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:13.344Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:24:13.345Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.346Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:24:13.346Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.346Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72719bad-c514-4c9b-a20d-45f732ece9b5
2022-06-06T10:24:13.346Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.346Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.347Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:24:13.348Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.348Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:24:13.348Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:24:13.348Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.348Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c2604d9-8b2d-423b-8a08-c07049a61790
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:13.349Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:24:13.350Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f006de16-6756-4df8-a75a-f9cd03b4d785
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.351Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:13.352Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 10-18-49
Description:catalog service description
Model UUID:27c08946-1a4b-4cf8-b9b4-c289ef0d179a
Model Version:NULL
Model InvariantUuid:ef37531d-5a0f-4451-badb-47b8927f72a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 39f9905a-4179
Model UUID:c8bd0102-c5ca-4cb2-92a7-7839a6f37d00
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7fa9eabd-1203-4724-b196-637717ced5d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9553df95-fcaa-49d2-8a99-60e816c6dc8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:915a070d-22e3-4351-84c0-e3c3d10a483e
ModelName:Vfw39f9905a4179..base_vfw..module-0
ModelUuid:d6979452-c90a-41d7-ac20-592767c7e98d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:72719bad-c514-4c9b-a20d-45f732ece9b5
ModelInvariantUuid:aa5e7484-9f65-439b-bbe1-f14be49d370c
ModelName:vFW 39f9905a-4179-nodes.vfwCvfc
ModelUuid:820fb81a-204f-4f61-9ae3-633ab5ab4e11
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5fc78195-55ae-4093-825e-1d4bbfe180de
ModelInvariantUuid:f98db939-6b28-4c47-81e3-fa1cf0b46469
ModelName:Vfw39f9905a4179.compute.nodes.heat.vfw
ModelUuid:92741a2c-d21f-4807-9910-2b086e2625ff
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5c2604d9-8b2d-423b-8a08-c07049a61790
ModelInvariantUuid:b70b1af4-a13b-405a-9d39-6e3572ebcbe0
ModelName:vFW 39f9905a-4179-nodes.vsnCvfc
ModelUuid:7a946dd0-e3f3-4a36-b6ca-4281dee340e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2e9d97c6-f236-45e0-b668-10187db0fee9
ModelInvariantUuid:c04cea92-e7cc-4c48-9cbc-9509dbb30070
ModelName:Vfw39f9905a4179.compute.nodes.heat.vsn
ModelUuid:75e0ff6c-0746-448b-ab9e-4ae2d1bdffbe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f006de16-6756-4df8-a75a-f9cd03b4d785
ModelInvariantUuid:60510374-63fc-48be-b34a-479f609a9d93
ModelName:vFW 39f9905a-4179-nodes.vpgCvfc
ModelUuid:36017726-4ce0-45b9-869b-b34c0a1cd084
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0bc77954-87a5-4dfb-aab2-eb8de068d5b5
ModelInvariantUuid:acfe12e5-4d93-4c3b-b0f9-f57704602543
ModelName:Vfw39f9905a4179.compute.nodes.heat.vpg
ModelUuid:acd8e05f-406a-4908-8dc7-e39a613f258b
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-06T10:24:13.360Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2785ef59-46a1-454f-9bc8-ed32df4d4889
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-06T10:24:13.363Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||vFW 39f9905a-4179 0
2022-06-06T10:24:13.363Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2785ef59-46a1-454f-9bc8-ed32df4d4889
2022-06-06T10:24:13.363Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7078038-ae94-4834-8cfb-7b8ec10a5e1e from URL: /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json
2022-06-06T10:24:13.363Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:24:13.364Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json
2022-06-06T10:24:13.736Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:24:13.737Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json a7078038-ae94-4834-8cfb-7b8ec10a5e1e 785
2022-06-06T10:24:13.737Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json ASDC sendASDCNotification
2022-06-06T10:24:13.737Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json
2022-06-06T10:24:13.737Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:24:13.737Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:13.775Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:13.776Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511053737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:13.840Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-06-06T10:24:13.842Z||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-06T10:24:13.842Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:13.857Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:13.857Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:14.777Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw39f9905a4179..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "915a070d-22e3-4351-84c0-e3c3d10a483e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6979452-c90a-41d7-ac20-592767c7e98d",
    "vfModuleModelCustomizationUUID": "ce98473d-d8af-489a-9aac-ff0fbc19dc0f",
    "isBase": true,
    "artifacts": [
      "834622a1-2e59-45c6-b4af-adc57b7b10de",
      "e943c784-4d87-4384-9307-0f737ee56100"
    ],
    "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-06T10:24:14.782Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw39f9905a4179..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6979452-c90a-41d7-ac20-592767c7e98d
VfModuleModelInvariantUUID:915a070d-22e3-4351-84c0-e3c3d10a483e
VfModuleModelDescription:NULL
Artifacts UUID List:{
834622a1-2e59-45c6-b4af-adc57b7b10de
,
e943c784-4d87-4384-9307-0f737ee56100

}
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-06T10:24:14.785Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw39f9905a4179..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "915a070d-22e3-4351-84c0-e3c3d10a483e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6979452-c90a-41d7-ac20-592767c7e98d",
    "vfModuleModelCustomizationUUID": "ce98473d-d8af-489a-9aac-ff0fbc19dc0f",
    "isBase": true,
    "artifacts": [
      "834622a1-2e59-45c6-b4af-adc57b7b10de",
      "e943c784-4d87-4384-9307-0f737ee56100"
    ],
    "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-06T10:24:14.785Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw39f9905a4179..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6979452-c90a-41d7-ac20-592767c7e98d
VfModuleModelInvariantUUID:915a070d-22e3-4351-84c0-e3c3d10a483e
VfModuleModelDescription:NULL
Artifacts UUID List:{
834622a1-2e59-45c6-b4af-adc57b7b10de
,
e943c784-4d87-4384-9307-0f737ee56100

}
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-06T10:24:14.785Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 834622a1-2e59-45c6-b4af-adc57b7b10de from URL: /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml
2022-06-06T10:24:14.785Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:24:14.785Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml
2022-06-06T10:24:15.739Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:24:15.741Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml 834622a1-2e59-45c6-b4af-adc57b7b10de 20368
2022-06-06T10:24:15.741Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:24:15.741Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml
2022-06-06T10:24:15.741Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:24:15.742Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:15.744Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:15.744Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511055741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:15.845Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:15.846Z||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-06T10:24:15.846Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:15.861Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:15.862Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:16.745Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e943c784-4d87-4384-9307-0f737ee56100 from URL: /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
2022-06-06T10:24:16.746Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:24:16.746Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
2022-06-06T10:24:17.430Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:24:17.431Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env e943c784-4d87-4384-9307-0f737ee56100 2098
2022-06-06T10:24:17.431Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:24:17.431Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
2022-06-06T10:24:17.431Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:24:17.432Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:17.434Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:17.434Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511057431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:24:17.534Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:17.535Z||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-06T10:24:17.535Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:17.551Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:17.552Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:18.435Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27c08946-1a4b-4cf8-b9b4-c289ef0d179a
2022-06-06T10:24:18.435Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 39f9905a-4179 0 2785ef59-46a1-454f-9bc8-ed32df4d4889 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-06T10:24:18.454Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49fa2c7f, org.onap.sdc.toscaparser.api.parameters.Input@6195c227, org.onap.sdc.toscaparser.api.parameters.Input@12b8582d, org.onap.sdc.toscaparser.api.parameters.Input@6958c531, org.onap.sdc.toscaparser.api.parameters.Input@71d995b1]
2022-06-06T10:24:18.456Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.456Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.457Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:24:18.457Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9553df95-fcaa-49d2-8a99-60e816c6dc8d
2022-06-06T10:24:18.457Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9553df95-fcaa-49d2-8a99-60e816c6dc8d matches Tosca VF Customization UUID: 9553df95-fcaa-49d2-8a99-60e816c6dc8d
2022-06-06T10:24:18.457Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9553df95-fcaa-49d2-8a99-60e816c6dc8d  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-06T10:24:18.461Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.461Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.462Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9553df95-fcaa-49d2-8a99-60e816c6dc8d: {\"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-06T10:24:18.463Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41659a23
2022-06-06T10:24:18.463Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.463Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:24:18.464Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce98473d-d8af-489a-9aac-ff0fbc19dc0f
2022-06-06T10:24:18.464Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce98473d-d8af-489a-9aac-ff0fbc19dc0f
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-06T10:24:18.469Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.469Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.470Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:18.470Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.470Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.471Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:18.471Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.472Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:18.472Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:18.472Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:18.472Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:24:18.473Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:24:18.473Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:24:18.473Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.474Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.474Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:24:18.474Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.475Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:24:18.475Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.475Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72719bad-c514-4c9b-a20d-45f732ece9b5
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-06T10:24:18.482Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.483Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.483Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:18.484Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.484Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:18.485Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:18.485Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:18.485Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:24:18.485Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.486Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.486Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:24:18.486Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.487Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:24:18.487Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:24:18.487Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.487Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:24:18.488Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.488Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c2604d9-8b2d-423b-8a08-c07049a61790
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-06T10:24:18.491Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.492Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.492Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:18.498Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.498Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is not matching search criteria
2022-06-06T10:24:18.499Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:24:18.499Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:24:18.499Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:24:18.499Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.500Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.500Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:24:18.500Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.501Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:24:18.501Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:24:18.501Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:24:18.502Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:24:18.502Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:24:18.502Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f006de16-6756-4df8-a75a-f9cd03b4d785
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-06T10:24:18.506Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.506Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.507Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:24:18.507Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.508Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Node template vFW 39f9905a-4179 0 is matching search criteria
2022-06-06T10:24:18.508Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 39f9905a-4179 0] matching following query criteria: sdcType=VF, customizationUUID=9553df95-fcaa-49d2-8a99-60e816c6dc8d
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-06T10:24:18.510Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.511Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.511Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 27c08946-1a4b-4cf8-b9b4-c289ef0d179a: vFW 39f9905a-4179
2022-06-06T10:24:18.512Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.512Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.512Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.513Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.513Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.513Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.514Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.514Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.514Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:24:18.515Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-18-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:24:18.515Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-06 10-18-49 
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-06T10:24:18.682Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 39f9905a-4179 2785ef59-46a1-454f-9bc8-ed32df4d4889 1 ASDC deployResourceStructure
2022-06-06T10:24:18.682Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json ASDC sendASDCNotification
2022-06-06T10:24:18.682Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json
2022-06-06T10:24:18.682Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:24:18.683Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:18.685Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:18.685Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511058682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:18.785Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:18.787Z||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-06T10:24:18.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:18.806Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:18.807Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:19.686Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:24:19.687Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml
2022-06-06T10:24:19.687Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:24:19.687Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:19.690Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:19.690Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511059686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:19.790Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:19.791Z||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-06T10:24:19.791Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:19.806Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:19.807Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:20.691Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:24:20.692Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env
2022-06-06T10:24:20.692Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:24:20.692Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:20.694Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:20.695Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511060691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:20.795Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:24:20.796Z||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-06T10:24:20.797Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:20.810Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:20.810Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:24:21.696Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar ASDC sendASDCNotification
2022-06-06T10:24:21.697Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar
2022-06-06T10:24:21.697Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:24:21.698Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:21.700Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:21.700Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511061696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:24:21.801Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:21.802Z||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-06T10:24:21.802Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:21.816Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:21.817Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:24:22.701Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:24:22.718Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3d8b60c-cbc9-4451-bcb7-ef3c16597f34
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:24:22.724Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.725Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:24:22.726Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-06T10:24:22.734Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:24:52.734Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 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-06T10:24:52.741Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 and serviceModelVersionId: 27c08946-1a4b-4cf8-b9b4-c289ef0d179a
2022-06-06T10:24:52.742Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef37531d-5a0f-4451-badb-47b8927f72a8
2022-06-06T10:24:52.743Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?depth=0
2022-06-06T10:24:52.748Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:24:52.801Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?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-06T10:24:52.804Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?depth=0|INFO|500||Invoke
2022-06-06T10:24:52.844Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:24:53.523Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?depth=0|INFO|500||InvokeReturn
2022-06-06T10:24:53.525Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef37531d-5a0f-4451-badb-47b8927f72a8/model-vers/model-ver/27c08946-1a4b-4cf8-b9b4-c289ef0d179a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:24:52:793-1280], vertex-id=[192672], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:24:52 GMT], Content-Type=[application/json]}
2022-06-06T10:24:53.525Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:24:53.526Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:24:53.526Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-06T10:24:53.531Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||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-06T10:24:53.532Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3d8b60c-cbc9-4451-bcb7-ef3c16597f34 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:24:53.532Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:24:53.533Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:24:53.535Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:24:53.535Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511093532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:24:53.635Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:24:53.637Z||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-06T10:24:53.637Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:24:53.656Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:24:53.657Z||pool-34-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-06T10:25:01.625Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:25:01.627Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:25:01.627Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:25:01.630Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:25:01.630Z||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-06T10:25:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:25:01.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:25:01.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:25:01.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:25:01.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:25:11.175Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:01.626Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:26:01.630Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:26:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:26:01.630Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:01.631Z||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-06T10:26:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:02.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:02.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:26:02.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:26:02.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511041625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:26:02.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511049831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511053737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511055741,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511057431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.176Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511058682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/vfw39f9905a41790_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:02.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.177Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511059686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:02.177Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.177Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511060691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/resourceInstances/vfw39f9905a41790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:02.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.178Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.178Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511061696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606101849/1.0/artifacts/service-Vfw20220606101849-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:02.178Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:02.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:26:02.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3d8b60c-cbc9-4451-bcb7-ef3c16597f34",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511093532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:26:02.179Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:26:07.373Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:07.374Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:26:07.375Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f98ea32b-9be0-4551-9110-5200eb3cc470","serviceName":"vFW 2022-06-06 10-21-46","serviceVersion":"1.0","serviceUUID":"ffaf1b96-7020-46b8-9fe8-45d0a66445e1","serviceDescription":"catalog service description","serviceInvariantUUID":"d295542c-097f-4dc1-9bf5-a15c17f7cc45","resources":[{"resourceInstanceName":"vFW 2860ecf8-bcdd 0","resourceName":"vFW 2860ecf8-bcdd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a63afba1-f8a7-455f-94c4-48b64e155936","resourceInvariantUUID":"6b7220ee-5063-4738-b222-223ead9a4015","resourceCustomizationUUID":"ef71269f-f6f9-49b4-abcd-099406f9bb07","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml","artifactChecksum":"YWMxZGU1YWU4ODE2YjllNTM5N2VmMWRhMTFiZTJkODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e23233dd-b372-4d65-8840-8b62aa8e097d","artifactVersion":"1"},{"artifactName":"vfw2860ecf8bcdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json","artifactChecksum":"ZGYwY2QwMTNmOTAzNGIzOGYxNjk5Y2FkOWVhZDQzOGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"72a2f36f-ea3b-42b8-94ec-b387d52d9b70","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df371055-503c-45e8-9409-623cfc235199","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml","artifactChecksum":"NGZjZDE1MDAwOGI2OTIwYTAyYzJhMmZmOTBlYTQ1NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eff91d89-fb37-4843-9f67-3c9be94ed11f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bbb00e81-89bd-4654-9ced-ddcc9fbdf479","artifactVersion":"2","generatedFromUUID":"df371055-503c-45e8-9409-623cfc235199"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606102146-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml","artifactChecksum":"ZDY0NDMwNjhlMDRkYzkyOTEwMmFlYTYzMDExOTA5ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7eccfe27-0cf0-49bc-9710-61dcacd4b71d","artifactVersion":"1"},{"artifactName":"service-Vfw20220606102146-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar","artifactChecksum":"ODcwOGM0YjQxYWUzYTVhODhiZmNkN2UyZGI4Njk0YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c25b910-ac36-49c0-8867-5d0ed9e4ffdc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:26:07.384Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:07.385Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:07.389Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:07.389Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:26:07.489Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:07.490Z||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-06T10:26:07.491Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:07.506Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:07.506Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:08.390Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:08.391Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:08.396Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:08.396Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:26:08.496Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:08.497Z||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-06T10:26:08.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:08.511Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:08.512Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:09.396Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:09.398Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:09.401Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:09.401Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:26:09.501Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:09.503Z||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-06T10:26:09.503Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:09.518Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:09.519Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:10.401Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:10.402Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:10.404Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:10.405Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:26:10.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:10.506Z||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-06T10:26:10.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:10.517Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:10.518Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:11.405Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:11.406Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:11.408Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:11.408Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:26:11.508Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:11.510Z||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-06T10:26:11.547Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:11.572Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:11.573Z||pool-39-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:12.410Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:12.411Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:12.415Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:12.415Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:26:12.514Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:26:12.516Z||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-06T10:26:12.516Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:12.528Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:12.529Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:13.416Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:26:13.417Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:13.419Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:13.420Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:26:13.520Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:13.521Z||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-06T10:26:13.521Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:13.533Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:13.534Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:14.421Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "serviceName": "vFW 2022-06-06 10-21-46",
  "serviceVersion": "1.0",
  "serviceUUID": "ffaf1b96-7020-46b8-9fe8-45d0a66445e1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d295542c-097f-4dc1-9bf5-a15c17f7cc45",
  "resources": [
    {
      "resourceInstanceName": "vFW 2860ecf8-bcdd 0",
      "resourceCustomizationUUID": "ef71269f-f6f9-49b4-abcd-099406f9bb07",
      "resourceName": "vFW 2860ecf8-bcdd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a63afba1-f8a7-455f-94c4-48b64e155936",
      "resourceInvariantUUID": "6b7220ee-5063-4738-b222-223ead9a4015",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2860ecf8bcdd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
          "artifactChecksum": "ZGYwY2QwMTNmOTAzNGIzOGYxNjk5Y2FkOWVhZDQzOGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "72a2f36f-ea3b-42b8-94ec-b387d52d9b70",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "df371055-503c-45e8-9409-623cfc235199",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bbb00e81-89bd-4654-9ced-ddcc9fbdf479",
            "generatedFromUUID": "df371055-503c-45e8-9409-623cfc235199"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bbb00e81-89bd-4654-9ced-ddcc9fbdf479",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606102146-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
      "artifactChecksum": "ODcwOGM0YjQxYWUzYTVhODhiZmNkN2UyZGI4Njk0YWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4c25b910-ac36-49c0-8867-5d0ed9e4ffdc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:26:14.422Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:26:14.422Z|c3d8b60c-cbc9-4451-bcb7-ef3c16597f34|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ffaf1b96-7020-46b8-9fe8-45d0a66445e1 ASDC
2022-06-06T10:26:14.423Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f98ea32b-9be0-4551-9110-5200eb3cc470
ServiceName:vFW 2022-06-06 10-21-46
ServiceVersion:1.0
ServiceUUID:ffaf1b96-7020-46b8-9fe8-45d0a66445e1
ServiceInvariantUUID:d295542c-097f-4dc1-9bf5-a15c17f7cc45
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606102146-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar
ArtifactUUID:4c25b910-ac36-49c0-8867-5d0ed9e4ffdc
ArtifactChecksum:ODcwOGM0YjQxYWUzYTVhODhiZmNkN2UyZGI4Njk0YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2860ecf8-bcdd 0
ResourceCustomizationUUID:ef71269f-f6f9-49b4-abcd-099406f9bb07
ResourceInvariantUUID:6b7220ee-5063-4738-b222-223ead9a4015
ResourceName:vFW 2860ecf8-bcdd
ResourceType:VF
ResourceUUID:a63afba1-f8a7-455f-94c4-48b64e155936
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2860ecf8bcdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json
ArtifactUUID:72a2f36f-ea3b-42b8-94ec-b387d52d9b70
ArtifactChecksum:ZGYwY2QwMTNmOTAzNGIzOGYxNjk5Y2FkOWVhZDQzOGI=
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/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml
ArtifactUUID:df371055-503c-45e8-9409-623cfc235199
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/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
ArtifactUUID:bbb00e81-89bd-4654-9ced-ddcc9fbdf479
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/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
ArtifactUUID:bbb00e81-89bd-4654-9ced-ddcc9fbdf479
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:26:14.423Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ffaf1b96-7020-46b8-9fe8-45d0a66445e1 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-06T10:26:14.503Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:26:14.504Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:26:14.504Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:26:14.505Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c25b910-ac36-49c0-8867-5d0ed9e4ffdc from URL: /sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:14.505Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:26:14.505Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:15.136Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:26:15.144Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar 4c25b910-ac36-49c0-8867-5d0ed9e4ffdc 99010
2022-06-06T10:26:15.145Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar ASDC sendASDCNotification
2022-06-06T10:26:15.145Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:15.145Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:26:15.145Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:15.148Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:15.148Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511175144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:15.248Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:15.249Z||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-06T10:26:15.249Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:15.270Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:15.271Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:16.149Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:26:16.152Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-06T10:26:16.152Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4c25b910-ac36-49c0-8867-5d0ed9e4ffdc, URL: /sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar to file: /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:16.153Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606102146-csar.csar
2022-06-06T10:26:16.153Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:16.154Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:16.452Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11862939515493857599/Definitions/service-Vfw20220606102146-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2022-06-06T10:26:18.851Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:26:18.852Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-06T10:26:18.852Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2860ecf8-bcdd 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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.853Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-Vfw20220606102146-csar.csar
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.854Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.855Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:18.855Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-06T10:26:18.855Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:26:18.855Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.856Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.856Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:18.856Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-06T10:26:18.856Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:26:18.856Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:26:18.857Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.858Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.858Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:26:18.858Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.858Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:18.858Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:26:18.859Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:26:18.859Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.859Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.859Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:26:18.859Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.860Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:26:18.860Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.860Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:26:18.860Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.860Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:26:18.861Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.861Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:18.861Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:18.861Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.862Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:18.862Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:18.862Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.862Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:18.862Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:18.863Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.863Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:18.863Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:18.863Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:26:18.864Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:18.864Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:26:18.864Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:26:18.864Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.864Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.865Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:26:18.865Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.865Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:26:18.865Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.865Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=028699dc-2dce-4e6f-9109-608ddfb470b0
2022-06-06T10:26:18.866Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.866Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:18.866Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:18.866Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:26:18.867Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.867Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.867Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:26:18.867Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.867Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:18.868Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:26:18.868Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:26:18.868Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.868Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:26:18.869Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.869Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04b09bda-7405-43c1-8196-2159572a0495
2022-06-06T10:26:18.869Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.869Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.870Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:18.871Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:26:18.871Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:26:18.871Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:18.871Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:18.871Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac884244-7ced-47f4-835d-eed71dc69365
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.872Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.873Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.873Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:18.873Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:18.873Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 10-21-46
Description:catalog service description
Model UUID:ffaf1b96-7020-46b8-9fe8-45d0a66445e1
Model Version:NULL
Model InvariantUuid:d295542c-097f-4dc1-9bf5-a15c17f7cc45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2860ecf8-bcdd
Model UUID:e3966364-b396-4df1-9a00-85907f40e2db
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b7220ee-5063-4738-b222-223ead9a4015
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef71269f-f6f9-49b4-abcd-099406f9bb07
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f1f8420d-648d-4ff0-b0f9-667e2b18c0b8
ModelName:Vfw2860ecf8Bcdd..base_vfw..module-0
ModelUuid:b140db70-bf0e-47fd-9867-3c682dfd971a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:028699dc-2dce-4e6f-9109-608ddfb470b0
ModelInvariantUuid:124175fb-2bd5-4f8b-b629-2ab01e311a1d
ModelName:vFW 2860ecf8-bcdd-nodes.vfwCvfc
ModelUuid:f5cabcc7-88da-42ac-aa4f-3e21d28d5b93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0a086a45-cd17-44b9-aa60-7a70571a88d9
ModelInvariantUuid:7d7ee114-a248-444c-89b7-ad54ccfec811
ModelName:Vfw2860ecf8Bcdd.compute.nodes.heat.vfw
ModelUuid:0a18e56d-f4f0-4a10-b448-59afe6383de8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:04b09bda-7405-43c1-8196-2159572a0495
ModelInvariantUuid:14ca79be-efd2-4557-a272-33a067296f3a
ModelName:vFW 2860ecf8-bcdd-nodes.vsnCvfc
ModelUuid:1be2df42-ffeb-4af2-a06f-3c7eaec1eea0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:40465dc3-743a-4194-a34b-84f05b169a3c
ModelInvariantUuid:2cc52737-353d-4427-bc87-f84d04aafe69
ModelName:Vfw2860ecf8Bcdd.compute.nodes.heat.vsn
ModelUuid:7eb1273f-b8a1-48f7-8a71-8cbcd99c8e88
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ac884244-7ced-47f4-835d-eed71dc69365
ModelInvariantUuid:e7719eee-7a1d-4d8d-a7eb-32d3a631e9ef
ModelName:vFW 2860ecf8-bcdd-nodes.vpgCvfc
ModelUuid:c1668576-1bc3-4ece-a9fe-450eab18943b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:142143d1-d326-4d4e-82e2-6e2469d28356
ModelInvariantUuid:7f66a544-62dd-43dc-b038-80699927862b
ModelName:Vfw2860ecf8Bcdd.compute.nodes.heat.vpg
ModelUuid:2f3c1e13-6597-4b6f-8cc2-63f39a065f88
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-06T10:26:18.880Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a63afba1-f8a7-455f-94c4-48b64e155936
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-06T10:26:18.884Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||vFW 2860ecf8-bcdd 0
2022-06-06T10:26:18.884Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a63afba1-f8a7-455f-94c4-48b64e155936
2022-06-06T10:26:18.884Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 72a2f36f-ea3b-42b8-94ec-b387d52d9b70 from URL: /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json
2022-06-06T10:26:18.885Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:26:18.885Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json
2022-06-06T10:26:19.228Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:26:19.229Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json 72a2f36f-ea3b-42b8-94ec-b387d52d9b70 785
2022-06-06T10:26:19.229Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json ASDC sendASDCNotification
2022-06-06T10:26:19.229Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json
2022-06-06T10:26:19.230Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:26:19.230Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:19.233Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:19.233Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511179229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:19.333Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:19.335Z||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-06T10:26:19.335Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:19.350Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:19.351Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:20.234Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2860ecf8Bcdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f1f8420d-648d-4ff0-b0f9-667e2b18c0b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b140db70-bf0e-47fd-9867-3c682dfd971a",
    "vfModuleModelCustomizationUUID": "a8f0e530-be8b-48ee-ad07-b62fa5d68db2",
    "isBase": true,
    "artifacts": [
      "df371055-503c-45e8-9409-623cfc235199",
      "bbb00e81-89bd-4654-9ced-ddcc9fbdf479"
    ],
    "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-06T10:26:20.240Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2860ecf8Bcdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b140db70-bf0e-47fd-9867-3c682dfd971a
VfModuleModelInvariantUUID:f1f8420d-648d-4ff0-b0f9-667e2b18c0b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
df371055-503c-45e8-9409-623cfc235199
,
bbb00e81-89bd-4654-9ced-ddcc9fbdf479

}
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-06T10:26:20.242Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2860ecf8Bcdd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f1f8420d-648d-4ff0-b0f9-667e2b18c0b8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b140db70-bf0e-47fd-9867-3c682dfd971a",
    "vfModuleModelCustomizationUUID": "a8f0e530-be8b-48ee-ad07-b62fa5d68db2",
    "isBase": true,
    "artifacts": [
      "df371055-503c-45e8-9409-623cfc235199",
      "bbb00e81-89bd-4654-9ced-ddcc9fbdf479"
    ],
    "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-06T10:26:20.242Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2860ecf8Bcdd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b140db70-bf0e-47fd-9867-3c682dfd971a
VfModuleModelInvariantUUID:f1f8420d-648d-4ff0-b0f9-667e2b18c0b8
VfModuleModelDescription:NULL
Artifacts UUID List:{
df371055-503c-45e8-9409-623cfc235199
,
bbb00e81-89bd-4654-9ced-ddcc9fbdf479

}
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-06T10:26:20.242Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df371055-503c-45e8-9409-623cfc235199 from URL: /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml
2022-06-06T10:26:20.242Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:26:20.242Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml
2022-06-06T10:26:20.626Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:26:20.628Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml df371055-503c-45e8-9409-623cfc235199 20368
2022-06-06T10:26:20.628Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:26:20.628Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml
2022-06-06T10:26:20.628Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:26:20.629Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:20.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:20.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511180628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:20.731Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:20.732Z||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-06T10:26:20.732Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:20.749Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:20.750Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:21.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bbb00e81-89bd-4654-9ced-ddcc9fbdf479 from URL: /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
2022-06-06T10:26:21.632Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-06T10:26:21.632Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
2022-06-06T10:26:21.931Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-06T10:26:21.932Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env bbb00e81-89bd-4654-9ced-ddcc9fbdf479 2098
2022-06-06T10:26:21.932Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:26:21.932Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
2022-06-06T10:26:21.932Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:26:21.933Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:21.934Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:21.934Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511181932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:26:22.035Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:22.036Z||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-06T10:26:22.036Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:22.054Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:22.055Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:22.935Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ffaf1b96-7020-46b8-9fe8-45d0a66445e1
2022-06-06T10:26:22.936Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2860ecf8-bcdd 0 a63afba1-f8a7-455f-94c4-48b64e155936 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-06T10:26:22.953Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30492897, org.onap.sdc.toscaparser.api.parameters.Input@7aea9934, org.onap.sdc.toscaparser.api.parameters.Input@50f8f3c, org.onap.sdc.toscaparser.api.parameters.Input@55cc0d7, org.onap.sdc.toscaparser.api.parameters.Input@7ca85d7b]
2022-06-06T10:26:22.955Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.956Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.956Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:26:22.956Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ef71269f-f6f9-49b4-abcd-099406f9bb07
2022-06-06T10:26:22.956Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef71269f-f6f9-49b4-abcd-099406f9bb07 matches Tosca VF Customization UUID: ef71269f-f6f9-49b4-abcd-099406f9bb07
2022-06-06T10:26:22.956Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ef71269f-f6f9-49b4-abcd-099406f9bb07  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-06T10:26:22.959Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.959Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.961Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ef71269f-f6f9-49b4-abcd-099406f9bb07: {\"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-06T10:26:22.961Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48937c2e
2022-06-06T10:26:22.961Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.961Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:26:22.962Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8f0e530-be8b-48ee-ad07-b62fa5d68db2
2022-06-06T10:26:22.962Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8f0e530-be8b-48ee-ad07-b62fa5d68db2
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-06T10:26:22.966Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.967Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.968Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:22.968Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.969Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.969Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:22.969Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.969Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:22.969Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.970Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:26:22.971Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.971Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:26:22.971Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.971Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=028699dc-2dce-4e6f-9109-608ddfb470b0
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-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:22.974Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:22.975Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:26:22.975Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.975Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.975Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.976Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T10:26:22.977Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.977Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=04b09bda-7405-43c1-8196-2159572a0495
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-06T10:26:22.979Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.979Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.979Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:22.979Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.979Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T10:26:22.980Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T10:26:22.981Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ac884244-7ced-47f4-835d-eed71dc69365
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-06T10:26:22.983Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.984Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.984Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:26:22.984Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.985Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Node template vFW 2860ecf8-bcdd 0 is matching search criteria
2022-06-06T10:26:22.985Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 2860ecf8-bcdd 0] matching following query criteria: sdcType=VF, customizationUUID=ef71269f-f6f9-49b4-abcd-099406f9bb07
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-06T10:26:22.987Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.987Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.988Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ffaf1b96-7020-46b8-9fe8-45d0a66445e1: vFW 2860ecf8-bcdd
2022-06-06T10:26:22.988Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.988Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.988Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.989Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.989Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.989Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.989Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.989Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.990Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:26:22.990Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-06 10-21-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:26:22.990Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-06 10-21-46 
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-06T10:26:23.149Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2860ecf8-bcdd a63afba1-f8a7-455f-94c4-48b64e155936 1 ASDC deployResourceStructure
2022-06-06T10:26:23.150Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json ASDC sendASDCNotification
2022-06-06T10:26:23.150Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json
2022-06-06T10:26:23.150Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:26:23.150Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:23.153Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:23.153Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511183150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:23.253Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:23.254Z||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-06T10:26:23.254Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:23.269Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:23.269Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:24.154Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T10:26:24.154Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml
2022-06-06T10:26:24.155Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:26:24.155Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:24.157Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:24.157Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511184154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:24.258Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:26:24.260Z||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-06T10:26:24.260Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:24.274Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:24.275Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:25.158Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T10:26:25.159Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env
2022-06-06T10:26:25.159Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:26:25.159Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:25.175Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:25.176Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511185158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:25.261Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-06T10:26:25.263Z||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-06T10:26:25.263Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:25.284Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:25.285Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:26.177Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar ASDC sendASDCNotification
2022-06-06T10:26:26.177Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar
2022-06-06T10:26:26.177Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:26:26.178Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:26:26.179Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:26:26.179Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511186177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:26:26.280Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:26:26.281Z||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-06T10:26:26.281Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:26:26.295Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:26:26.296Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:26:27.181Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:26:27.194Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:26:27.197Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:26:27.197Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:26:27.197Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:26:57.198Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:26:57.214Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:26:57.224Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:26:57.225Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:26:57.225Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:27:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:27:01.632Z||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-06T10:27:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:27:02.267Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:02.270Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.270Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.271Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.271Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.271Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.272Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.273Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.274Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.275Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.276Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.277Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511163654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511161626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511164155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511174763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511175144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "cds",
  "timestamp": 1654511175809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-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-06T10:27:02.300Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.301Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:02.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511170407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511178715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511179229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511179721,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "policy-id",
  "timestamp": 1654511180724,
  "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-06T10:27:02.346Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:02.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511180628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511180851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511181932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511175043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511176396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511182861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511183150,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "clamp",
  "timestamp": 1654511183865,
  "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-06T10:27:02.380Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.380Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:02.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511184461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511184154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511185158,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511185772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511186177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.399Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511187165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.402Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511188249,
  "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-06T10:27:02.411Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.411Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:02.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511181469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511189259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vfw2860ecf8bcdd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511189849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/resourceInstances/vfw2860ecf8bcdd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511186204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511194313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511193685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511194689,
  "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-06T10:27:02.433Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.433Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:02.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511213002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606102146/1.0/artifacts/service-Vfw20220606102146-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:27:02.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:27:02.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:27:02.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "aai-ml",
  "timestamp": 1654511214015,
  "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-06T10:27:02.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f98ea32b-9be0-4551-9110-5200eb3cc470
2022-06-06T10:27:02.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:27.225Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:27:27.251Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:27:27.255Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:27:27.255Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:27:27.255Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:27:27.256Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-06T10:27:27.265Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:27:57.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f98ea32b-9be0-4551-9110-5200eb3cc470 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-06T10:27:57.277Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f98ea32b-9be0-4551-9110-5200eb3cc470 and serviceModelVersionId: ffaf1b96-7020-46b8-9fe8-45d0a66445e1
2022-06-06T10:27:57.278Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d295542c-097f-4dc1-9bf5-a15c17f7cc45
2022-06-06T10:27:57.280Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0
2022-06-06T10:27:57.285Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:27:57.355Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0|INFO|500||Invoke
2022-06-06T10:27:57.356Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f98ea32b-9be0-4551-9110-5200eb3cc470], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a6f5fbc-a334-48a6-b5d2-3ece582a559e], X-ECOMP-RequestID=[f98ea32b-9be0-4551-9110-5200eb3cc470], X-TransactionId=[], X-ONAP-RequestID=[f98ea32b-9be0-4551-9110-5200eb3cc470], Content-Type=[application/merge-patch+json]}
2022-06-06T10:27:57.399Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:27:58.418Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?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/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:27:57:354-5541], vertex-id=[176224], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:27:57 GMT], Content-Type=[application/json]}
2022-06-06T10:27:58.419Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:27:58.420Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d295542c-097f-4dc1-9bf5-a15c17f7cc45/model-vers/model-ver/ffaf1b96-7020-46b8-9fe8-45d0a66445e1?depth=0|INFO|500||InvokeReturn
2022-06-06T10:27:58.420Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:27:58.420Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-06T10:27:58.426Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||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-06T10:27:58.426Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f98ea32b-9be0-4551-9110-5200eb3cc470 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:27:58.427Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:27:58.427Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:27:58.429Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:27:58.429Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511278427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:27:58.530Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:27:58.531Z||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-06T10:27:58.531Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:27:58.549Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:27:58.550Z||pool-50-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-06T10:27:59.447Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:27:59.448Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:27:59.448Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:28:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:28:01.631Z||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-06T10:28:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:28:02.261Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:28:02.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:28:02.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f98ea32b-9be0-4551-9110-5200eb3cc470",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511278427,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:28:02.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:28:08.995Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:28:08.996Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:28:08.996Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:28:08.996Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:28:18.545Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:01.625Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:29:01.626Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:29:01.626Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:29:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:29:01.631Z||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-06T10:29:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:29:11.188Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:29:11.188Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:01.625Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:30:01.626Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T10:30:01.626Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:30:01.630Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:30:01.630Z||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-06T10:30:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:30:11.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:30:11.179Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:31:01.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:31:01.629Z||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-06T10:31:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:31:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:31:01.631Z||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-06T10:31:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:31:11.185Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:31:11.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:01.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:32:01.627Z||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-06T10:32:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:32:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:32:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T10:32:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:32:11.174Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:32:11.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:33:01.626Z||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-06T10:33:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:33:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:33:01.631Z||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-06T10:33:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:33:11.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:33:11.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:01.625Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:34:01.626Z||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-06T10:34:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:34:01.632Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T10:34:01.632Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:02.260Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:02.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"82f8284a-05bd-4734-a7ee-379eba4512cf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"687c2818-9fec-47a2-9a36-930dc87d2a36","serviceDescription":"service","serviceInvariantUUID":"8bcd15c2-dc7e-47a6-851b-0dcfa787afae","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b0d0eaa7-3549-4ce9-a01b-6266333d9e4d","resourceInvariantUUID":"98c9eda5-b7ac-4e05-9959-81c71d97cf0e","resourceCustomizationUUID":"0c55c7b9-f23e-44a7-90cf-c727331e547b","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":"MjJhZDc2NTBhNDdkMDEwOThlYzM4ZTM4MmRlMTQ4OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"954aa517-3928-470f-9b38-c857390ea9c4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWMxMzRlNWU5MzJmNDNhZDQ4Yjk2MjdjYjlmYzRlNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"654c2ff4-417d-42f5-a54b-8df96759c0c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:34:02.265Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:02.266Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.266Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "cds",
  "timestamp": 1654511629155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.267Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.267Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "policy-id",
  "timestamp": 1654511630407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "cds",
  "timestamp": 1654511629155,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "policy-id",
  "timestamp": 1654511630407,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.268Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511631469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511631469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "policy-id",
  "timestamp": 1654511634086,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "cds",
  "timestamp": 1654511633648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:02.269Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.270Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.270Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "policy-id",
  "timestamp": 1654511635106,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:02.270Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.270Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.270Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "cds",
  "timestamp": 1654511634661,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-06T10:34:02.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:34:02.271Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:34:02.278Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:34:02.278Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511641625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:34:02.304Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82f8284a-05bd-4734-a7ee-379eba4512cf
2022-06-06T10:34:02.304Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:34:02.326Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.327Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511635153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:02.327Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.327Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.327Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "policy-id",
  "timestamp": 1654511636111,
  "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-06T10:34:02.341Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82f8284a-05bd-4734-a7ee-379eba4512cf
2022-06-06T10:34:02.341Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:34:02.357Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.357Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511635039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.358Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.358Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.358Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "aai-ml",
  "timestamp": 1654511636204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.359Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.359Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511636396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511635039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.360Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511636963,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "aai-ml",
  "timestamp": 1654511636204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.361Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.362Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511636396,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:02.362Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:34:02.362Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.362Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511637968,
  "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-06T10:34:02.371Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82f8284a-05bd-4734-a7ee-379eba4512cf
2022-06-06T10:34:02.371Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:34:02.378Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:34:02.380Z||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-06T10:34:02.380Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:02.384Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:34:02.384Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "aai-ml",
  "timestamp": 1654511639998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:02.384Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:34:02.402Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:02.403Z||pool-51-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:34:03.279Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:34:03.281Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:34:03.291Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:34:03.291Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511641625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:34:03.391Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:34:03.392Z||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-06T10:34:03.392Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:03.409Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:03.409Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:34:04.292Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "687c2818-9fec-47a2-9a36-930dc87d2a36",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8bcd15c2-dc7e-47a6-851b-0dcfa787afae",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0c55c7b9-f23e-44a7-90cf-c727331e547b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b0d0eaa7-3549-4ce9-a01b-6266333d9e4d",
      "resourceInvariantUUID": "98c9eda5-b7ac-4e05-9959-81c71d97cf0e",
      "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": "OWMxMzRlNWU5MzJmNDNhZDQ4Yjk2MjdjYjlmYzRlNmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "654c2ff4-417d-42f5-a54b-8df96759c0c5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:34:04.293Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:34:04.293Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 687c2818-9fec-47a2-9a36-930dc87d2a36 ASDC
2022-06-06T10:34:04.295Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:82f8284a-05bd-4734-a7ee-379eba4512cf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:687c2818-9fec-47a2-9a36-930dc87d2a36
ServiceInvariantUUID:8bcd15c2-dc7e-47a6-851b-0dcfa787afae
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:654c2ff4-417d-42f5-a54b-8df96759c0c5
ArtifactChecksum:OWMxMzRlNWU5MzJmNDNhZDQ4Yjk2MjdjYjlmYzRlNmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0c55c7b9-f23e-44a7-90cf-c727331e547b
ResourceInvariantUUID:98c9eda5-b7ac-4e05-9959-81c71d97cf0e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b0d0eaa7-3549-4ce9-a01b-6266333d9e4d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-06T10:34:04.295Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 687c2818-9fec-47a2-9a36-930dc87d2a36 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-06T10:34:04.352Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:34:04.354Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:34:04.354Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:34:04.354Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 654c2ff4-417d-42f5-a54b-8df96759c0c5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T10:34:04.354Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-06T10:34:04.355Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T10:34:04.919Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-06T10:34:04.922Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 654c2ff4-417d-42f5-a54b-8df96759c0c5 52509
2022-06-06T10:34:04.922Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:04.922Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:04.922Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:34:04.923Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:34:04.925Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:34:04.926Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511644922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:34:05.026Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:34:05.027Z||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-06T10:34:05.027Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:05.045Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:05.046Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:34:05.926Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:34:05.927Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-06T10:34:05.928Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 654c2ff4-417d-42f5-a54b-8df96759c0c5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T10:34:05.929Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-06T10:34:05.929Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T10:34:05.929Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T10:34:06.066Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2448194286337633620/Definitions/service-BasicNetwork-template.yml
2022-06-06T10:34:06.773Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.774Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.775Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.775Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-06T10:34:06.775Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.775Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.775Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-06T10:34:06.776Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.777Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.778Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.778Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.778Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.778Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:687c2818-9fec-47a2-9a36-930dc87d2a36
Model Version:NULL
Model InvariantUuid:8bcd15c2-dc7e-47a6-851b-0dcfa787afae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:98c9eda5-b7ac-4e05-9959-81c71d97cf0e
Model UUID:06c4580b-2929-46a7-b2e8-1e6897d18263
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0c55c7b9-f23e-44a7-90cf-c727331e547b
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-06T10:34:06.783Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b0d0eaa7-3549-4ce9-a01b-6266333d9e4d
2022-06-06T10:34:06.784Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||No resources found for Service: 687c2818-9fec-47a2-9a36-930dc87d2a36
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-06T10:34:06.789Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||
2022-06-06T10:34:06.790Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-06T10:34:06.790Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 687c2818-9fec-47a2-9a36-930dc87d2a36
2022-06-06T10:34:06.791Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 687c2818-9fec-47a2-9a36-930dc87d2a36
2022-06-06T10:34:06.791Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-06T10:34:06.791Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.794Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6307937c, org.onap.sdc.toscaparser.api.parameters.Input@4edd992d, org.onap.sdc.toscaparser.api.parameters.Input@5181f1d9, org.onap.sdc.toscaparser.api.parameters.Input@671b92b5, org.onap.sdc.toscaparser.api.parameters.Input@38586159]
2022-06-06T10:34:06.795Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.795Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 687c2818-9fec-47a2-9a36-930dc87d2a36: Generic NeutronNet
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.796Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.797Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.845Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.845Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.845Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.846Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.846Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:34:06.846Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:34:06.846Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.926Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-06T10:34:06.926Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.927Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:34:06.927Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:34:06.927Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:34:06.929Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:34:06.930Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511646926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:34:07.030Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:34:07.031Z||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-06T10:34:07.031Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:34:07.044Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:34:07.045Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:34:07.930Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:34:07.947Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:34:07.950Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:34:07.950Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:34:07.950Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:34:37.950Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:34:37.964Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:34:37.968Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:34:37.968Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:34:37.969Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:35:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:35:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T10:35:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:35:01.769Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:35:01.770Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:35:01.770Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511641625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:35:01.771Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:35:07.969Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:35:07.982Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:35:07.985Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:35:07.986Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:35:07.986Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:35:37.986Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:35:37.998Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:35:38.001Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:35:38.001Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:35:38.001Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:36:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:01.635Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T10:36:01.635Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:02.174Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:02.178Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.183Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511641625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:36:02.187Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:36:02.188Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.188Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "clamp",
  "timestamp": 1654511643655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:02.188Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:36:02.188Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.189Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511644922,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:36:02.189Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:02.189Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.189Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "clamp",
  "timestamp": 1654511643655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:36:02.190Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:36:02.190Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.190Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511646926,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:36:02.190Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:02.190Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.191Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "aai-ml",
  "timestamp": 1654511647394,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:36:02.191Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:02.191Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.193Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "aai-ml",
  "timestamp": 1654511648399,
  "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-06T10:36:02.216Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82f8284a-05bd-4734-a7ee-379eba4512cf
2022-06-06T10:36:02.217Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:36:02.240Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.240Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "clamp",
  "timestamp": 1654511652949,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "clamp",
  "timestamp": 1654511653965,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T10:36:02.241Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "clamp",
  "timestamp": 1654511654969,
  "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-06T10:36:02.250Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82f8284a-05bd-4734-a7ee-379eba4512cf
2022-06-06T10:36:02.250Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:36:08.001Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:36:08.019Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:36:08.025Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:36:08.025Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:36:08.025Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:36:08.026Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:36:08.026Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.026Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.027Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.027Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.027Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.027Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:36:08.027Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:36:08.036Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:36:38.037Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82f8284a-05bd-4734-a7ee-379eba4512cf 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-06T10:36:38.047Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82f8284a-05bd-4734-a7ee-379eba4512cf and serviceModelVersionId: 687c2818-9fec-47a2-9a36-930dc87d2a36
2022-06-06T10:36:38.047Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bcd15c2-dc7e-47a6-851b-0dcfa787afae
2022-06-06T10:36:38.050Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0
2022-06-06T10:36:38.065Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:36:38.169Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0|INFO|500||Invoke
2022-06-06T10:36:38.170Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82f8284a-05bd-4734-a7ee-379eba4512cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a3cede3-35be-4875-a859-818e3d3c9be1], X-ECOMP-RequestID=[82f8284a-05bd-4734-a7ee-379eba4512cf], X-TransactionId=[], X-ONAP-RequestID=[82f8284a-05bd-4734-a7ee-379eba4512cf], Content-Type=[application/merge-patch+json]}
2022-06-06T10:36:38.204Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:36:39.614Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?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/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:36:38:168-75580], vertex-id=[417912], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:36:38 GMT], Content-Type=[application/json]}
2022-06-06T10:36:39.615Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:36:39.616Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bcd15c2-dc7e-47a6-851b-0dcfa787afae/model-vers/model-ver/687c2818-9fec-47a2-9a36-930dc87d2a36?depth=0|INFO|500||InvokeReturn
2022-06-06T10:36:39.617Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:36:39.617Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:36:39.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||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-06T10:36:39.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82f8284a-05bd-4734-a7ee-379eba4512cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:36:39.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:36:39.627Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:39.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:39.632Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511799626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:36:39.731Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:36:39.733Z||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-06T10:36:39.733Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:39.755Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:39.756Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 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-06T10:36:40.655Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:36:40.656Z||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-06T10:36:40.656Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:45.107Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:45.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:36:45.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd132d98-1d23-4ec0-8a59-cb9199d6b485","serviceName":"Demo_pNF_OPccmUwQ450a2H14GP4J","serviceVersion":"1.0","serviceUUID":"958ff38f-c48d-423f-b87a-fdbbe9676967","serviceDescription":"catalog service description","serviceInvariantUUID":"64fec517-02c2-4fde-9fe9-08ac3d3f34b6","resources":[{"resourceInstanceName":"pNF cd847b23-5358 0","resourceName":"pNF cd847b23-5358","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"66817a59-c6c1-4932-aa21-5b166fea9ace","resourceInvariantUUID":"15672e2d-a0b6-4109-94ec-c3b7ef05b6f4","resourceCustomizationUUID":"609da7f2-450a-4f52-aabe-9b42aa25aedb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml","artifactChecksum":"YzA4NzM4ODdmNjJhMjJlZTA3ZjlmODFmYjRlYjliMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d0d3a23-7808-4f3b-9a29-15f9e21012ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar","artifactChecksum":"YTliYzZkMDIzMzBjYjE3ZjRhZmNjNThiZTNkNmY0OTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba0df97a-0144-42d7-8960-14a0ce3f8ab0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b20c53c-78ce-4604-8186-cb288120c2c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml","artifactChecksum":"YTBhOTVlYjFjYzI1NjU3MjM1YTNjMzExYzAxNjQxNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec943018-73dc-4d30-ae55-df7463962765","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"064f342f-2af0-4476-a7ca-0326abbd7465","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9636d24a-4b63-40bb-9542-3bd817470dd1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOpccmuwq450a2h14gp4j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml","artifactChecksum":"OGJjNjgzZWJiNmVkOWYxYWI2NzIzYTc5YzYyNDk3MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a8db42f-c5e5-4081-8fa1-626f41edbfa3","artifactVersion":"1"},{"artifactName":"service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar","artifactChecksum":"YjU5YjM5YzAxMjc0ZTVmOWYwNmNjYjM2NzQyNzRmN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b93cfa80-f903-41a4-8567-bfb217df4c0a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:36:45.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:45.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:45.114Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:45.114Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:45.214Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:36:45.216Z||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-06T10:36:45.216Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:45.232Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:45.233Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:36:46.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:46.117Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:46.119Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:46.119Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:46.221Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:36:46.221Z||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-06T10:36:46.222Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:46.237Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:46.238Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:47.124Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:47.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:47.128Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:47.129Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:47.230Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:36:47.234Z||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-06T10:36:47.235Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:47.252Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:47.253Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:48.129Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:48.130Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:48.133Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:48.133Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:48.236Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T10:36:48.237Z||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-06T10:36:48.237Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:48.250Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:48.251Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:49.134Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:49.135Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:49.137Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:49.137Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:49.238Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:36:49.239Z||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-06T10:36:49.239Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:49.256Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:49.256Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:36:50.138Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:50.139Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:50.142Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:50.142Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:50.242Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:36:50.243Z||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-06T10:36:50.243Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:50.259Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:50.259Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:36:51.143Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:51.144Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:51.146Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:51.147Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:36:51.247Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:36:51.248Z||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-06T10:36:51.248Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:51.261Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:51.262Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:52.150Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:36:52.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:52.155Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:52.155Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:36:52.255Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:36:52.256Z||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-06T10:36:52.257Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:52.274Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:52.283Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:36:53.156Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "serviceName": "Demo_pNF_OPccmUwQ450a2H14GP4J",
  "serviceVersion": "1.0",
  "serviceUUID": "958ff38f-c48d-423f-b87a-fdbbe9676967",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "64fec517-02c2-4fde-9fe9-08ac3d3f34b6",
  "resources": [
    {
      "resourceInstanceName": "pNF cd847b23-5358 0",
      "resourceCustomizationUUID": "609da7f2-450a-4f52-aabe-9b42aa25aedb",
      "resourceName": "pNF cd847b23-5358",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "66817a59-c6c1-4932-aa21-5b166fea9ace",
      "resourceInvariantUUID": "15672e2d-a0b6-4109-94ec-c3b7ef05b6f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
      "artifactChecksum": "YjU5YjM5YzAxMjc0ZTVmOWYwNmNjYjM2NzQyNzRmN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b93cfa80-f903-41a4-8567-bfb217df4c0a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:36:53.157Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:36:53.157Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 958ff38f-c48d-423f-b87a-fdbbe9676967 ASDC
2022-06-06T10:36:53.159Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bd132d98-1d23-4ec0-8a59-cb9199d6b485
ServiceName:Demo_pNF_OPccmUwQ450a2H14GP4J
ServiceVersion:1.0
ServiceUUID:958ff38f-c48d-423f-b87a-fdbbe9676967
ServiceInvariantUUID:64fec517-02c2-4fde-9fe9-08ac3d3f34b6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
ArtifactUUID:b93cfa80-f903-41a4-8567-bfb217df4c0a
ArtifactChecksum:YjU5YjM5YzAxMjc0ZTVmOWYwNmNjYjM2NzQyNzRmN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF cd847b23-5358 0
ResourceCustomizationUUID:609da7f2-450a-4f52-aabe-9b42aa25aedb
ResourceInvariantUUID:15672e2d-a0b6-4109-94ec-c3b7ef05b6f4
ResourceName:pNF cd847b23-5358
ResourceType:PNF
ResourceUUID:66817a59-c6c1-4932-aa21-5b166fea9ace
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T10:36:53.160Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 958ff38f-c48d-423f-b87a-fdbbe9676967 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-06T10:36:53.204Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:36:53.206Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:36:53.206Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:36:53.206Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b93cfa80-f903-41a4-8567-bfb217df4c0a from URL: /sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:53.206Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:36:53.207Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:53.823Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:36:53.830Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar b93cfa80-f903-41a4-8567-bfb217df4c0a 82662
2022-06-06T10:36:53.831Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar ASDC sendASDCNotification
2022-06-06T10:36:53.831Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:53.831Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:36:53.832Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:53.835Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:53.835Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511813830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:36:53.936Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:36:53.937Z||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-06T10:36:53.937Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:53.954Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:53.955Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:54.837Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:36:54.838Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:36:54.838Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b93cfa80-f903-41a4-8567-bfb217df4c0a, URL: /sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar to file: /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:54.838Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:54.839Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:54.839Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:55.078Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9423659797552621731/Definitions/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.136Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF cd847b23-5358 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-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.137Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.138Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Node template pNF cd847b23-5358 0 is matching search criteria
2022-06-06T10:36:56.138Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:36:56.138Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF cd847b23-5358 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:36:56.138Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.138Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Node template pNF cd847b23-5358 0 is matching search criteria
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF cd847b23-5358 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.139Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.140Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_OPccmUwQ450a2H14GP4J
Description:catalog service description
Model UUID:958ff38f-c48d-423f-b87a-fdbbe9676967
Model Version:NULL
Model InvariantUuid:64fec517-02c2-4fde-9fe9-08ac3d3f34b6
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-06T10:36:56.146Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 66817a59-c6c1-4932-aa21-5b166fea9ace
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-06T10:36:56.149Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||pNF cd847b23-5358 0
2022-06-06T10:36:56.150Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 66817a59-c6c1-4932-aa21-5b166fea9ace
2022-06-06T10:36:56.150Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 958ff38f-c48d-423f-b87a-fdbbe9676967
2022-06-06T10:36:56.150Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 958ff38f-c48d-423f-b87a-fdbbe9676967
2022-06-06T10:36:56.150Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF cd847b23-5358 0 66817a59-c6c1-4932-aa21-5b166fea9ace 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-06T10:36:56.156Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ddd8f0e, org.onap.sdc.toscaparser.api.parameters.Input@6155f482, org.onap.sdc.toscaparser.api.parameters.Input@3966e1c8, org.onap.sdc.toscaparser.api.parameters.Input@5ead187, org.onap.sdc.toscaparser.api.parameters.Input@14de8bcb]
2022-06-06T10:36:56.156Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.157Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.158Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 958ff38f-c48d-423f-b87a-fdbbe9676967: pNF cd847b23-5358
2022-06-06T10:36:56.158Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Processing PNF resource: 66817a59-c6c1-4932-aa21-5b166fea9ace
2022-06-06T10:36:56.159Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:36:56.159Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_OPccmUwQ450a2H14GP4J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:36:56.159Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||Resource customization UUID: 609da7f2-450a-4f52-aabe-9b42aa25aedb is the same as notified resource customizationUUID: 609da7f2-450a-4f52-aabe-9b42aa25aedb
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-06T10:36:56.210Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF cd847b23-5358 66817a59-c6c1-4932-aa21-5b166fea9ace 0 ASDC deployResourceStructure
2022-06-06T10:36:56.210Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar ASDC sendASDCNotification
2022-06-06T10:36:56.210Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar
2022-06-06T10:36:56.210Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:36:56.211Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:36:56.213Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:36:56.213Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511816210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:36:56.313Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:36:56.314Z||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-06T10:36:56.314Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:36:56.335Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:36:56.336Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:36:57.214Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:36:57.231Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:36:57.242Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:36:57.242Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:36:57.242Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:37:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:37:01.631Z||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-06T10:37:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:37:02.264Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:02.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.268Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.269Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511775042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511779155,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511781470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511776396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.284Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511792474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511792659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.285Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511792759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511786204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.286Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "cds",
  "timestamp": 1654511793674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-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-06T10:37:02.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.295Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:02.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511793964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511794775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511795493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511794969,
  "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-06T10:37:02.323Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.323Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:02.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511795779,
  "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-06T10:37:02.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:02.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511790407,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "82f8284a-05bd-4734-a7ee-379eba4512cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511799626,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511800295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511801304,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511793655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "policy-id",
  "timestamp": 1654511802311,
  "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-06T10:37:02.378Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:02.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511804694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "aai-ml",
  "timestamp": 1654511805698,
  "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-06T10:37:02.402Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.402Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:02.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/resourceInstances/pnfcd847b2353580/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511800655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:37:02.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511813830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511813979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511816210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511816979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOpccmuwq450a2h14gp4j/1.0/artifacts/service-DemoPnfOpccmuwq450a2h14gp4j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:37:02.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "clamp",
  "timestamp": 1654511817984,
  "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-06T10:37:02.426Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd132d98-1d23-4ec0-8a59-cb9199d6b485
2022-06-06T10:37:02.427Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:27.243Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:37:27.260Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:37:27.265Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:37:27.265Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.266Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.267Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.268Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:37:27.268Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:37:27.276Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:37:57.276Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485 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-06T10:37:57.284Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd132d98-1d23-4ec0-8a59-cb9199d6b485 and serviceModelVersionId: 958ff38f-c48d-423f-b87a-fdbbe9676967
2022-06-06T10:37:57.284Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64fec517-02c2-4fde-9fe9-08ac3d3f34b6
2022-06-06T10:37:57.285Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?depth=0
2022-06-06T10:37:57.289Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:37:57.344Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?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-06T10:37:57.346Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?depth=0|INFO|500||Invoke
2022-06-06T10:37:57.377Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:37:58.416Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?depth=0|INFO|500||InvokeReturn
2022-06-06T10:37:58.418Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64fec517-02c2-4fde-9fe9-08ac3d3f34b6/model-vers/model-ver/958ff38f-c48d-423f-b87a-fdbbe9676967?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-10:37:57:343-13489], vertex-id=[204976], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:37:57 GMT], Content-Type=[application/json]}
2022-06-06T10:37:58.418Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:37:58.419Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:37:58.419Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||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-06T10:37:58.425Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:37:58.425Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd132d98-1d23-4ec0-8a59-cb9199d6b485 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:37:58.425Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:37:58.426Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:37:58.429Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:37:58.429Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511878425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:37:58.529Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:37:58.530Z||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-06T10:37:58.530Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:37:58.548Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:37:58.548Z||pool-66-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-06T10:37:59.447Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:37:59.448Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|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-06T10:37:59.448Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:00.080Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:00.081Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:38:00.081Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce01f31f-1b82-4770-940e-8f492266f3f2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9","serviceDescription":"service","serviceInvariantUUID":"3ac15d0d-35b4-4f79-9bbd-dddda7f5576e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"362dcf35-3e1f-4862-9fe6-13139187ae87","resourceInvariantUUID":"a4aba44f-cce4-4729-89c4-479b1e6f6a11","resourceCustomizationUUID":"17c70294-d5ea-47e9-92b6-7e1bb6628566","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":"ZDQxZTI4YTQzNjJkYTdkMWQ5NTc0ZTliMDRjOGJjMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95895ad1-5bde-42d1-bed7-16788b80ddd0","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":"0144b41a-8ac7-48ed-9f70-660f07a6a9f8","artifactVersion":"2","generatedFromUUID":"6580f26e-26d8-4df6-a460-b9651414679a"},{"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":"6580f26e-26d8-4df6-a460-b9651414679a","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":"NWVmZGY0MDkxMjQ1OWM0OGIyMzQ0NDU5YmRiNjIyZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d6e0bfd3-c965-4a51-b22e-6f7db4868b2d","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":"b6e0b7d9-a642-41bb-a884-29c8a144a6d3","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":"b3a73e2a-d74b-4497-b07e-89f1fe719ffb","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":"63375cf1-b0da-4c7f-b381-a0758ef201ae","artifactVersion":"2","generatedFromUUID":"b6e0b7d9-a642-41bb-a884-29c8a144a6d3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDUxMzVjMWJhYzBlOTI5YTMxNGY1NjEyYTczMThiZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ddddaf1-df27-446b-8e93-b73e3ba495ac","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzUzMjAzZDg4OWI1ZWZjM2FmM2NjMjZlYjRlMTc4NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"179a79a0-f758-498e-9b62-6bfb79dbbbd8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:38:00.083Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:00.084Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:00.086Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:00.086Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:00.187Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:00.188Z||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-06T10:38:00.188Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:00.203Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:00.204Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:01.087Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:01.088Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:01.090Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:01.090Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.191Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:01.192Z||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-06T10:38:01.192Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:01.211Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:01.212Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:38:01.631Z||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-06T10:38:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:01.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:01.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511835039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511839155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511836396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511850052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511841469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511850960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "cds",
  "timestamp": 1654511851064,
  "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-06T10:38:01.802Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511851770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511852756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.816Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511854177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511846204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511854328,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511855764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511855333,
  "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-06T10:38:01.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.828Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511856911,
  "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-06T10:38:01.849Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.865Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.866Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511857112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.866Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.867Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.867Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.867Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511857923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.868Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511850407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.869Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.869Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.870Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511860895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511861909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511853654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "policy-id",
  "timestamp": 1654511862912,
  "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-06T10:38:01.881Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.881Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511871296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:01.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "aai-ml",
  "timestamp": 1654511872301,
  "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-06T10:38:01.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.900Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511874989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511876995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "clamp",
  "timestamp": 1654511878000,
  "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-06T10:38:01.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce01f31f-1b82-4770-940e-8f492266f3f2
2022-06-06T10:38:01.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:01.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd132d98-1d23-4ec0-8a59-cb9199d6b485",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511878425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:38:01.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:01.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:01.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:38:01.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:01.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:38:02.091Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:02.092Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:02.094Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:02.094Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:38:02.195Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:02.196Z||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-06T10:38:02.196Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:02.221Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:02.222Z||pool-69-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:03.095Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:03.096Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:03.099Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:03.099Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:38:03.199Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:03.201Z||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-06T10:38:03.201Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:03.221Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:03.222Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:04.100Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:04.101Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:04.103Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:04.104Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:38:04.203Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:38:04.205Z||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-06T10:38:04.205Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:04.219Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:04.220Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:38:05.104Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:05.106Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:05.108Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:05.108Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:05.208Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:05.210Z||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-06T10:38:05.211Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:05.227Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:05.228Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:38:06.109Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:06.110Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:06.112Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:06.112Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:38:06.212Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:38:06.214Z||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-06T10:38:06.214Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:06.233Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:06.234Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:07.113Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:07.114Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:07.116Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:07.116Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:38:07.217Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:07.218Z||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-06T10:38:07.218Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:07.234Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:07.235Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:08.118Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:38:08.118Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:08.120Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:08.120Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:38:08.220Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:08.221Z||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-06T10:38:08.222Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:08.237Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:08.238Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:09.122Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3ac15d0d-35b4-4f79-9bbd-dddda7f5576e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "17c70294-d5ea-47e9-92b6-7e1bb6628566",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "362dcf35-3e1f-4862-9fe6-13139187ae87",
      "resourceInvariantUUID": "a4aba44f-cce4-4729-89c4-479b1e6f6a11",
      "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": "0144b41a-8ac7-48ed-9f70-660f07a6a9f8",
          "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": "6580f26e-26d8-4df6-a460-b9651414679a",
          "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": "NWVmZGY0MDkxMjQ1OWM0OGIyMzQ0NDU5YmRiNjIyZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d6e0bfd3-c965-4a51-b22e-6f7db4868b2d",
          "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": "b6e0b7d9-a642-41bb-a884-29c8a144a6d3",
          "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": "63375cf1-b0da-4c7f-b381-a0758ef201ae",
            "generatedFromUUID": "b6e0b7d9-a642-41bb-a884-29c8a144a6d3"
          },
          "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": "63375cf1-b0da-4c7f-b381-a0758ef201ae",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzUzMjAzZDg4OWI1ZWZjM2FmM2NjMjZlYjRlMTc4NDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "179a79a0-f758-498e-9b62-6bfb79dbbbd8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:38:09.123Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:38:09.123Z|bd132d98-1d23-4ec0-8a59-cb9199d6b485|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9 ASDC
2022-06-06T10:38:09.123Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ce01f31f-1b82-4770-940e-8f492266f3f2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9
ServiceInvariantUUID:3ac15d0d-35b4-4f79-9bbd-dddda7f5576e
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:179a79a0-f758-498e-9b62-6bfb79dbbbd8
ArtifactChecksum:YzUzMjAzZDg4OWI1ZWZjM2FmM2NjMjZlYjRlMTc4NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:17c70294-d5ea-47e9-92b6-7e1bb6628566
ResourceInvariantUUID:a4aba44f-cce4-4729-89c4-479b1e6f6a11
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:362dcf35-3e1f-4862-9fe6-13139187ae87
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:0144b41a-8ac7-48ed-9f70-660f07a6a9f8
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:6580f26e-26d8-4df6-a460-b9651414679a
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:d6e0bfd3-c965-4a51-b22e-6f7db4868b2d
ArtifactChecksum:NWVmZGY0MDkxMjQ1OWM0OGIyMzQ0NDU5YmRiNjIyZTA=
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:b6e0b7d9-a642-41bb-a884-29c8a144a6d3
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:63375cf1-b0da-4c7f-b381-a0758ef201ae
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:63375cf1-b0da-4c7f-b381-a0758ef201ae
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:38:09.123Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9 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-06T10:38:09.171Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:38:09.172Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:38:09.172Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:38:09.172Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 179a79a0-f758-498e-9b62-6bfb79dbbbd8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:38:09.173Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:09.173Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T10:38:10.221Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:10.224Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 179a79a0-f758-498e-9b62-6bfb79dbbbd8 68959
2022-06-06T10:38:10.224Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:10.224Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:10.224Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:10.225Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:10.227Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:10.227Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511890224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:10.327Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:10.328Z||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-06T10:38:10.328Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:10.344Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:10.345Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:11.228Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:38:11.229Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:38:11.230Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 179a79a0-f758-498e-9b62-6bfb79dbbbd8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:38:11.230Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-06T10:38:11.231Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:38:11.231Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:38:11.347Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5262109673543749338/Definitions/service-BasicCnf-template.yml
2022-06-06T10:38:12.544Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:38:12.545Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:38:12.545Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:38:12.545Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T10:38:12.546Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:12.546Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:12.546Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T10:38:12.546Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:12.547Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:38:12.547Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.547Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.548Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:12.548Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:38:12.548Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:38:12.548Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.549Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.549Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:12.549Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:38:12.549Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:38:12.550Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.550Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.550Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.551Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:38:12.551Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-06T10:38:12.551Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-06T10:38:12.551Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:38:12.552Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.552Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:38:12.552Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.553Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:12.553Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:12.553Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.554Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:12.554Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:12.554Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.554Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:12.555Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:12.555Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.555Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:38:12.555Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T10:38:12.556Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e97208ff-5baa-4a37-b85d-82ed1e0f117e
2022-06-06T10:38:12.556Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.556Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.556Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.557Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.557Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.557Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.558Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:12.558Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:12.558Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9
Model Version:NULL
Model InvariantUuid:3ac15d0d-35b4-4f79-9bbd-dddda7f5576e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:99d38651-a17c-40f5-8526-4cc26cd8bb78
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a4aba44f-cce4-4729-89c4-479b1e6f6a11
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:17c70294-d5ea-47e9-92b6-7e1bb6628566
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e525c31a-5aea-4239-877a-4357e8696025
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1813d190-bebf-46a6-8a0a-ca065a237573
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e97208ff-5baa-4a37-b85d-82ed1e0f117e
ModelInvariantUuid:1f44c2d2-430b-4018-b986-ee5e8bd93f53
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a6e7683b-3423-4bd8-a4d4-83fd0a6f73d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:46303f81-4413-4169-8863-82cdbf4676b4
ModelInvariantUuid:b6ca7245-73d9-4eb9-be37-9238e05aac34
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a30101ac-ab37-4752-802b-af672e3e8415
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-06T10:38:12.563Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 362dcf35-3e1f-4862-9fe6-13139187ae87
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-06T10:38:12.566Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-06-06T10:38:12.566Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 362dcf35-3e1f-4862-9fe6-13139187ae87
2022-06-06T10:38:12.567Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0144b41a-8ac7-48ed-9f70-660f07a6a9f8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T10:38:12.567Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:12.567Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:13.014Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:13.015Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0144b41a-8ac7-48ed-9f70-660f07a6a9f8 12
2022-06-06T10:38:13.015Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:13.015Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:13.015Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:13.015Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:13.017Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:13.018Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511893015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:13.118Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:13.119Z||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-06T10:38:13.119Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:13.134Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:13.135Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:14.018Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6580f26e-26d8-4df6-a460-b9651414679a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T10:38:14.019Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:14.020Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:14.820Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:14.820Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6580f26e-26d8-4df6-a460-b9651414679a 2688
2022-06-06T10:38:14.821Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:14.821Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:14.821Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:14.822Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:14.824Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:14.824Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511894821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:14.924Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:38:14.926Z||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-06T10:38:14.926Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:14.942Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:14.943Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:38:15.827Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d6e0bfd3-c965-4a51-b22e-6f7db4868b2d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T10:38:15.827Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:15.828Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:17.018Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:17.018Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d6e0bfd3-c965-4a51-b22e-6f7db4868b2d 828
2022-06-06T10:38:17.019Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:17.019Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:17.019Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:17.019Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:17.021Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:17.022Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511897019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:17.122Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:17.123Z||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-06T10:38:17.123Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:17.138Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:17.140Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:18.022Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e525c31a-5aea-4239-877a-4357e8696025",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1813d190-bebf-46a6-8a0a-ca065a237573",
    "vfModuleModelCustomizationUUID": "98d46f9d-8f54-4696-9d13-8f18f3f85de6",
    "isBase": true,
    "artifacts": [
      "b6e0b7d9-a642-41bb-a884-29c8a144a6d3",
      "6580f26e-26d8-4df6-a460-b9651414679a",
      "63375cf1-b0da-4c7f-b381-a0758ef201ae"
    ],
    "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-06T10:38:18.028Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1813d190-bebf-46a6-8a0a-ca065a237573
VfModuleModelInvariantUUID:e525c31a-5aea-4239-877a-4357e8696025
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6e0b7d9-a642-41bb-a884-29c8a144a6d3
,
6580f26e-26d8-4df6-a460-b9651414679a
,
63375cf1-b0da-4c7f-b381-a0758ef201ae

}
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-06T10:38:18.031Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e525c31a-5aea-4239-877a-4357e8696025",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1813d190-bebf-46a6-8a0a-ca065a237573",
    "vfModuleModelCustomizationUUID": "98d46f9d-8f54-4696-9d13-8f18f3f85de6",
    "isBase": true,
    "artifacts": [
      "b6e0b7d9-a642-41bb-a884-29c8a144a6d3",
      "6580f26e-26d8-4df6-a460-b9651414679a",
      "63375cf1-b0da-4c7f-b381-a0758ef201ae"
    ],
    "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-06T10:38:18.031Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1813d190-bebf-46a6-8a0a-ca065a237573
VfModuleModelInvariantUUID:e525c31a-5aea-4239-877a-4357e8696025
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6e0b7d9-a642-41bb-a884-29c8a144a6d3
,
6580f26e-26d8-4df6-a460-b9651414679a
,
63375cf1-b0da-4c7f-b381-a0758ef201ae

}
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-06T10:38:18.031Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6e0b7d9-a642-41bb-a884-29c8a144a6d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T10:38:18.032Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:18.032Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:18.919Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:18.920Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b6e0b7d9-a642-41bb-a884-29c8a144a6d3 1164
2022-06-06T10:38:18.921Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:18.921Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:18.921Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:18.922Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:18.925Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:18.925Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511898920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:19.025Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:19.026Z||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-06T10:38:19.026Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:19.040Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:19.040Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:19.926Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63375cf1-b0da-4c7f-b381-a0758ef201ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T10:38:19.927Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:38:19.927Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:20.804Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:38:20.804Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 63375cf1-b0da-4c7f-b381-a0758ef201ae 200
2022-06-06T10:38:20.805Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:20.805Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:20.805Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:38:20.806Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:20.809Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:20.809Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511900805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:38:20.909Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:20.910Z||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-06T10:38:20.912Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:20.927Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:20.928Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:21.810Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9
2022-06-06T10:38:21.811Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 362dcf35-3e1f-4862-9fe6-13139187ae87 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 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-06T10:38:21.825Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T10:38:21.829Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47981274, org.onap.sdc.toscaparser.api.parameters.Input@2f430110, org.onap.sdc.toscaparser.api.parameters.Input@703e10a0, org.onap.sdc.toscaparser.api.parameters.Input@57f0e5bb, org.onap.sdc.toscaparser.api.parameters.Input@507c5683]
2022-06-06T10:38:21.831Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.831Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.832Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:38:21.832Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 17c70294-d5ea-47e9-92b6-7e1bb6628566
2022-06-06T10:38:21.832Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17c70294-d5ea-47e9-92b6-7e1bb6628566 matches Tosca VF Customization UUID: 17c70294-d5ea-47e9-92b6-7e1bb6628566
2022-06-06T10:38:21.832Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 17c70294-d5ea-47e9-92b6-7e1bb6628566  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-06T10:38:21.835Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.836Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.836Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 17c70294-d5ea-47e9-92b6-7e1bb6628566: {\"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-06T10:38:21.837Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37b6cd3c
2022-06-06T10:38:21.837Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.837Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:38:21.837Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 98d46f9d-8f54-4696-9d13-8f18f3f85de6
2022-06-06T10:38:21.838Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 98d46f9d-8f54-4696-9d13-8f18f3f85de6
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-06T10:38:21.840Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.841Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:21.841Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:21.842Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.842Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:21.842Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:21.843Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.843Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T10:38:21.843Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T10:38:21.843Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e97208ff-5baa-4a37-b85d-82ed1e0f117e
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-06T10:38:21.846Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.846Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:21.847Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:38:21.847Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.847Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T10:38:21.848Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=17c70294-d5ea-47e9-92b6-7e1bb6628566
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-06T10:38:21.850Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.850Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.851Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9: basic_cnf
2022-06-06T10:38:21.851Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.851Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.851Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.851Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.852Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.852Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.852Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.852Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.853Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:38:21.853Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:38:21.853Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:21.911Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 362dcf35-3e1f-4862-9fe6-13139187ae87 1 ASDC deployResourceStructure
2022-06-06T10:38:21.913Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:21.913Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:21.913Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:38:21.914Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:21.916Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:21.916Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511901912,
  "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-06T10:38:22.016Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:22.018Z||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-06T10:38:22.018Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:22.036Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:22.037Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:22.918Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:22.918Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:22.918Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T10:38:22.919Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:22.921Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:22.921Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511902917,
  "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-06T10:38:23.021Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:23.022Z||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-06T10:38:23.022Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:23.041Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:23.042Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:23.922Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:23.923Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:23.923Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:38:23.924Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:23.930Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:23.930Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511903922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:24.028Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:38:24.029Z||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-06T10:38:24.030Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:24.046Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:24.046Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:24.931Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:24.932Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:24.932Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:38:24.933Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:24.934Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:24.935Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511904931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:25.035Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:25.036Z||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-06T10:38:25.036Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:25.055Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:25.055Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:38:25.935Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:25.936Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:25.936Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:38:25.937Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:25.939Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:25.940Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511905935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:26.041Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:38:26.042Z||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-06T10:38:26.042Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:26.056Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:26.056Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:38:26.941Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:26.941Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:26.941Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:38:26.942Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:26.944Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:26.944Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511906940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:38:27.044Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:27.045Z||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-06T10:38:27.045Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:27.058Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:27.059Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:38:27.944Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce01f31f-1b82-4770-940e-8f492266f3f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:38:27.957Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce01f31f-1b82-4770-940e-8f492266f3f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:38:27.960Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.961Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.962Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.962Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:38:27.962Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:38:27.967Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:38:57.967Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce01f31f-1b82-4770-940e-8f492266f3f2 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-06T10:38:57.978Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce01f31f-1b82-4770-940e-8f492266f3f2 and serviceModelVersionId: d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9
2022-06-06T10:38:57.979Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ac15d0d-35b4-4f79-9bbd-dddda7f5576e
2022-06-06T10:38:57.979Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?depth=0
2022-06-06T10:38:57.984Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:38:58.021Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?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-06T10:38:58.023Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?depth=0|INFO|500||Invoke
2022-06-06T10:38:58.044Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:38:59.222Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?depth=0|INFO|500||InvokeReturn
2022-06-06T10:38:59.222Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ac15d0d-35b4-4f79-9bbd-dddda7f5576e/model-vers/model-ver/d481690e-d3a9-43d5-b8fa-c9e46c8dc7e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:38:58:010-27392], vertex-id=[208920], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:38:58 GMT], Content-Type=[application/json]}
2022-06-06T10:38:59.222Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:38:59.223Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:38:59.224Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||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-06T10:38:59.231Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:38:59.231Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce01f31f-1b82-4770-940e-8f492266f3f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:38:59.231Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:38:59.232Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:38:59.234Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:38:59.234Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511939231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:38:59.334Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:38:59.335Z||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-06T10:38:59.335Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:38:59.354Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:38:59.354Z||pool-88-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-06T10:39:00.248Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T10:39:00.248Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"becb1997-1ad7-410d-b872-4607448595d4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd","serviceDescription":"service","serviceInvariantUUID":"39328cbc-46dc-4dcb-bbef-9120a44a20b9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57b5bddd-e7da-41ef-8483-a1b0895784da","resourceInvariantUUID":"8b75a48b-b5d7-4d02-b377-2171a46cfbd7","resourceCustomizationUUID":"d25de305-7077-4865-a11c-ae33caca6848","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZDRmNmIwNWVmMDI4NTg2ZWE2YjhhZjg1MWMxYWJmNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a52fd5ad-0550-47b3-a9c3-88a2459883ed","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MGI3YThkOTA4ZjM4YmI4YjEwMTRmNGZhYTMxYTRhNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21408ab8-37a2-46af-a7c3-a7ee2bd86281","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4fdfa04a-04e2-49a2-a503-ec9576a91ae9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95c0b253-d0e5-44ff-a41d-9bd81845a585","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"32bfb783-1b3e-4c74-9547-823145594cff","artifactVersion":"2","generatedFromUUID":"4fdfa04a-04e2-49a2-a503-ec9576a91ae9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWFmNzdkZWZmODYwMjI4OTE3YmM2NWRhNDRiNmE5OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdd85eca-1a6a-4686-a0c1-4a95747d5fa5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzFkMGEwYzkyMWNiOGRhNjc5YWIxNzMzMzU3ZTA2MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"137383c2-c9c3-4ce7-9978-545370605707","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:39:00.248Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:00.249Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:00.252Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:00.252Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:00.351Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:39:00.352Z||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-06T10:39:00.352Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:00.369Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:00.370Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:01.253Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:01.254Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:01.257Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:01.257Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:39:01.360Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T10:39:01.361Z||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-06T10:39:01.361Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:01.377Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:01.378Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:39:01.631Z||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-06T10:39:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:01.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:01.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:39:01.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:01.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:39:02.258Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:02.259Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:02.261Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:02.262Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:39:02.362Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:02.363Z||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-06T10:39:02.363Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:02.378Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:02.378Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:39:03.262Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:03.264Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:03.266Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:03.266Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:03.367Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:03.368Z||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-06T10:39:03.368Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:03.381Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:03.382Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:39:04.269Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:04.271Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:04.274Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:04.274Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:39:04.374Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:04.375Z||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-06T10:39:04.375Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:04.396Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:04.396Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:39:05.276Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:05.277Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:05.282Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:05.283Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:39:05.380Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-06T10:39:05.382Z||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-06T10:39:05.382Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:05.401Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:05.402Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:06.283Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:39:06.284Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:06.287Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:06.288Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:39:06.387Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:39:06.388Z||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-06T10:39:06.389Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:06.403Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:06.404Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:07.289Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39328cbc-46dc-4dcb-bbef-9120a44a20b9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d25de305-7077-4865-a11c-ae33caca6848",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "57b5bddd-e7da-41ef-8483-a1b0895784da",
      "resourceInvariantUUID": "8b75a48b-b5d7-4d02-b377-2171a46cfbd7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MGI3YThkOTA4ZjM4YmI4YjEwMTRmNGZhYTMxYTRhNTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "21408ab8-37a2-46af-a7c3-a7ee2bd86281",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4fdfa04a-04e2-49a2-a503-ec9576a91ae9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "32bfb783-1b3e-4c74-9547-823145594cff",
            "generatedFromUUID": "4fdfa04a-04e2-49a2-a503-ec9576a91ae9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "32bfb783-1b3e-4c74-9547-823145594cff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzFkMGEwYzkyMWNiOGRhNjc5YWIxNzMzMzU3ZTA2MDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "137383c2-c9c3-4ce7-9978-545370605707"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:39:07.289Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:39:07.289Z|ce01f31f-1b82-4770-940e-8f492266f3f2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd ASDC
2022-06-06T10:39:07.290Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:becb1997-1ad7-410d-b872-4607448595d4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd
ServiceInvariantUUID:39328cbc-46dc-4dcb-bbef-9120a44a20b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:137383c2-c9c3-4ce7-9978-545370605707
ArtifactChecksum:NzFkMGEwYzkyMWNiOGRhNjc5YWIxNzMzMzU3ZTA2MDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d25de305-7077-4865-a11c-ae33caca6848
ResourceInvariantUUID:8b75a48b-b5d7-4d02-b377-2171a46cfbd7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:57b5bddd-e7da-41ef-8483-a1b0895784da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:21408ab8-37a2-46af-a7c3-a7ee2bd86281
ArtifactChecksum:MGI3YThkOTA4ZjM4YmI4YjEwMTRmNGZhYTMxYTRhNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:4fdfa04a-04e2-49a2-a503-ec9576a91ae9
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:32bfb783-1b3e-4c74-9547-823145594cff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:32bfb783-1b3e-4c74-9547-823145594cff
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:39:07.291Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd 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-06T10:39:07.328Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:39:07.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:39:07.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:39:07.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 137383c2-c9c3-4ce7-9978-545370605707 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:39:07.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:39:07.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:39:07.712Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:39:07.716Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 137383c2-c9c3-4ce7-9978-545370605707 71073
2022-06-06T10:39:07.716Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T10:39:07.717Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:39:07.717Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:39:07.718Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:07.720Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:07.720Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511947716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:07.820Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:07.821Z||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-06T10:39:07.821Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:07.842Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:07.842Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:08.721Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:39:08.723Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-06T10:39:08.724Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 137383c2-c9c3-4ce7-9978-545370605707, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:08.724Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-06T10:39:08.725Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:08.725Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:08.917Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5099078864305488785/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-06T10:39:10.319Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:39:10.320Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:39:10.320Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.320Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:39:10.320Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.321Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.321Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.321Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.321Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.321Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.322Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.322Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.322Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T10:39:10.322Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-06T10:39:10.322Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.323Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.323Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:10.323Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:39:10.323Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:39:10.324Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.324Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.324Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:10.325Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-06T10:39:10.325Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:39:10.325Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.325Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.326Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.326Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:39:10.326Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T10:39:10.326Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T10:39:10.327Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T10:39:10.327Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:39:10.327Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:39:10.327Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.328Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:39:10.328Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.328Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:10.328Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:10.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:10.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:10.329Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:10.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:10.330Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.331Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:39:10.331Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:39:10.331Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:39:10.331Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8d8da5c-179f-4bdc-b78b-3e7ce137d4ef
2022-06-06T10:39:10.332Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.332Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.332Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.333Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.333Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.334Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.334Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:10.334Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:10.335Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd
Model Version:NULL
Model InvariantUuid:39328cbc-46dc-4dcb-bbef-9120a44a20b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:93d903c5-c95f-45d6-9776-49876990a907
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b75a48b-b5d7-4d02-b377-2171a46cfbd7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d25de305-7077-4865-a11c-ae33caca6848
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f3adf6c3-5fe4-4090-8316-e19ec533933c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7c8e123d-0fa1-490c-93f9-f9d01f516fed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8d8da5c-179f-4bdc-b78b-3e7ce137d4ef
ModelInvariantUuid:6db4c673-d815-4ea4-9c19-890a0ee705c9
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bd98aae4-6c3a-4647-823f-83f754b83b72
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:cf996cc6-e5dc-485f-bff7-75309f511ed4
ModelInvariantUuid:f3cdccb7-6f12-45a2-af33-238cd7fe69b3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:585039ed-dd10-4fe3-8f05-cdec5f3b2365
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-06T10:39:10.340Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 57b5bddd-e7da-41ef-8483-a1b0895784da
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-06T10:39:10.342Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-06-06T10:39:10.342Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57b5bddd-e7da-41ef-8483-a1b0895784da
2022-06-06T10:39:10.343Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 21408ab8-37a2-46af-a7c3-a7ee2bd86281 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:39:10.343Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:39:10.343Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:39:10.918Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:39:10.919Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 21408ab8-37a2-46af-a7c3-a7ee2bd86281 787
2022-06-06T10:39:10.919Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T10:39:10.919Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:39:10.920Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:39:10.920Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:10.923Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:10.923Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511950919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:11.024Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:39:11.024Z||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-06T10:39:11.025Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:11.038Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:11.045Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:11.924Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3adf6c3-5fe4-4090-8316-e19ec533933c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c8e123d-0fa1-490c-93f9-f9d01f516fed",
    "vfModuleModelCustomizationUUID": "23917277-7164-4871-8a93-111659d3f155",
    "isBase": true,
    "artifacts": [
      "4fdfa04a-04e2-49a2-a503-ec9576a91ae9",
      "32bfb783-1b3e-4c74-9547-823145594cff"
    ],
    "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-06T10:39:11.928Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c8e123d-0fa1-490c-93f9-f9d01f516fed
VfModuleModelInvariantUUID:f3adf6c3-5fe4-4090-8316-e19ec533933c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fdfa04a-04e2-49a2-a503-ec9576a91ae9
,
32bfb783-1b3e-4c74-9547-823145594cff

}
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-06T10:39:11.930Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f3adf6c3-5fe4-4090-8316-e19ec533933c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c8e123d-0fa1-490c-93f9-f9d01f516fed",
    "vfModuleModelCustomizationUUID": "23917277-7164-4871-8a93-111659d3f155",
    "isBase": true,
    "artifacts": [
      "4fdfa04a-04e2-49a2-a503-ec9576a91ae9",
      "32bfb783-1b3e-4c74-9547-823145594cff"
    ],
    "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-06T10:39:11.930Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c8e123d-0fa1-490c-93f9-f9d01f516fed
VfModuleModelInvariantUUID:f3adf6c3-5fe4-4090-8316-e19ec533933c
VfModuleModelDescription:NULL
Artifacts UUID List:{
4fdfa04a-04e2-49a2-a503-ec9576a91ae9
,
32bfb783-1b3e-4c74-9547-823145594cff

}
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-06T10:39:11.930Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4fdfa04a-04e2-49a2-a503-ec9576a91ae9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:39:11.930Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:39:11.930Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:39:12.805Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:39:12.806Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4fdfa04a-04e2-49a2-a503-ec9576a91ae9 5033
2022-06-06T10:39:12.806Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T10:39:12.806Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:39:12.807Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:39:12.807Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:12.809Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:12.809Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511952806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:12.909Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:12.910Z||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-06T10:39:12.910Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:12.934Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:12.934Z||pool-98-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:39:13.810Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32bfb783-1b3e-4c74-9547-823145594cff from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:39:13.810Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-06T10:39:13.810Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:39:14.510Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-06T10:39:14.511Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 32bfb783-1b3e-4c74-9547-823145594cff 903
2022-06-06T10:39:14.511Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T10:39:14.511Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:39:14.511Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:39:14.511Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:14.514Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:14.514Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511954511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:39:14.614Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:14.615Z||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-06T10:39:14.616Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:14.631Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:14.632Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:15.514Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd
2022-06-06T10:39:15.515Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 57b5bddd-e7da-41ef-8483-a1b0895784da 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-06T10:39:15.528Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d76967, org.onap.sdc.toscaparser.api.parameters.Input@44336172, org.onap.sdc.toscaparser.api.parameters.Input@333557b, org.onap.sdc.toscaparser.api.parameters.Input@7b4efdbc, org.onap.sdc.toscaparser.api.parameters.Input@40e93fe3]
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d25de305-7077-4865-a11c-ae33caca6848
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d25de305-7077-4865-a11c-ae33caca6848 matches Tosca VF Customization UUID: d25de305-7077-4865-a11c-ae33caca6848
2022-06-06T10:39:15.530Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d25de305-7077-4865-a11c-ae33caca6848  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-06T10:39:15.532Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.532Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.532Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d25de305-7077-4865-a11c-ae33caca6848: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-06T10:39:15.533Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a20460a
2022-06-06T10:39:15.533Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.533Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:39:15.533Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23917277-7164-4871-8a93-111659d3f155
2022-06-06T10:39:15.533Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23917277-7164-4871-8a93-111659d3f155
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-06T10:39:15.534Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.535Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:15.535Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:15.535Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.535Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:39:15.536Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b8d8da5c-179f-4bdc-b78b-3e7ce137d4ef
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-06T10:39:15.538Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.538Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:15.538Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:39:15.538Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.539Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T10:39:15.539Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d25de305-7077-4865-a11c-ae33caca6848
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-06T10:39:15.540Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.540Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.541Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd: basic_vm
2022-06-06T10:39:15.541Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.541Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.541Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.542Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.542Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.542Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.542Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.543Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.543Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:39:15.543Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:39:15.543Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:39:15.600Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 57b5bddd-e7da-41ef-8483-a1b0895784da 1 ASDC deployResourceStructure
2022-06-06T10:39:15.601Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-06T10:39:15.601Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T10:39:15.601Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:39:15.601Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:15.603Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:15.603Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511955600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:15.703Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:15.705Z||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-06T10:39:15.705Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:15.720Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:15.721Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:16.605Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-06T10:39:16.605Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T10:39:16.605Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:39:16.606Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:16.608Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:16.608Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511956605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:16.709Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:39:16.710Z||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-06T10:39:16.710Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:16.725Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:16.726Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:17.609Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-06T10:39:17.610Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T10:39:17.610Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:39:17.610Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:17.612Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:17.612Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511957609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:17.712Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:17.713Z||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-06T10:39:17.713Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:17.726Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:17.727Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:18.613Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T10:39:18.614Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T10:39:18.614Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:39:18.614Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:39:18.616Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:39:18.616Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511958613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:39:18.716Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:39:18.717Z||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-06T10:39:18.717Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:39:18.732Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:39:18.733Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:39:19.617Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:39:19.641Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:39:19.644Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:39:19.644Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:39:19.644Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:39:49.644Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:39:49.657Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:39:49.660Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:39:49.660Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:39:49.660Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:40:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:40:01.631Z||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-06T10:40:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:40:01.659Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:40:01.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:40:01.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:40:01.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:40:19.660Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:40:19.687Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:40:19.689Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:40:19.689Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:40:19.689Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:40:49.690Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:40:49.711Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:40:49.714Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:40:49.715Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:40:49.715Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:41:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:41:01.633Z||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-06T10:41:01.633Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:41:01.668Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:41:01.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654511875039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.673Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511871469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511870407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511869157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511876204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511876396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511883653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511884464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511883763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511884400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511884401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "cds",
  "timestamp": 1654511884667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:41:01.688Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.689Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511885408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511886265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "policy-id",
  "timestamp": 1654511886411,
  "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-06T10:41:01.712Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.713Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511886417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511887762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654511887421,
  "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-06T10:41:01.732Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.733Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511888802,
  "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-06T10:41:01.753Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.753Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654511889807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511890224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511883654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511893015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.766Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511894821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511897019,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511898920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511898993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511900805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:41:01.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511901000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511902090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511901912,
  "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-06T10:41:01.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "clamp",
  "timestamp": 1654511902005,
  "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-06T10:41:01.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.777Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "aai-ml",
  "timestamp": 1654511903094,
  "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-06T10:41:01.795Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of becb1997-1ad7-410d-b872-4607448595d4
2022-06-06T10:41:01.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:01.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511902917,
  "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-06T10:41:01.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511903922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511904931,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511905935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511906940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:41:01.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce01f31f-1b82-4770-940e-8f492266f3f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511939231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:41:01.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:41:01.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:41:01.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:01.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:41:01.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:41:01.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:41:19.716Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:41:19.761Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: becb1997-1ad7-410d-b872-4607448595d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:41:19.767Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:41:19.767Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:41:19.767Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:41:19.768Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:41:19.768Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.768Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.768Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.768Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.769Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.769Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:41:19.769Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:41:19.778Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:41:49.778Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: becb1997-1ad7-410d-b872-4607448595d4 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-06T10:41:49.789Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: becb1997-1ad7-410d-b872-4607448595d4 and serviceModelVersionId: dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd
2022-06-06T10:41:49.789Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39328cbc-46dc-4dcb-bbef-9120a44a20b9
2022-06-06T10:41:49.791Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?depth=0
2022-06-06T10:41:49.799Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:41:49.866Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?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-06T10:41:49.868Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?depth=0|INFO|500||Invoke
2022-06-06T10:41:49.893Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T10:41:51.024Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?depth=0|INFO|500||InvokeReturn
2022-06-06T10:41:51.026Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39328cbc-46dc-4dcb-bbef-9120a44a20b9/model-vers/model-ver/dc7a2e2b-c2fa-4157-93ea-af37c88fb7cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-10:41:49:864-92707], vertex-id=[508128], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:41:49 GMT], Content-Type=[application/json]}
2022-06-06T10:41:51.027Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:41:51.027Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:41:51.027Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||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-06T10:41:51.031Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:41:51.032Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID becb1997-1ad7-410d-b872-4607448595d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T10:41:51.032Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:41:51.033Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:41:51.037Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:41:51.037Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512111032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:41:51.137Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:41:51.138Z||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-06T10:41:51.138Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:41:51.158Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:41:51.159Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 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-06T10:41:52.053Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:41:52.054Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T10:41:52.054Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:01.631Z||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-06T10:42:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:01.672Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:01.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.673Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:42:01.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:42:01.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:42:01.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:42:01.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511879447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511947716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511950919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511952806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511954511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511955600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511956605,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511957609,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:42:01.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:01.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T10:42:01.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654511958613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:42:01.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:42:02.339Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:02.341Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:02.342Z||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-06T10:42:02.342Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:11.899Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:11.900Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:11.901Z||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-06T10:42:11.901Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:21.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:21.462Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:21.462Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:42:21.462Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:31.011Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:31.012Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:31.012Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:42:31.013Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:40.564Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:42:40.565Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:42:40.566Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:42:40.566Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:42:50.111Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:01.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:43:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:43:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:43:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:43:01.630Z||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-06T10:43:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:43:02.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:43:02.158Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-06T10:43:02.159Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "becb1997-1ad7-410d-b872-4607448595d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654512111032,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T10:43:02.160Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:43:11.168Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:44:01.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:44:01.627Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:44:01.627Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:44:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:44:01.631Z||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-06T10:44:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:44:11.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:44:11.178Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:45:01.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:45:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:45:01.627Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:45:01.630Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:45:01.630Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T10:45:01.630Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:45:11.186Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:45:11.187Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:46:01.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:46:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T10:46:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:46:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:46:01.630Z||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-06T10:46:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:46:11.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:46:11.175Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:47:01.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:47:01.627Z||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-06T10:47:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:47:01.630Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:47:01.631Z||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-06T10:47:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:47:11.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:47:11.182Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:48:01.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:48:01.627Z||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-06T10:48:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:48:01.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:48:01.630Z||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-06T10:48:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:48:11.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:48:11.189Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:49:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:49:01.627Z||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-06T10:49:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:49:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:49:01.630Z||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-06T10:49:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:49:11.178Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:49:11.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:50:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:50:01.626Z||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-06T10:50:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:50:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:50:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T10:50:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:50:11.182Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:50:11.190Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:51:01.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:51:01.627Z||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-06T10:51:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:51:01.630Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:51:01.631Z||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-06T10:51:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:51:11.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:51:11.182Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:52:01.626Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:52:01.627Z||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-06T10:52:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:52:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:52:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T10:52:01.631Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:52:11.172Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:52:11.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:53:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:53:01.627Z||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-06T10:53:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:53:01.630Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:53:01.630Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T10:53:01.631Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:53:11.179Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:53:11.183Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:54:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:54:01.626Z||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-06T10:54:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:54:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:54:01.631Z||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-06T10:54:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:54:11.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:54:11.187Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:55:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:55:01.626Z||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-06T10:55:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:55:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:55:01.630Z||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-06T10:55:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:55:11.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:55:11.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:56:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:56:01.626Z||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-06T10:56:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:56:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:56:01.631Z||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-06T10:56:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:56:11.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:56:11.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:01.625Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:57:01.626Z||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-06T10:57:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:57:01.630Z||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-06T10:57:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:01.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:01.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512970407,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512975039,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512976396,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.859Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512985248,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512985772,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512986253,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:01.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512987360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "policy-id",
  "timestamp": 1654512987255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:57:01.889Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:01.890Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:01.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512979155,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512989694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512989057,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512981469,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512990753,
  "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-06T10:57:01.911Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:01.911Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:01.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "cds",
  "timestamp": 1654512990063,
  "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=?
2022-06-06T10:57:01.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:01.924Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:01.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512990804,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512991767,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512986204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512993343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654512994346,
  "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-06T10:57:01.942Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:01.942Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:01.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654512995662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654512993654,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654512994155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654512995039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654512990408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654512996396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654513007452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513007746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654513007154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654513008457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "policy-id",
  "timestamp": 1654513009461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T10:57:01.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T10:57:01.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T10:57:01.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513010261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:01.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:01.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:01.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "cds",
  "timestamp": 1654513009770,
  "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=?
2022-06-06T10:57:02.005Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T10:57:02.005Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T10:57:02.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654513010231,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654513011235,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:02.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513012402,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:02.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513013433,
  "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-06T10:57:02.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T10:57:02.022Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T10:57:02.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513014440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654513014282,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654513015362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654513015286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "aai-ml",
  "timestamp": 1654513016367,
  "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-06T10:57:02.045Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:02.045Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:02.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "clamp",
  "timestamp": 1654513016290,
  "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-06T10:57:02.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
2022-06-06T10:57:02.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513010464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513010773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:57:02.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513021159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:02.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T10:57:02.260Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:02.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:57:02.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c2a304e0-5505-4f4e-ba78-25f1d359e0db","serviceDescription":"service","serviceInvariantUUID":"41c498fb-f3d0-4041-94ec-a63224e5d7ae","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35d9a929-100f-4020-863d-8458ce8855a9","resourceInvariantUUID":"6abed4a4-24f7-44c1-a1c3-c0f1558e6d30","resourceCustomizationUUID":"62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30","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":"a03e730f-633e-4002-85c0-bee4186fccb2","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":"MmI4OTVhYTQ4MGJiYTgwZTc3ZmFiMWQ2NjMwYTM0N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c27af0f7-4380-49ee-8782-a200dc2302e7","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":"ZGUyMmEyNzNiYWE1ZmEyMTdkM2E3ZmY2OGEwMzMxZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fd9553c-2e6c-485c-835e-fee8f0a813f6","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":"ee8bc916-f7ed-4717-b3f4-204826b03eed","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":"1201f5d8-12e4-4cdb-9097-5b8317ecd1fa","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":"5b4ce426-2331-4811-9c3d-14dbf6ec2ab3","artifactVersion":"2","generatedFromUUID":"ee8bc916-f7ed-4717-b3f4-204826b03eed"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDM2NTM3NGJlYjFkZTA2ZDk2MzcxODRjYTZmZjc5ZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1cc8db52-803f-4761-af9b-604e3336b09c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTA1MzFmZjhlNjQ2MmM2Zjg3MTk1ZDE3NGI1OTZiZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6425a88a-168d-4365-b9a2-371ba2e52627","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:57:02.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:02.265Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:02.268Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:02.269Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:02.369Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:02.370Z||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-06T10:57:02.372Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:02.389Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:02.389Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:03.269Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:03.270Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:03.273Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:03.273Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:03.373Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:57:03.374Z||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-06T10:57:03.375Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:03.389Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:03.390Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:04.274Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:04.275Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:04.277Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:04.277Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:04.378Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:57:04.379Z||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-06T10:57:04.380Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:04.396Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:04.396Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:05.278Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:05.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:05.281Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:05.281Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:05.383Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T10:57:05.384Z||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-06T10:57:05.384Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:05.413Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:05.413Z||pool-108-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:06.282Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:06.283Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:06.285Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:06.285Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:06.385Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:06.386Z||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-06T10:57:06.387Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:06.401Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:06.402Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:07.286Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:07.287Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:07.289Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:07.290Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T10:57:07.390Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:07.391Z||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-06T10:57:07.391Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:07.403Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:07.404Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:08.290Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:08.291Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:08.293Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:08.293Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:08.394Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:08.395Z||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-06T10:57:08.395Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:08.410Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:08.411Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:09.294Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:09.295Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:09.299Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:09.299Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:57:09.399Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:57:09.400Z||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-06T10:57:09.400Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:09.414Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:09.415Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:10.301Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "c2a304e0-5505-4f4e-ba78-25f1d359e0db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "41c498fb-f3d0-4041-94ec-a63224e5d7ae",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "35d9a929-100f-4020-863d-8458ce8855a9",
      "resourceInvariantUUID": "6abed4a4-24f7-44c1-a1c3-c0f1558e6d30",
      "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": "ZGUyMmEyNzNiYWE1ZmEyMTdkM2E3ZmY2OGEwMzMxZTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9fd9553c-2e6c-485c-835e-fee8f0a813f6",
          "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": "ee8bc916-f7ed-4717-b3f4-204826b03eed",
          "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": "5b4ce426-2331-4811-9c3d-14dbf6ec2ab3",
            "generatedFromUUID": "ee8bc916-f7ed-4717-b3f4-204826b03eed"
          },
          "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": "5b4ce426-2331-4811-9c3d-14dbf6ec2ab3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NTA1MzFmZjhlNjQ2MmM2Zjg3MTk1ZDE3NGI1OTZiZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6425a88a-168d-4365-b9a2-371ba2e52627"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:57:10.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:57:10.303Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2a304e0-5505-4f4e-ba78-25f1d359e0db ASDC
2022-06-06T10:57:10.304Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:c2a304e0-5505-4f4e-ba78-25f1d359e0db
ServiceInvariantUUID:41c498fb-f3d0-4041-94ec-a63224e5d7ae
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:6425a88a-168d-4365-b9a2-371ba2e52627
ArtifactChecksum:NTA1MzFmZjhlNjQ2MmM2Zjg3MTk1ZDE3NGI1OTZiZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30
ResourceInvariantUUID:6abed4a4-24f7-44c1-a1c3-c0f1558e6d30
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:35d9a929-100f-4020-863d-8458ce8855a9
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:9fd9553c-2e6c-485c-835e-fee8f0a813f6
ArtifactChecksum:ZGUyMmEyNzNiYWE1ZmEyMTdkM2E3ZmY2OGEwMzMxZTQ=
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:ee8bc916-f7ed-4717-b3f4-204826b03eed
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:5b4ce426-2331-4811-9c3d-14dbf6ec2ab3
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:5b4ce426-2331-4811-9c3d-14dbf6ec2ab3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:57:10.304Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2a304e0-5505-4f4e-ba78-25f1d359e0db 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-06T10:57:10.353Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:57:10.355Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:57:10.355Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:57:10.355Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6425a88a-168d-4365-b9a2-371ba2e52627 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T10:57:10.356Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:57:10.356Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T10:57:10.795Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:57:10.799Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6425a88a-168d-4365-b9a2-371ba2e52627 73663
2022-06-06T10:57:10.799Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:10.799Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:10.800Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:57:10.800Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:10.803Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:10.803Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513030799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:10.904Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:57:10.905Z||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-06T10:57:10.905Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:10.920Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:10.920Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:11.804Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:57:11.806Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:57:11.806Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6425a88a-168d-4365-b9a2-371ba2e52627, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:11.807Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-06T10:57:11.807Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:11.807Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:12.032Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7204041205509673906/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-06T10:57:13.359Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:57:13.359Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:57:13.359Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:13.359Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.360Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.361Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:13.361Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:57:13.361Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:57:13.361Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.361Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T10:57:13.362Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T10:57:13.363Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T10:57:13.363Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T10:57:13.363Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:57:13.363Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:57:13.364Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.364Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:57:13.364Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.364Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:13.364Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:13.365Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.365Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:13.365Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:13.365Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.365Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:13.366Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:13.366Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.366Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T10:57:13.366Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T10:57:13.367Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:57:13.367Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b74dd22-2328-4992-ae62-44f03fe199fd
2022-06-06T10:57:13.367Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.367Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.367Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:13.368Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:c2a304e0-5505-4f4e-ba78-25f1d359e0db
Model Version:NULL
Model InvariantUuid:41c498fb-f3d0-4041-94ec-a63224e5d7ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:4fcb1463-763a-48ca-b607-d513a2bd0ea4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6abed4a4-24f7-44c1-a1c3-c0f1558e6d30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:442fcca5-7086-458a-9731-43c0fe87d342
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0112a469-3a9f-4ae7-92f4-0fc9358a6b54
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9b74dd22-2328-4992-ae62-44f03fe199fd
ModelInvariantUuid:3ad44181-4251-41d9-a4d0-0d9d2ce5c968
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:82e3e803-2fbe-4d00-a999-90a80983e7fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d7f790d8-4d37-4c8a-a23c-d00bcd9bbc05
ModelInvariantUuid:c997318d-38b5-43d0-b8cf-a778ca87d477
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fa72b698-6343-4885-ad62-3634a4ec2eb7
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-06T10:57:13.419Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 35d9a929-100f-4020-863d-8458ce8855a9
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-06T10:57:13.528Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-06-06T10:57:13.559Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35d9a929-100f-4020-863d-8458ce8855a9
2022-06-06T10:57:13.575Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9fd9553c-2e6c-485c-835e-fee8f0a813f6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-06T10:57:13.589Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:57:13.599Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:14.220Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:57:14.222Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9fd9553c-2e6c-485c-835e-fee8f0a813f6 790
2022-06-06T10:57:14.222Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:14.223Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:14.223Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:57:14.223Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:14.226Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:14.226Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513034222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:14.326Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:57:14.328Z||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-06T10:57:14.328Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:14.343Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:14.344Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:15.228Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "442fcca5-7086-458a-9731-43c0fe87d342",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0112a469-3a9f-4ae7-92f4-0fc9358a6b54",
    "vfModuleModelCustomizationUUID": "9ba0b3c1-7cd7-4963-b9cb-d01cde8d4067",
    "isBase": true,
    "artifacts": [
      "ee8bc916-f7ed-4717-b3f4-204826b03eed",
      "5b4ce426-2331-4811-9c3d-14dbf6ec2ab3"
    ],
    "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-06T10:57:15.232Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0112a469-3a9f-4ae7-92f4-0fc9358a6b54
VfModuleModelInvariantUUID:442fcca5-7086-458a-9731-43c0fe87d342
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee8bc916-f7ed-4717-b3f4-204826b03eed
,
5b4ce426-2331-4811-9c3d-14dbf6ec2ab3

}
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-06T10:57:15.234Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "442fcca5-7086-458a-9731-43c0fe87d342",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0112a469-3a9f-4ae7-92f4-0fc9358a6b54",
    "vfModuleModelCustomizationUUID": "9ba0b3c1-7cd7-4963-b9cb-d01cde8d4067",
    "isBase": true,
    "artifacts": [
      "ee8bc916-f7ed-4717-b3f4-204826b03eed",
      "5b4ce426-2331-4811-9c3d-14dbf6ec2ab3"
    ],
    "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-06T10:57:15.234Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0112a469-3a9f-4ae7-92f4-0fc9358a6b54
VfModuleModelInvariantUUID:442fcca5-7086-458a-9731-43c0fe87d342
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee8bc916-f7ed-4717-b3f4-204826b03eed
,
5b4ce426-2331-4811-9c3d-14dbf6ec2ab3

}
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-06T10:57:15.234Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee8bc916-f7ed-4717-b3f4-204826b03eed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-06T10:57:15.234Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:57:15.235Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:16.385Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:57:16.386Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ee8bc916-f7ed-4717-b3f4-204826b03eed 5033
2022-06-06T10:57:16.386Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:16.386Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:16.386Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:57:16.386Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:16.388Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:16.389Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513036386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:16.489Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T10:57:16.489Z||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-06T10:57:16.489Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:16.503Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:16.504Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:17.391Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b4ce426-2331-4811-9c3d-14dbf6ec2ab3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-06T10:57:17.391Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:57:17.392Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:18.973Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:57:18.974Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5b4ce426-2331-4811-9c3d-14dbf6ec2ab3 909
2022-06-06T10:57:18.975Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:18.975Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:18.975Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:57:18.976Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:18.979Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:18.980Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513038975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:57:19.079Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:57:19.080Z||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-06T10:57:19.081Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:19.098Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:19.099Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:19.980Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c2a304e0-5505-4f4e-ba78-25f1d359e0db
2022-06-06T10:57:19.981Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 35d9a929-100f-4020-863d-8458ce8855a9 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-06T10:57:20.010Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1be7b34c, org.onap.sdc.toscaparser.api.parameters.Input@19015be8, org.onap.sdc.toscaparser.api.parameters.Input@47f4a84b, org.onap.sdc.toscaparser.api.parameters.Input@53aa9f2, org.onap.sdc.toscaparser.api.parameters.Input@236117ca]
2022-06-06T10:57:20.013Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.013Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.013Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:57:20.013Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30
2022-06-06T10:57:20.014Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30 matches Tosca VF Customization UUID: 62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30
2022-06-06T10:57:20.014Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30  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-06T10:57:20.017Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.017Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.018Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30: {\"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-06T10:57:20.018Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25dd06f
2022-06-06T10:57:20.018Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.018Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:57:20.018Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ba0b3c1-7cd7-4963-b9cb-d01cde8d4067
2022-06-06T10:57:20.019Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ba0b3c1-7cd7-4963-b9cb-d01cde8d4067
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-06T10:57:20.024Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.024Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:20.024Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:20.025Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.025Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:20.026Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:20.026Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.026Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T10:57:20.027Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T10:57:20.027Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T10:57:20.027Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b74dd22-2328-4992-ae62-44f03fe199fd
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-06T10:57:20.031Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.031Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:20.031Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:57:20.032Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.032Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T10:57:20.032Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=62b89c6a-2cf1-4d09-81fa-34ed1c5ccc30
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-06T10:57:20.050Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.058Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.059Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c2a304e0-5505-4f4e-ba78-25f1d359e0db: basicclamp
2022-06-06T10:57:20.060Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.060Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.060Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.061Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.061Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.061Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.061Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.061Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.062Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:57:20.062Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:57:20.062Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:20.258Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 35d9a929-100f-4020-863d-8458ce8855a9 1 ASDC deployResourceStructure
2022-06-06T10:57:20.259Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:20.259Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:20.260Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:57:20.260Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:20.262Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:20.262Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513040259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:20.363Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:20.364Z||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-06T10:57:20.364Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:20.380Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:20.381Z||pool-117-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:21.263Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:21.264Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:21.264Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:57:21.264Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:21.267Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:21.268Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513041263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:21.368Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:21.369Z||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-06T10:57:21.369Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:21.384Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:21.385Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:22.268Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:22.269Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:22.269Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:57:22.270Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:22.272Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:22.272Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513042268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:22.372Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:22.374Z||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-06T10:57:22.374Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:22.391Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:22.392Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:23.274Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:23.275Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:23.275Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:57:23.275Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:23.278Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:23.278Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513043274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:57:23.378Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:23.380Z||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-06T10:57:23.380Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:23.394Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:23.395Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:24.280Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:57:24.291Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T10:57:24.293Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T10:57:24.298Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T10:57:54.299Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 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-06T10:57:54.318Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 and serviceModelVersionId: c2a304e0-5505-4f4e-ba78-25f1d359e0db
2022-06-06T10:57:54.319Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41c498fb-f3d0-4041-94ec-a63224e5d7ae
2022-06-06T10:57:54.320Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?depth=0
2022-06-06T10:57:54.325Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T10:57:54.374Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?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-06T10:57:54.377Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?depth=0|INFO|500||Invoke
2022-06-06T10:57:54.414Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T10:57:55.123Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?depth=0|INFO|500||InvokeReturn
2022-06-06T10:57:55.123Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41c498fb-f3d0-4041-94ec-a63224e5d7ae/model-vers/model-ver/c2a304e0-5505-4f4e-ba78-25f1d359e0db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-10:57:54:403-91248], vertex-id=[225496], Content-Length=[0], Date=[Mon, 06 Jun 2022 10:57:54 GMT], Content-Type=[application/json]}
2022-06-06T10:57:55.123Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T10:57:55.124Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T10:57:55.124Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||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-06T10:57:55.130Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T10:57:55.130Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-06-06T10:57:55.130Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T10:57:55.131Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:55.133Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:55.133Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513075130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-06T10:57:55.233Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:55.234Z||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-06T10:57:55.234Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:55.256Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:55.260Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 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-06T10:57:56.154Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T10:57:56.155Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1d13ac9f-f719-40f8-990d-5889ed452b99","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e67e210e-bc53-4a55-bc23-f6caefff43ab","serviceDescription":"service","serviceInvariantUUID":"b2603061-3095-4b0e-9db2-7b0929ad3f11","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a12fb228-6ac1-49d1-b40e-bf7869f008c6","resourceInvariantUUID":"e3f6c6b6-880a-4ad6-af42-d042a9a2e3f8","resourceCustomizationUUID":"cdd4b2f9-c35f-4399-87c3-c79d296bf63a","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":"YTc4ZjZjYTNjM2I5MzZmNTM5YTFlNDk1Y2EzNGU2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a89b736-6d88-4f66-845b-d5a2ddad5b43","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":"Mjg1OGM1YWM5MTU3OWIzODk4ODNlMjZlOGVkZTcyNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7551e4b7-ab4f-4125-8456-7aabb52a5d79","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":"c61dab1a-2bd3-4e44-978f-1f3722935031","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":"0075b18a-a9ad-4bce-ae35-b72ccf1a6f28","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":"5cb6558a-7687-4aa1-a728-54710c23262d","artifactVersion":"2","generatedFromUUID":"c61dab1a-2bd3-4e44-978f-1f3722935031"},{"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":"OGY5NTJmNmRiZjBjNjI2OTlmNjFlNjc2NGQwYWQ2OGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea29055-aa1d-439a-8783-d6b6490251d6","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":"Y2M4NGU2NTBkYzM3ODFkOWI1OTFhM2ZiYTUwYWYwODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de44b46f-4d6d-46b4-9cb9-20552c80d6e7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTExYzIzZTIwYWMzZDBmNGE0MmJmNDYyMGNhNDU3M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37c4cea0-dec1-4550-a7b9-b787a0b75078","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T10:57:56.156Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:56.156Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:56.161Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:56.162Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:56.259Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-06T10:57:56.260Z||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-06T10:57:56.260Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:56.280Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:56.280Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:57.162Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:57.163Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:57.165Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:57.166Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T10:57:57.275Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-06T10:57:57.276Z||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-06T10:57:57.277Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:57.290Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:57.291Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:57:58.166Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:58.167Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:58.169Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:58.169Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T10:57:58.269Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:57:58.282Z||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-06T10:57:58.283Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:58.307Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:58.308Z||pool-124-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:57:59.169Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:57:59.170Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:57:59.172Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:57:59.173Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:57:59.274Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:57:59.281Z||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-06T10:57:59.282Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:57:59.296Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:57:59.297Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:00.173Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:58:00.174Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:00.178Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:00.178Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T10:58:00.279Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:58:00.280Z||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-06T10:58:00.280Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:00.292Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:00.293Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:01.179Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:58:01.179Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:01.184Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:01.184Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:58:01.284Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:01.285Z||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-06T10:58:01.285Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:01.298Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:01.299Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:58:01.631Z||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-06T10:58:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:01.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:01.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:58:01.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T10:58:01.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:58:02.185Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:58:02.186Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:02.189Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:02.190Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:58:02.290Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:02.291Z||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-06T10:58:02.291Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:02.306Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:02.307Z||pool-128-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:03.190Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T10:58:03.191Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:03.193Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:03.193Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T10:58:03.295Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T10:58:03.297Z||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-06T10:58:03.297Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:03.323Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:03.324Z||pool-129-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-06T10:58:04.194Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e67e210e-bc53-4a55-bc23-f6caefff43ab",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b2603061-3095-4b0e-9db2-7b0929ad3f11",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "cdd4b2f9-c35f-4399-87c3-c79d296bf63a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a12fb228-6ac1-49d1-b40e-bf7869f008c6",
      "resourceInvariantUUID": "e3f6c6b6-880a-4ad6-af42-d042a9a2e3f8",
      "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": "Mjg1OGM1YWM5MTU3OWIzODk4ODNlMjZlOGVkZTcyNDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7551e4b7-ab4f-4125-8456-7aabb52a5d79",
          "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": "c61dab1a-2bd3-4e44-978f-1f3722935031",
          "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": "5cb6558a-7687-4aa1-a728-54710c23262d",
            "generatedFromUUID": "c61dab1a-2bd3-4e44-978f-1f3722935031"
          },
          "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": "5cb6558a-7687-4aa1-a728-54710c23262d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTExYzIzZTIwYWMzZDBmNGE0MmJmNDYyMGNhNDU3M2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37c4cea0-dec1-4550-a7b9-b787a0b75078"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T10:58:04.195Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T10:58:04.196Z|d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e67e210e-bc53-4a55-bc23-f6caefff43ab ASDC
2022-06-06T10:58:04.196Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1d13ac9f-f719-40f8-990d-5889ed452b99
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e67e210e-bc53-4a55-bc23-f6caefff43ab
ServiceInvariantUUID:b2603061-3095-4b0e-9db2-7b0929ad3f11
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:37c4cea0-dec1-4550-a7b9-b787a0b75078
ArtifactChecksum:MTExYzIzZTIwYWMzZDBmNGE0MmJmNDYyMGNhNDU3M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:cdd4b2f9-c35f-4399-87c3-c79d296bf63a
ResourceInvariantUUID:e3f6c6b6-880a-4ad6-af42-d042a9a2e3f8
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:a12fb228-6ac1-49d1-b40e-bf7869f008c6
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:7551e4b7-ab4f-4125-8456-7aabb52a5d79
ArtifactChecksum:Mjg1OGM1YWM5MTU3OWIzODk4ODNlMjZlOGVkZTcyNDk=
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:c61dab1a-2bd3-4e44-978f-1f3722935031
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:5cb6558a-7687-4aa1-a728-54710c23262d
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:5cb6558a-7687-4aa1-a728-54710c23262d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T10:58:04.196Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e67e210e-bc53-4a55-bc23-f6caefff43ab 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-06T10:58:04.234Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:58:04.235Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:58:04.235Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:58:04.236Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37c4cea0-dec1-4550-a7b9-b787a0b75078 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T10:58:04.236Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:58:04.236Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T10:58:04.781Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:58:04.786Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 37c4cea0-dec1-4550-a7b9-b787a0b75078 78816
2022-06-06T10:58:04.786Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:04.786Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:04.786Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:58:04.787Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:04.789Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:04.789Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513084786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:58:04.889Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:04.891Z||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-06T10:58:04.891Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:04.907Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:04.907Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:05.791Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T10:58:05.792Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T10:58:05.792Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 37c4cea0-dec1-4550-a7b9-b787a0b75078, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:05.793Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-06T10:58:05.793Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:05.793Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:05.947Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP241645724106397471/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-06T10:58:07.203Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T10:58:07.204Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:58:07.204Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:07.204Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T10:58:07.205Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.205Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.205Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:07.205Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.206Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:07.206Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.206Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T10:58:07.206Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.207Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.207Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T10:58:07.207Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.208Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.208Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:07.208Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:58:07.209Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:58:07.209Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.209Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.209Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:07.210Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T10:58:07.210Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T10:58:07.211Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.211Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.211Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.211Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:58:07.212Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T10:58:07.212Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T10:58:07.212Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T10:58:07.213Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:58:07.213Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T10:58:07.213Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.213Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:58:07.214Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.214Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:07.214Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:07.215Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.215Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:07.215Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:07.216Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.216Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:07.216Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:07.217Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.217Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:58:07.217Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:58:07.218Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:58:07.218Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4b724be-271a-4828-941e-8efb81b19320
2022-06-06T10:58:07.218Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.219Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.219Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.219Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.219Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.220Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.220Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:07.220Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:07.220Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e67e210e-bc53-4a55-bc23-f6caefff43ab
Model Version:NULL
Model InvariantUuid:b2603061-3095-4b0e-9db2-7b0929ad3f11
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7c1ae5f2-a1d1-47ab-b761-7314de366595
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3f6c6b6-880a-4ad6-af42-d042a9a2e3f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cdd4b2f9-c35f-4399-87c3-c79d296bf63a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b9c1d61a-6cc4-4a67-9a40-8eb333c009da
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0e345bce-5812-47d8-8ac7-84671fe1ddc9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4b724be-271a-4828-941e-8efb81b19320
ModelInvariantUuid:d145cce9-92e6-4c7d-aff0-eef7773caef9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4441d0e9-555d-41f1-83e5-f5d321971f36
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e5e3212f-a186-4cdc-b7e2-7539777b73f9
ModelInvariantUuid:00d136b8-bff6-4989-a1d4-1ec4fdfef391
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:59324e1b-6d8c-466d-be3c-fb41648df3c4
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-06T10:58:07.232Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a12fb228-6ac1-49d1-b40e-bf7869f008c6
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-06T10:58:07.242Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-06T10:58:07.242Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a12fb228-6ac1-49d1-b40e-bf7869f008c6
2022-06-06T10:58:07.243Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7551e4b7-ab4f-4125-8456-7aabb52a5d79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T10:58:07.243Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:58:07.244Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.580Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:58:07.581Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7551e4b7-ab4f-4125-8456-7aabb52a5d79 792
2022-06-06T10:58:07.581Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.581Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:07.581Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:58:07.582Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:07.584Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:07.584Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513087581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:58:07.684Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:07.685Z||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-06T10:58:07.685Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:07.700Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:07.701Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:08.585Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b9c1d61a-6cc4-4a67-9a40-8eb333c009da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e345bce-5812-47d8-8ac7-84671fe1ddc9",
    "vfModuleModelCustomizationUUID": "2d7e1bbd-fdca-4af0-9528-171b2253d635",
    "isBase": true,
    "artifacts": [
      "c61dab1a-2bd3-4e44-978f-1f3722935031",
      "5cb6558a-7687-4aa1-a728-54710c23262d"
    ],
    "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-06T10:58:08.590Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e345bce-5812-47d8-8ac7-84671fe1ddc9
VfModuleModelInvariantUUID:b9c1d61a-6cc4-4a67-9a40-8eb333c009da
VfModuleModelDescription:NULL
Artifacts UUID List:{
c61dab1a-2bd3-4e44-978f-1f3722935031
,
5cb6558a-7687-4aa1-a728-54710c23262d

}
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-06T10:58:08.610Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b9c1d61a-6cc4-4a67-9a40-8eb333c009da",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e345bce-5812-47d8-8ac7-84671fe1ddc9",
    "vfModuleModelCustomizationUUID": "2d7e1bbd-fdca-4af0-9528-171b2253d635",
    "isBase": true,
    "artifacts": [
      "c61dab1a-2bd3-4e44-978f-1f3722935031",
      "5cb6558a-7687-4aa1-a728-54710c23262d"
    ],
    "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-06T10:58:08.610Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e345bce-5812-47d8-8ac7-84671fe1ddc9
VfModuleModelInvariantUUID:b9c1d61a-6cc4-4a67-9a40-8eb333c009da
VfModuleModelDescription:NULL
Artifacts UUID List:{
c61dab1a-2bd3-4e44-978f-1f3722935031
,
5cb6558a-7687-4aa1-a728-54710c23262d

}
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-06T10:58:08.610Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c61dab1a-2bd3-4e44-978f-1f3722935031 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T10:58:08.611Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:58:08.611Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:09.993Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:58:09.994Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c61dab1a-2bd3-4e44-978f-1f3722935031 5033
2022-06-06T10:58:09.994Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:09.994Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:09.994Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:58:09.995Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:09.997Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:09.997Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513089994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:58:10.097Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:10.098Z||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-06T10:58:10.098Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:10.112Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:10.113Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:10.998Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5cb6558a-7687-4aa1-a728-54710c23262d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T10:58:10.999Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T10:58:10.999Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:12.096Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T10:58:12.097Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5cb6558a-7687-4aa1-a728-54710c23262d 903
2022-06-06T10:58:12.097Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:12.098Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:12.098Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T10:58:12.098Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:12.100Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:12.100Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513092097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T10:58:12.201Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T10:58:12.202Z||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-06T10:58:12.202Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:12.218Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:12.219Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:13.101Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e67e210e-bc53-4a55-bc23-f6caefff43ab
2022-06-06T10:58:13.102Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a12fb228-6ac1-49d1-b40e-bf7869f008c6 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-06T10:58:13.131Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e6dbe60, org.onap.sdc.toscaparser.api.parameters.Input@6b7138ae, org.onap.sdc.toscaparser.api.parameters.Input@650dcacc, org.onap.sdc.toscaparser.api.parameters.Input@44ec569b, org.onap.sdc.toscaparser.api.parameters.Input@17a17ed8]
2022-06-06T10:58:13.133Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.133Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.134Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T10:58:13.134Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= cdd4b2f9-c35f-4399-87c3-c79d296bf63a
2022-06-06T10:58:13.134Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cdd4b2f9-c35f-4399-87c3-c79d296bf63a matches Tosca VF Customization UUID: cdd4b2f9-c35f-4399-87c3-c79d296bf63a
2022-06-06T10:58:13.134Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: cdd4b2f9-c35f-4399-87c3-c79d296bf63a  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-06T10:58:13.137Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.138Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.139Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id cdd4b2f9-c35f-4399-87c3-c79d296bf63a: {\"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-06T10:58:13.139Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58d9b6d3
2022-06-06T10:58:13.139Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.140Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T10:58:13.140Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d7e1bbd-fdca-4af0-9528-171b2253d635
2022-06-06T10:58:13.140Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d7e1bbd-fdca-4af0-9528-171b2253d635
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-06T10:58:13.144Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.144Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:13.144Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:13.145Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.145Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:13.145Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:13.146Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.146Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T10:58:13.146Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T10:58:13.147Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T10:58:13.147Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b4b724be-271a-4828-941e-8efb81b19320
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-06T10:58:13.150Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.150Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:13.151Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T10:58:13.151Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.151Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T10:58:13.152Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cdd4b2f9-c35f-4399-87c3-c79d296bf63a
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-06T10:58:13.154Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.155Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.155Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e67e210e-bc53-4a55-bc23-f6caefff43ab: basic_vm_macro
2022-06-06T10:58:13.155Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.155Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.156Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.156Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.156Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.157Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.157Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.157Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.158Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T10:58:13.158Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T10:58:13.158Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:13.286Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a12fb228-6ac1-49d1-b40e-bf7869f008c6 1 ASDC deployResourceStructure
2022-06-06T10:58:13.287Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:13.287Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:13.288Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:58:13.288Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:13.290Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:13.291Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513093287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T10:58:13.391Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:13.392Z||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-06T10:58:13.392Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:13.412Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:13.412Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:14.292Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:14.292Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:14.292Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:58:14.293Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:14.295Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:14.296Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513094292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T10:58:14.396Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:14.397Z||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-06T10:58:14.397Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:14.421Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:14.422Z||pool-135-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:15.297Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:15.298Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:15.298Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:58:15.298Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:15.302Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:15.303Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513095297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T10:58:15.402Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T10:58:15.403Z||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-06T10:58:15.403Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:15.423Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:15.424Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:16.304Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:16.304Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T10:58:16.305Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T10:58:16.305Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T10:58:16.307Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T10:58:16.307Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513096304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T10:58:16.408Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T10:58:16.409Z||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-06T10:58:16.409Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T10:58:16.431Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:58:16.431Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T10:58:17.308Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:58:17.322Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:58:17.325Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:58:17.325Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:58:17.325Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:58:47.325Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:58:47.347Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:58:47.350Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:58:47.350Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:58:47.350Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:59:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T10:59:01.631Z||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-06T10:59:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T10:59:01.663Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T10:59:01.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T10:59:01.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T10:59:01.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T10:59:17.350Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:59:17.367Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:59:17.370Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:59:17.371Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:59:17.371Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T10:59:47.371Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T10:59:47.394Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T10:59:47.398Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T10:59:47.398Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T10:59:47.398Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T11:00:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:00:01.632Z||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-06T11:00:01.632Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:01.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:01.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.699Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.699Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513022264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.700Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513022952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.702Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.703Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513023956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "cds",
  "timestamp": 1654513023604,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T11:00:01.728Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:01.728Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:01.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513023797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "policy-id",
  "timestamp": 1654513024961,
  "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-06T11:00:01.757Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:01.757Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:01.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.766Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.767Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.767Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513015043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.768Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.768Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513024801,
  "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-06T11:00:01.773Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T11:00:01.773Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T11:00:01.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.784Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513016398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.786Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513026954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513027756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513029857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513030799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513031498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513033363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513034480,
  "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-06T11:00:01.805Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:01.806Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:01.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513034222,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513035485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513011469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513036386,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513037065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.824Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.826Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.826Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.828Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.828Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.828Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513038975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.828Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.829Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.829Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.829Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.830Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.830Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.830Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513039597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.831Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513040259,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513040307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513040602,
  "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-06T11:00:01.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:01.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:01.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513041263,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513042268,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513042276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513043167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.857Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.857Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513043274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.858Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "clamp",
  "timestamp": 1654513043280,
  "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-06T11:00:01.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T11:00:01.864Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T11:00:01.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513030407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "aai-ml",
  "timestamp": 1654513044178,
  "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-06T11:00:01.882Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1d13ac9f-f719-40f8-990d-5889ed452b99
2022-06-06T11:00:01.882Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T11:00:01.890Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.890Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513035042,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.894Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654513036492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513045056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513045752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513046089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513046757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654513047092,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T11:00:01.925Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:00:01.925Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:00:01.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "policy-id",
  "timestamp": 1654513047759,
  "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-06T11:00:01.941Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:00:01.941Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:00:01.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513039155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513049563,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513041606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "cds",
  "timestamp": 1654513050785,
  "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=?
2022-06-06T11:00:01.964Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:00:01.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:00:01.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513051761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513023654,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513017372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513053814,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654513054817,
  "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-06T11:00:01.980Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:00:01.980Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:00:01.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513055772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513064241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:00:01.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513068246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:01.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:01.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:01.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "clamp",
  "timestamp": 1654513069251,
  "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-06T11:00:01.997Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:01.997Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:02.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513073910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:02.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "aai-ml",
  "timestamp": 1654513074914,
  "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-06T11:00:02.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 510ad9f4-8140-40eb-84d5-22ac283f3129
2022-06-06T11:00:02.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:00:02.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d2d0e27c-79fe-4ce3-a455-8f9aabb3d2b3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513075130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513070256,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:02.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:00:17.399Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T11:00:17.412Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.415Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.416Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:00:17.416Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T11:00:17.420Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T11:00:47.421Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1d13ac9f-f719-40f8-990d-5889ed452b99 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-06T11:00:47.428Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1d13ac9f-f719-40f8-990d-5889ed452b99 and serviceModelVersionId: e67e210e-bc53-4a55-bc23-f6caefff43ab
2022-06-06T11:00:47.428Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2603061-3095-4b0e-9db2-7b0929ad3f11
2022-06-06T11:00:47.429Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?depth=0
2022-06-06T11:00:47.438Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T11:00:47.507Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?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-06T11:00:47.510Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?depth=0|INFO|500||Invoke
2022-06-06T11:00:47.536Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T11:00:48.023Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?depth=0|INFO|500||InvokeReturn
2022-06-06T11:00:48.024Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2603061-3095-4b0e-9db2-7b0929ad3f11/model-vers/model-ver/e67e210e-bc53-4a55-bc23-f6caefff43ab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-11:00:47:532-83840], vertex-id=[245936], Content-Length=[0], Date=[Mon, 06 Jun 2022 11:00:47 GMT], Content-Type=[application/json]}
2022-06-06T11:00:48.025Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T11:00:48.025Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T11:00:48.025Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||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-06T11:00:48.034Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T11:00:48.035Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1d13ac9f-f719-40f8-990d-5889ed452b99 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T11:00:48.036Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T11:00:48.036Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:48.040Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:48.040Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513248035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:00:48.141Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:48.142Z||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-06T11:00:48.142Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:48.161Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:48.162Z||pool-138-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-06T11:00:49.057Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T11:00:49.057Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"510ad9f4-8140-40eb-84d5-22ac283f3129","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5afa8965-ba64-4f92-a4c5-465773f835c6","serviceDescription":"service","serviceInvariantUUID":"eafd5327-cb57-4350-a46c-f0963b433ec8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ff940470-23bd-43a6-aec6-cd3e2abc1a04","resourceInvariantUUID":"e27d9d5f-5a4f-4885-bf1c-228a3ee24665","resourceCustomizationUUID":"170257c0-39df-4605-92a5-cfd6c329cc36","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":"MWRmM2EwZjQ2NmM0NDZlYWI3MDNkMmE5OWM5YmFhZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"674aa144-2325-4c4c-8f96-ceddc3f236f6","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":"NmYxMTNiOWI1ODkzZWJjNGM0NGJlMzNmMGIwNWE3OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49bb4bbf-ee13-461f-98a0-91e72ee4ae5d","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":"72d8a3c9-e24c-4842-82db-47da7644f9fd","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":"444d2af5-732f-471f-8c23-f9de19c93cb2","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":"67f691b2-198b-4234-a0f8-9b57213cb6b2","artifactVersion":"2","generatedFromUUID":"13b55ff6-8cb0-4c96-9cfc-16875ee868bd"},{"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":"27a4a051-ce7c-4396-9bfc-4590e2b23954","artifactVersion":"2","generatedFromUUID":"72d8a3c9-e24c-4842-82db-47da7644f9fd"},{"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":"13b55ff6-8cb0-4c96-9cfc-16875ee868bd","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":"d31054d2-d0dc-4953-90b4-adb7455f9d41","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":"YzgyMDY3NTQ5MDQ4NDNmOGM4ZmJhZTE2Yjc0Y2U4ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b423d899-fa13-493e-9dfb-1f88b1205a46","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"M2FhYjQ1YmRmZGZkZjIyZGUzOWZiNTFhNzg2ODYzNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T11:00:49.058Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:49.058Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:49.060Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:49.061Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:49.161Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:49.162Z||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-06T11:00:49.162Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:49.178Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:49.179Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:50.061Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:50.062Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:50.064Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:50.064Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:00:50.165Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T11:00:50.166Z||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-06T11:00:50.166Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:50.182Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:50.182Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:51.065Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:51.066Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:51.068Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:51.068Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T11:00:51.169Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:51.170Z||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-06T11:00:51.170Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:51.184Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:51.184Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:52.069Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:52.070Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:52.072Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:52.072Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:52.172Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T11:00:52.173Z||pool-142-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-06T11:00:52.174Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:52.189Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:52.190Z||pool-142-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:00:53.073Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:53.074Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:53.077Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:53.077Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T11:00:53.177Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:53.178Z||pool-143-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-06T11:00:53.178Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:53.193Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:53.194Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:54.077Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:54.078Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:54.080Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:54.080Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T11:00:54.181Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T11:00:54.181Z||pool-144-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-06T11:00:54.182Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:54.198Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:54.199Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:55.081Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:55.082Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:55.084Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:55.084Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T11:00:55.186Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T11:00:55.187Z||pool-145-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-06T11:00:55.187Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:55.204Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:55.205Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:56.085Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:56.085Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:56.087Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:56.088Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:56.188Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:56.189Z||pool-146-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-06T11:00:56.189Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:56.203Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:56.204Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:57.088Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:57.091Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:57.094Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:57.094Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:00:57.194Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:00:57.195Z||pool-147-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-06T11:00:57.196Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:57.211Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:57.212Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:58.095Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:00:58.096Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:00:58.099Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:00:58.099Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:00:58.199Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T11:00:58.200Z||pool-148-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-06T11:00:58.200Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:00:58.213Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:00:58.214Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:00:59.102Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "5afa8965-ba64-4f92-a4c5-465773f835c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eafd5327-cb57-4350-a46c-f0963b433ec8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "170257c0-39df-4605-92a5-cfd6c329cc36",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ff940470-23bd-43a6-aec6-cd3e2abc1a04",
      "resourceInvariantUUID": "e27d9d5f-5a4f-4885-bf1c-228a3ee24665",
      "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": "NmYxMTNiOWI1ODkzZWJjNGM0NGJlMzNmMGIwNWE3OGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "49bb4bbf-ee13-461f-98a0-91e72ee4ae5d",
          "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": "72d8a3c9-e24c-4842-82db-47da7644f9fd",
          "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": "27a4a051-ce7c-4396-9bfc-4590e2b23954",
            "generatedFromUUID": "72d8a3c9-e24c-4842-82db-47da7644f9fd"
          },
          "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": "67f691b2-198b-4234-a0f8-9b57213cb6b2",
          "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": "27a4a051-ce7c-4396-9bfc-4590e2b23954",
          "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": "13b55ff6-8cb0-4c96-9cfc-16875ee868bd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "M2FhYjQ1YmRmZGZkZjIyZGUzOWZiNTFhNzg2ODYzNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T11:00:59.103Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T11:00:59.103Z|1d13ac9f-f719-40f8-990d-5889ed452b99|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5afa8965-ba64-4f92-a4c5-465773f835c6 ASDC
2022-06-06T11:00:59.105Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:510ad9f4-8140-40eb-84d5-22ac283f3129
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:5afa8965-ba64-4f92-a4c5-465773f835c6
ServiceInvariantUUID:eafd5327-cb57-4350-a46c-f0963b433ec8
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:beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d
ArtifactChecksum:M2FhYjQ1YmRmZGZkZjIyZGUzOWZiNTFhNzg2ODYzNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:170257c0-39df-4605-92a5-cfd6c329cc36
ResourceInvariantUUID:e27d9d5f-5a4f-4885-bf1c-228a3ee24665
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:ff940470-23bd-43a6-aec6-cd3e2abc1a04
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:49bb4bbf-ee13-461f-98a0-91e72ee4ae5d
ArtifactChecksum:NmYxMTNiOWI1ODkzZWJjNGM0NGJlMzNmMGIwNWE3OGU=
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:72d8a3c9-e24c-4842-82db-47da7644f9fd
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:27a4a051-ce7c-4396-9bfc-4590e2b23954
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:67f691b2-198b-4234-a0f8-9b57213cb6b2
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:27a4a051-ce7c-4396-9bfc-4590e2b23954
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:13b55ff6-8cb0-4c96-9cfc-16875ee868bd
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T11:00:59.105Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5afa8965-ba64-4f92-a4c5-465773f835c6 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-06T11:00:59.149Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T11:00:59.150Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:00:59.150Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:00:59.150Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T11:00:59.151Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:00:59.151Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:00.775Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:00.783Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d 158208
2022-06-06T11:01:00.784Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:00.784Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:00.784Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:00.784Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:00.787Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:00.787Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513260784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:00.887Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:00.888Z||pool-149-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-06T11:01:00.889Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:00.903Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:00.903Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:01:01.631Z||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-06T11:01:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:01.658Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:01.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:01.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:01:01.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:01:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513083466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513075919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513084480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513084786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "clamp",
  "timestamp": 1654513085484,
  "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-06T11:01:01.668Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:01:01.668Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:01:01.679Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.679Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513086366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513087581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513089994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513092097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:01.680Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513093287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513094292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513095297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.681Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513096364,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513096304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:01:01.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "aai-ml",
  "timestamp": 1654513097368,
  "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-06T11:01:01.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69784a0b-f9fc-402e-8653-6c213ed9281f
2022-06-06T11:01:01.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:01:01.788Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T11:01:01.789Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:01:01.789Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: beaf659f-b8f1-4cf7-ba8f-4fa0eba3a89d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:01.790Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-06T11:01:01.790Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:01.790Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:01.947Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1261911656823561824/Definitions/service-BasicCnfMacro-template.yml
2022-06-06T11:01:03.396Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T11:01:03.397Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.398Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.398Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.398Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T11:01:03.398Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T11:01:03.398Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.399Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T11:01:03.400Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.401Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T11:01:03.402Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d84e142f-af01-4073-ba4b-2c57a716c428
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:03.403Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:03.404Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:5afa8965-ba64-4f92-a4c5-465773f835c6
Model Version:NULL
Model InvariantUuid:eafd5327-cb57-4350-a46c-f0963b433ec8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:51d70bff-7959-4b6b-af82-f68489f94045
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e27d9d5f-5a4f-4885-bf1c-228a3ee24665
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:170257c0-39df-4605-92a5-cfd6c329cc36
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a6284505-15b5-4d90-8a0b-1525c60f10e4
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:78366097-db92-442b-8052-c5fe6d0f44cb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b6663dc4-974b-4a2e-88dd-89af967e5af5
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:513f2252-de38-4be4-b32c-4e00c8d19bea
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d84e142f-af01-4073-ba4b-2c57a716c428
ModelInvariantUuid:36cfb22a-bd85-4b2d-a4e0-b0e1ffcad455
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:0c94ee85-8b51-41e1-b7ba-7464db6cd53f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0d5d3351-2579-406d-9750-d194ec93f3d7
ModelInvariantUuid:1b4623bd-4303-4e25-8c0e-18bd23c62b7a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a6cc8ee3-86e7-4f49-a34a-ab1f8460804a
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-06T11:01:03.410Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ff940470-23bd-43a6-aec6-cd3e2abc1a04
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-06T11:01:03.413Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-06T11:01:03.413Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ff940470-23bd-43a6-aec6-cd3e2abc1a04
2022-06-06T11:01:03.414Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 49bb4bbf-ee13-461f-98a0-91e72ee4ae5d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T11:01:03.414Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:01:03.414Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.680Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:03.681Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 49bb4bbf-ee13-461f-98a0-91e72ee4ae5d 1565
2022-06-06T11:01:03.681Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.681Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:03.681Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:03.681Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:03.684Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:03.684Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513263681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:03.784Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:03.785Z||pool-150-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-06T11:01:03.785Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:03.799Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:03.800Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:04.685Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b6663dc4-974b-4a2e-88dd-89af967e5af5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "513f2252-de38-4be4-b32c-4e00c8d19bea",
    "vfModuleModelCustomizationUUID": "128d1fb5-3716-4f93-b448-e960d9614ae9",
    "isBase": true,
    "artifacts": [
      "72d8a3c9-e24c-4842-82db-47da7644f9fd",
      "27a4a051-ce7c-4396-9bfc-4590e2b23954"
    ],
    "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": "a6284505-15b5-4d90-8a0b-1525c60f10e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78366097-db92-442b-8052-c5fe6d0f44cb",
    "vfModuleModelCustomizationUUID": "1a6b4e5f-37a9-48f0-a3b3-9ece1f6b988f",
    "isBase": false,
    "artifacts": [
      "13b55ff6-8cb0-4c96-9cfc-16875ee868bd"
    ],
    "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-06T11:01:04.690Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:513f2252-de38-4be4-b32c-4e00c8d19bea
VfModuleModelInvariantUUID:b6663dc4-974b-4a2e-88dd-89af967e5af5
VfModuleModelDescription:NULL
Artifacts UUID List:{
72d8a3c9-e24c-4842-82db-47da7644f9fd
,
27a4a051-ce7c-4396-9bfc-4590e2b23954

}
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:78366097-db92-442b-8052-c5fe6d0f44cb
VfModuleModelInvariantUUID:a6284505-15b5-4d90-8a0b-1525c60f10e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
13b55ff6-8cb0-4c96-9cfc-16875ee868bd

}
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-06T11:01:04.693Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b6663dc4-974b-4a2e-88dd-89af967e5af5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "513f2252-de38-4be4-b32c-4e00c8d19bea",
    "vfModuleModelCustomizationUUID": "128d1fb5-3716-4f93-b448-e960d9614ae9",
    "isBase": true,
    "artifacts": [
      "72d8a3c9-e24c-4842-82db-47da7644f9fd",
      "27a4a051-ce7c-4396-9bfc-4590e2b23954"
    ],
    "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": "a6284505-15b5-4d90-8a0b-1525c60f10e4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78366097-db92-442b-8052-c5fe6d0f44cb",
    "vfModuleModelCustomizationUUID": "1a6b4e5f-37a9-48f0-a3b3-9ece1f6b988f",
    "isBase": false,
    "artifacts": [
      "13b55ff6-8cb0-4c96-9cfc-16875ee868bd"
    ],
    "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-06T11:01:04.693Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:513f2252-de38-4be4-b32c-4e00c8d19bea
VfModuleModelInvariantUUID:b6663dc4-974b-4a2e-88dd-89af967e5af5
VfModuleModelDescription:NULL
Artifacts UUID List:{
72d8a3c9-e24c-4842-82db-47da7644f9fd
,
27a4a051-ce7c-4396-9bfc-4590e2b23954

}
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:78366097-db92-442b-8052-c5fe6d0f44cb
VfModuleModelInvariantUUID:a6284505-15b5-4d90-8a0b-1525c60f10e4
VfModuleModelDescription:NULL
Artifacts UUID List:{
13b55ff6-8cb0-4c96-9cfc-16875ee868bd

}
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-06T11:01:04.693Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 72d8a3c9-e24c-4842-82db-47da7644f9fd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T11:01:04.693Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:01:04.693Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:05.071Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:05.071Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 72d8a3c9-e24c-4842-82db-47da7644f9fd 914
2022-06-06T11:01:05.071Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:05.072Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:05.072Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:05.072Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:05.076Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:05.076Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513265071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:05.175Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T11:01:05.176Z||pool-151-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-06T11:01:05.176Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:05.191Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:05.191Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:06.077Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 67f691b2-198b-4234-a0f8-9b57213cb6b2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T11:01:06.078Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:01:06.078Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:06.391Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:06.391Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 67f691b2-198b-4234-a0f8-9b57213cb6b2 12
2022-06-06T11:01:06.392Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:06.392Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:06.392Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:06.392Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:06.394Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:06.394Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513266392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:06.494Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:06.495Z||pool-152-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-06T11:01:06.495Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:06.509Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:06.510Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:01:07.394Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 27a4a051-ce7c-4396-9bfc-4590e2b23954 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T11:01:07.395Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:01:07.395Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:08.470Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:08.470Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 27a4a051-ce7c-4396-9bfc-4590e2b23954 96
2022-06-06T11:01:08.471Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:08.471Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:08.471Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:08.471Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:08.473Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:08.473Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513268471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:08.574Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:08.575Z||pool-153-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-06T11:01:08.575Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:08.588Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:08.589Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:09.474Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 13b55ff6-8cb0-4c96-9cfc-16875ee868bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T11:01:09.475Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:01:09.475Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:10.174Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:01:10.175Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 13b55ff6-8cb0-4c96-9cfc-16875ee868bd 20206
2022-06-06T11:01:10.175Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:10.175Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:10.176Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:01:10.176Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:10.179Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:10.179Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513270175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:01:10.279Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:10.280Z||pool-154-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-06T11:01:10.280Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:10.294Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:10.294Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:11.183Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5afa8965-ba64-4f92-a4c5-465773f835c6
2022-06-06T11:01:11.183Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ff940470-23bd-43a6-aec6-cd3e2abc1a04 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-06T11:01:11.193Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7caa4c11, org.onap.sdc.toscaparser.api.parameters.Input@55b355ca, org.onap.sdc.toscaparser.api.parameters.Input@1eaf3067, org.onap.sdc.toscaparser.api.parameters.Input@6acfc9ab, org.onap.sdc.toscaparser.api.parameters.Input@44abda27]
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 170257c0-39df-4605-92a5-cfd6c329cc36
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 170257c0-39df-4605-92a5-cfd6c329cc36 matches Tosca VF Customization UUID: 170257c0-39df-4605-92a5-cfd6c329cc36
2022-06-06T11:01:11.195Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 170257c0-39df-4605-92a5-cfd6c329cc36  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-06T11:01:11.199Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.199Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.200Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 170257c0-39df-4605-92a5-cfd6c329cc36: {\"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-06T11:01:11.200Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7824e1d1
2022-06-06T11:01:11.200Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.200Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T11:01:11.200Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a6b4e5f-37a9-48f0-a3b3-9ece1f6b988f
2022-06-06T11:01:11.201Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a6b4e5f-37a9-48f0-a3b3-9ece1f6b988f
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-06T11:01:11.203Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.203Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:11.203Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:11.203Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.203Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:11.204Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T11:01:11.204Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.204Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T11:01:11.204Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=170257c0-39df-4605-92a5-cfd6c329cc36
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-06T11:01:11.206Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.206Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.207Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5afa8965-ba64-4f92-a4c5-465773f835c6: basic_cnf_macro
2022-06-06T11:01:11.207Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.207Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.207Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.208Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.208Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.208Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.208Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.208Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.209Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:01:11.209Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:01:11.209Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:11.254Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ff940470-23bd-43a6-aec6-cd3e2abc1a04 2 ASDC deployResourceStructure
2022-06-06T11:01:11.255Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:11.255Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:11.255Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T11:01:11.255Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:11.259Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:11.259Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513271255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:11.359Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T11:01:11.360Z||pool-155-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-06T11:01:11.360Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:11.373Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:11.373Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:12.261Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:12.261Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:12.261Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T11:01:12.262Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:12.264Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:12.264Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513272261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:12.364Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:12.365Z||pool-156-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-06T11:01:12.365Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:12.382Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:12.383Z||pool-156-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:01:13.265Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:13.265Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:13.266Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T11:01:13.266Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:13.269Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:13.269Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513273265,
  "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-06T11:01:13.370Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:13.370Z||pool-157-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-06T11:01:13.371Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:13.384Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:13.385Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:14.270Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:14.271Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:14.271Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T11:01:14.271Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:14.273Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:14.273Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513274270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:14.373Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:14.374Z||pool-158-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-06T11:01:14.374Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:14.389Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:14.389Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:15.274Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:15.275Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:15.275Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T11:01:15.275Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:15.277Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:15.277Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513275274,
  "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-06T11:01:15.377Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:15.378Z||pool-159-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-06T11:01:15.378Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:15.393Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:15.393Z||pool-159-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:16.278Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:16.278Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:16.278Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T11:01:16.278Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:16.282Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:16.282Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513276277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:01:16.382Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:16.383Z||pool-160-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-06T11:01:16.383Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:16.401Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:16.401Z||pool-160-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:17.284Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 510ad9f4-8140-40eb-84d5-22ac283f3129
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T11:01:17.298Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 510ad9f4-8140-40eb-84d5-22ac283f3129
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T11:01:17.306Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T11:01:17.307Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T11:01:17.307Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T11:01:17.307Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T11:01:17.308Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.308Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.308Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.308Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.308Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.309Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:01:17.309Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T11:01:17.315Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T11:01:47.315Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 510ad9f4-8140-40eb-84d5-22ac283f3129 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-06T11:01:47.322Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 510ad9f4-8140-40eb-84d5-22ac283f3129 and serviceModelVersionId: 5afa8965-ba64-4f92-a4c5-465773f835c6
2022-06-06T11:01:47.322Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eafd5327-cb57-4350-a46c-f0963b433ec8
2022-06-06T11:01:47.323Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0
2022-06-06T11:01:47.327Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T11:01:47.368Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0|INFO|500||Invoke
2022-06-06T11:01:47.369Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[510ad9f4-8140-40eb-84d5-22ac283f3129], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c3a5d4b-96c0-4335-a481-79e115a688c2], X-ECOMP-RequestID=[510ad9f4-8140-40eb-84d5-22ac283f3129], X-TransactionId=[], X-ONAP-RequestID=[510ad9f4-8140-40eb-84d5-22ac283f3129], Content-Type=[application/merge-patch+json]}
2022-06-06T11:01:47.394Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T11:01:47.485Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?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/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-11:01:47:388-73025], vertex-id=[229624], Content-Length=[0], Date=[Mon, 06 Jun 2022 11:01:47 GMT], Content-Type=[application/json]}
2022-06-06T11:01:47.486Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T11:01:47.487Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eafd5327-cb57-4350-a46c-f0963b433ec8/model-vers/model-ver/5afa8965-ba64-4f92-a4c5-465773f835c6?depth=0|INFO|500||InvokeReturn
2022-06-06T11:01:47.488Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T11:01:47.488Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||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-06T11:01:47.493Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T11:01:47.493Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 510ad9f4-8140-40eb-84d5-22ac283f3129 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T11:01:47.494Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T11:01:47.494Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:47.496Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:47.497Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513307494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:01:47.597Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:47.598Z||pool-161-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-06T11:01:47.598Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:47.617Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:47.617Z||pool-161-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-06T11:01:48.511Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:01:48.512Z|510ad9f4-8140-40eb-84d5-22ac283f3129|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-06T11:01:48.512Z|510ad9f4-8140-40eb-84d5-22ac283f3129|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:52.919Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:52.920Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T11:01:52.920Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"69784a0b-f9fc-402e-8653-6c213ed9281f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"485e6692-f56e-40a8-8486-ef03d3e6db63","serviceDescription":"service","serviceInvariantUUID":"2834eae2-33f6-4562-82ff-2ed053d2084a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8","resourceInvariantUUID":"fd97b619-caad-4943-af8f-ec97ae011342","resourceCustomizationUUID":"7cf61e21-94d9-4048-9899-ec152ddd84b7","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":"OThlNjI5ZGM0MjI1MGY4OWViOWZjZDRkYzEzZTBiZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a81d2da-ba4f-489f-98e0-0cc34050da3f","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":"30361daa-84a1-4ddf-836d-c375b13d25ea","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":"71b5ca9f-5657-4598-b497-3b6634d02997","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":"ODk5YjVlZmJhOTM1NGY0MjRiNjU1NGY4YmNjN2M2MGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64b00917-5cd9-4a1a-9bfe-ad0897804553","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":"55afc401-58ca-4b39-bb9f-32e8aa90c9dd","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":"fce5c281-3ea5-421f-b9d8-c479098b456d","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":"09b81cd5-1a69-4b46-ab76-b553fe6cdda7","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":"ZDg3ZTk4MDIyYjRhZjJkZmUzNjg2NjFkMDBiNWMwYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c078a07-faa0-44ed-afa4-13e4abc1592b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTkyZmY5NDdkNTNjMTY1MGU4NWE0ZmJkNmMxNTI0MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fcfe7888-7020-416c-a50f-62167c02a95a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T11:01:52.923Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:52.923Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:52.925Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:52.926Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:53.026Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:53.027Z||pool-162-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-06T11:01:53.027Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:53.042Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:53.042Z||pool-162-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:01:53.926Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:53.928Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:53.930Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:53.930Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:54.031Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:54.032Z||pool-163-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-06T11:01:54.032Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:54.046Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:54.047Z||pool-163-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:54.931Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:54.932Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:54.935Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:54.936Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:55.036Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:55.037Z||pool-164-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-06T11:01:55.037Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:55.053Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:55.053Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:55.937Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:55.937Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:55.939Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:55.939Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:56.040Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:56.040Z||pool-165-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-06T11:01:56.041Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:56.055Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:56.055Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:56.940Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:56.941Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:56.943Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:56.943Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:57.043Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T11:01:57.045Z||pool-166-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-06T11:01:57.045Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:57.061Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:57.061Z||pool-166-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:57.944Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:57.945Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:57.947Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:57.947Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:58.047Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:58.048Z||pool-167-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-06T11:01:58.048Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:58.095Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:58.095Z||pool-167-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:01:58.947Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:58.949Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:58.951Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:58.951Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:01:59.051Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:01:59.052Z||pool-168-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-06T11:01:59.052Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:01:59.067Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:01:59.068Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:01:59.952Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:01:59.952Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:01:59.954Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:01:59.955Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:02:00.055Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:02:00.056Z||pool-169-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-06T11:02:00.056Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:00.075Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:00.075Z||pool-169-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:02:00.955Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T11:02:00.956Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:02:00.959Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:02:00.959Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.059Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:02:01.060Z||pool-170-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-06T11:02:01.060Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:01.073Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:01.074Z||pool-170-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:02:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:02:01.631Z||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-06T11:02:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:01.659Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1d13ac9f-f719-40f8-990d-5889ed452b99",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513248035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:02:01.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:02:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513021625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:02:01.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:02:01.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:02:01.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513260784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:02:01.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:02:01.960Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "485e6692-f56e-40a8-8486-ef03d3e6db63",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2834eae2-33f6-4562-82ff-2ed053d2084a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7cf61e21-94d9-4048-9899-ec152ddd84b7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8",
      "resourceInvariantUUID": "fd97b619-caad-4943-af8f-ec97ae011342",
      "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": "MTkyZmY5NDdkNTNjMTY1MGU4NWE0ZmJkNmMxNTI0MDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fcfe7888-7020-416c-a50f-62167c02a95a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T11:02:01.961Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T11:02:01.961Z|510ad9f4-8140-40eb-84d5-22ac283f3129|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 485e6692-f56e-40a8-8486-ef03d3e6db63 ASDC
2022-06-06T11:02:01.961Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:69784a0b-f9fc-402e-8653-6c213ed9281f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:485e6692-f56e-40a8-8486-ef03d3e6db63
ServiceInvariantUUID:2834eae2-33f6-4562-82ff-2ed053d2084a
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:fcfe7888-7020-416c-a50f-62167c02a95a
ArtifactChecksum:MTkyZmY5NDdkNTNjMTY1MGU4NWE0ZmJkNmMxNTI0MDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7cf61e21-94d9-4048-9899-ec152ddd84b7
ResourceInvariantUUID:fd97b619-caad-4943-af8f-ec97ae011342
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T11:02:01.963Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 485e6692-f56e-40a8-8486-ef03d3e6db63 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-06T11:02:01.996Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T11:02:01.997Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:02:01.997Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:02:01.997Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fcfe7888-7020-416c-a50f-62167c02a95a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T11:02:01.997Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T11:02:01.998Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T11:02:03.180Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T11:02:03.185Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fcfe7888-7020-416c-a50f-62167c02a95a 105666
2022-06-06T11:02:03.185Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T11:02:03.185Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T11:02:03.186Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T11:02:03.186Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:02:03.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:02:03.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513323185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:02:03.290Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T11:02:03.291Z||pool-171-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-06T11:02:03.291Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:03.307Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:03.307Z||pool-171-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T11:02:04.189Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T11:02:04.190Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T11:02:04.191Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fcfe7888-7020-416c-a50f-62167c02a95a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:04.191Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-06T11:02:04.192Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:04.192Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:04.412Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2461830455384672948/Definitions/service-TestPnfMacro-template.yml
2022-06-06T11:02:05.304Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T11:02:05.304Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.305Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T11:02:05.306Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:485e6692-f56e-40a8-8486-ef03d3e6db63
Model Version:NULL
Model InvariantUuid:2834eae2-33f6-4562-82ff-2ed053d2084a
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-06T11:02:05.318Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8
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-06T11:02:05.327Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-06-06T11:02:05.327Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8
2022-06-06T11:02:05.327Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 485e6692-f56e-40a8-8486-ef03d3e6db63
2022-06-06T11:02:05.327Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 485e6692-f56e-40a8-8486-ef03d3e6db63
2022-06-06T11:02:05.327Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8 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-06T11:02:05.338Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50a4044f, org.onap.sdc.toscaparser.api.parameters.Input@7526c0ce, org.onap.sdc.toscaparser.api.parameters.Input@3078e178, org.onap.sdc.toscaparser.api.parameters.Input@23e93b00, org.onap.sdc.toscaparser.api.parameters.Input@539fd54e]
2022-06-06T11:02:05.338Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.338Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.339Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 485e6692-f56e-40a8-8486-ef03d3e6db63: test-pnf
2022-06-06T11:02:05.339Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Processing PNF resource: fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8
2022-06-06T11:02:05.339Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T11:02:05.339Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T11:02:05.339Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||Resource customization UUID: 7cf61e21-94d9-4048-9899-ec152ddd84b7 is the same as notified resource customizationUUID: 7cf61e21-94d9-4048-9899-ec152ddd84b7
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-06T11:02:05.391Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fcfc3b7b-10a9-4ad6-aaad-255e82ac73d8 0 ASDC deployResourceStructure
2022-06-06T11:02:05.391Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T11:02:05.392Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T11:02:05.392Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T11:02:05.392Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:02:05.394Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:02:05.395Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513325391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:02:05.495Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T11:02:05.496Z||pool-172-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-06T11:02:05.496Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:05.512Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:05.513Z||pool-172-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T11:02:06.395Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69784a0b-f9fc-402e-8653-6c213ed9281f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T11:02:06.406Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69784a0b-f9fc-402e-8653-6c213ed9281f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-06T11:02:06.410Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T11:02:06.410Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T11:02:06.410Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T11:02:06.410Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.411Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.412Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T11:02:06.412Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T11:02:06.417Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T11:02:36.418Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69784a0b-f9fc-402e-8653-6c213ed9281f 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-06T11:02:36.428Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69784a0b-f9fc-402e-8653-6c213ed9281f and serviceModelVersionId: 485e6692-f56e-40a8-8486-ef03d3e6db63
2022-06-06T11:02:36.429Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2834eae2-33f6-4562-82ff-2ed053d2084a
2022-06-06T11:02:36.430Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?depth=0
2022-06-06T11:02:36.434Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T11:02:36.487Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?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-06T11:02:36.488Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?depth=0|INFO|500||Invoke
2022-06-06T11:02:36.509Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T11:02:38.181Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?depth=0|INFO|500||InvokeReturn
2022-06-06T11:02:38.183Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2834eae2-33f6-4562-82ff-2ed053d2084a/model-vers/model-ver/485e6692-f56e-40a8-8486-ef03d3e6db63?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-11:02:36:502-53379], vertex-id=[246008], Content-Length=[0], Date=[Mon, 06 Jun 2022 11:02:36 GMT], Content-Type=[application/json]}
2022-06-06T11:02:38.183Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T11:02:38.183Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T11:02:38.183Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||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-06T11:02:38.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T11:02:38.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69784a0b-f9fc-402e-8653-6c213ed9281f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T11:02:38.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T11:02:38.188Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T11:02:38.190Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T11:02:38.190Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513358188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:02:38.292Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T11:02:38.294Z||pool-173-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-06T11:02:38.294Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:38.317Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:38.318Z||pool-173-thread-1|||||INFO|500||cambria reply ok (25 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-06T11:02:39.208Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:02:39.209Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:02:39.209Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:48.757Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:48.758Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:02:48.759Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:02:48.759Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:02:58.307Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:02:58.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:02:58.308Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:02:58.309Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:03:01.630Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:03:01.631Z||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-06T11:03:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:03:01.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:03:01.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513263681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:03:01.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513265071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:03:01.657Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513266392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513268471,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513270175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:03:01.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513271255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T11:03:01.659Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513272261,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513273265,
  "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-06T11:03:01.660Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513274270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T11:03:01.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513275274,
  "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-06T11:03:01.661Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513276277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "510ad9f4-8140-40eb-84d5-22ac283f3129",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513307494,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T11:03:01.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513308511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T11:03:01.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T11:03:07.883Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:03:07.884Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:03:07.884Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:03:07.884Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:03:17.440Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:03:17.441Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:03:17.441Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:03:17.441Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:03:26.993Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:04:01.625Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:04:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:04:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:04:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:04:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T11:04:01.631Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:04:02.156Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:04:02.157Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T11:04:02.157Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513323185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513325391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69784a0b-f9fc-402e-8653-6c213ed9281f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654513358188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T11:04:02.158Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T11:04:11.175Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:05:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:05:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:05:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:05:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:05:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T11:05:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:05:11.179Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:05:11.186Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:06:01.625Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:06:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T11:06:01.626Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:06:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:06:01.630Z||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-06T11:06:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:06:11.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:06:11.194Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:07:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:07:01.627Z||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-06T11:07:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:07:01.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:07:01.630Z||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-06T11:07:01.630Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:07:11.177Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:07:11.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:08:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:08:01.626Z||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-06T11:08:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:08:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:08:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T11:08:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:08:11.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:08:11.180Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:09:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:09:01.626Z||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-06T11:09:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:09:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:09:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T11:09:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:09:11.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:09:11.177Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:10:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:10:01.626Z||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-06T11:10:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:10:01.630Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:10:01.630Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T11:10:01.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:10:11.179Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:10:11.179Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:11:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:11:01.626Z||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-06T11:11:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:11:01.630Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:11:01.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T11:11:01.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:11:11.175Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:11:11.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:12:01.625Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:12:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:12:01.626Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:12:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:12:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T11:12:01.631Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:12:11.174Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:12:11.177Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:13:01.625Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:13:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T11:13:01.627Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:13:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:13:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T11:13:01.631Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:13:11.182Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:13:11.186Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:14:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:14:01.628Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T11:14:01.628Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:14:01.630Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:14:01.631Z|dce629e1-6c2f-49a3-978e-b44439418c91|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-06T11:14:01.631Z|dce629e1-6c2f-49a3-978e-b44439418c91|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:14:11.177Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:14:11.185Z|dce629e1-6c2f-49a3-978e-b44439418c91|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:15:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:15:01.627Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T11:15:01.627Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:15:01.630Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:15:01.631Z||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-06T11:15:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:15:11.175Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:15:11.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:16:01.625Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:16:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T11:16:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:16:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:16:01.631Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:16:01.631Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:16:11.180Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:16:11.183Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:17:01.625Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:17:01.626Z|becb1997-1ad7-410d-b872-4607448595d4|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-06T11:17:01.627Z|becb1997-1ad7-410d-b872-4607448595d4|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:17:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:17:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:17:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:17:11.173Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:17:11.175Z|becb1997-1ad7-410d-b872-4607448595d4|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:18:01.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:18:01.626Z||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-06T11:18:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:18:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:18:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:18:01.631Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:18:11.185Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:18:11.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:19:01.626Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:19:01.627Z||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-06T11:19:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:19:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:19:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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-06T11:19:01.630Z|69784a0b-f9fc-402e-8653-6c213ed9281f|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:19:11.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:19:11.183Z|69784a0b-f9fc-402e-8653-6c213ed9281f|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:20:01.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:20:01.626Z||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-06T11:20:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:20:01.630Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:20:01.631Z||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-06T11:20:01.631Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:20:11.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:20:11.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:21:01.625Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:21:01.626Z||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-06T11:21:01.627Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:21:01.630Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:21:01.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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-06T11:21:01.631Z|82f8284a-05bd-4734-a7ee-379eba4512cf|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:21:11.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:21:11.178Z|82f8284a-05bd-4734-a7ee-379eba4512cf|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:22:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:22:01.626Z||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-06T11:22:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:22:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:22:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T11:22:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:22:11.181Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:22:11.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:23:01.625Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:23:01.626Z||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-06T11:23:01.626Z||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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:23:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T11:23:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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-06T11:23:01.630Z|f98ea32b-9be0-4551-9110-5200eb3cc470|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 c1FFPZIoh9ayLAEA) ...
2022-06-06T11:23:11.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T11:23:11.180Z|f98ea32b-9be0-4551-9110-5200eb3cc470|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK