Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2021-09-08T00:52:01.766Z||main|||||INFO|500||The following profiles are active: basic
2021-09-08T00:52:11.860Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-08T00:52:11.860Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-08T00:52:11.940Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-08T00:52:14.443Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-08T00:52:14.608Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-08T00:52:15.138Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-08T00:52:15.147Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-08T00:52:15.265Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-08T00:52:15.396Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-08T00:52:15.731Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-08T00:52:16.565Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-08T00:52:18.381Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-08T00:52:18.424Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-08T00:52:18.840Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-08T00:52:18.994Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-09-08T00:52:20.191Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-08T00:52:21.183Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-09-08T00:52:21.201Z||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$$7aac95c7.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-09-08T00:52:21.202Z||main|||||WARN|500||The sdc end point is not alive
2021-09-08T00:52:24.255Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-08T00:52:27.047Z||main|||||WARN|500||---
2021-09-08T00:52:27.048Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-08T00:52:27.048Z||main|||||WARN|500||---
2021-09-08T00:52:27.439Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-08T00:52:31.897Z||main|||||INFO|500||Started Application in 34.707 seconds (JVM running for 35.923)
2021-09-08T00:52:31.935Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:52:31.937Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:52:31.950Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:52:31.979Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:52:32.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d7ae9469-6d5a-4616-8645-1d882bb96944 url= /sdc/v1/artifactTypes
2021-09-08T00:52:32.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:52:33.205Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2021-09-08T00:52:33.210Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78638cd3
2021-09-08T00:52:33.210Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:52:33.221Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:52:33.223Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:52:33.226Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2021-09-08T00:53:21.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:53:21.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:53:21.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:53:21.896Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:53:21.903Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3a7fc7af-fa58-4ffa-bfd8-31dcd9ab87ea url= /sdc/v1/artifactTypes
2021-09-08T00:53:21.903Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:53:22.931Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2021-09-08T00:53:22.932Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e7523e1
2021-09-08T00:53:22.934Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:53:22.934Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:53:22.935Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:53:22.936Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2021-09-08T00:54:11.892Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:54:11.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:54:11.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:54:11.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:54:11.902Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a306a528-e64b-4854-b144-99965dfa7c6c url= /sdc/v1/artifactTypes
2021-09-08T00:54:11.903Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:54:12.947Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2021-09-08T00:54:12.948Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fc4ec3f
2021-09-08T00:54:12.949Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:54:12.949Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:54:12.950Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:54:12.950Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2021-09-08T00:55:01.893Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:55:01.897Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:55:01.897Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:55:01.901Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:55:01.905Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d24c8d86-d3bb-4016-bf45-93ad22de8e7b url= /sdc/v1/artifactTypes
2021-09-08T00:55:01.905Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:55:02.931Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:55:02.932Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59c93233
2021-09-08T00:55:02.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:55:02.934Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:55:02.935Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:55:02.937Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T00:55:51.896Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:55:51.897Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:55:51.898Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:55:51.905Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:55:51.909Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 19f5539d-c873-4767-8ddb-5fc3cafeda94 url= /sdc/v1/artifactTypes
2021-09-08T00:55:51.910Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:55:52.948Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:55:52.949Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55db7741
2021-09-08T00:55:52.950Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:55:52.950Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:55:52.951Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:55:52.952Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T00:56:41.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:56:41.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:56:41.893Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:56:41.898Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:56:41.903Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cd5b4522-a385-496f-841f-e9c9f1fc6207 url= /sdc/v1/artifactTypes
2021-09-08T00:56:41.903Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:56:42.932Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:56:42.933Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7568d82
2021-09-08T00:56:42.933Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:56:42.933Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:56:42.934Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:56:42.934Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T00:57:31.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:57:31.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:57:31.893Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:57:31.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:57:31.904Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1680c78a-bc4e-4f7f-aba0-73a94116cf16 url= /sdc/v1/artifactTypes
2021-09-08T00:57:31.905Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:57:32.947Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:57:32.948Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@38742073
2021-09-08T00:57:32.949Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:57:32.949Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:57:32.949Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:57:32.950Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T00:58:21.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:58:21.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:58:21.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:58:21.894Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:58:21.899Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3f00ae5-be1d-4f2b-8bc1-bdeefee6d751 url= /sdc/v1/artifactTypes
2021-09-08T00:58:21.900Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:58:22.930Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:58:22.931Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d856514
2021-09-08T00:58:22.932Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:58:22.932Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:58:22.932Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:58:22.932Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T00:59:11.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T00:59:11.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T00:59:11.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T00:59:11.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T00:59:11.903Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f826772d-e94c-4811-a0ff-f550b227a9c4 url= /sdc/v1/artifactTypes
2021-09-08T00:59:11.903Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T00:59:12.915Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T00:59:12.915Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5ccf85a0
2021-09-08T00:59:12.916Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T00:59:12.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T00:59:12.916Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T00:59:12.917Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:00:01.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:00:01.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:00:01.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:00:01.896Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:00:01.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c43ee1d-2031-4b7e-a66e-aee162e054a9 url= /sdc/v1/artifactTypes
2021-09-08T01:00:01.900Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:00:02.930Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:00:02.931Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b02d809
2021-09-08T01:00:02.931Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:00:02.931Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:00:02.932Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:00:02.932Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:00:51.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:00:51.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:00:51.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:00:51.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:00:51.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4fc72fd4-c13c-43d5-bf06-8efff3457334 url= /sdc/v1/artifactTypes
2021-09-08T01:00:51.902Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:00:52.914Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:00:52.915Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b46e534
2021-09-08T01:00:52.915Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:00:52.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:00:52.916Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:00:52.917Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:01:41.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:01:41.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:01:41.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:01:41.895Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:01:41.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 380e483c-cd0b-4477-a80d-12f75026d48e url= /sdc/v1/artifactTypes
2021-09-08T01:01:41.900Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:01:42.930Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:01:42.931Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c11818e
2021-09-08T01:01:42.931Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:01:42.931Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:01:42.931Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:01:42.931Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:02:14.098Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-08T01:02:31.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:02:31.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:02:31.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:02:31.896Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:02:31.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4ff282f9-0b51-4b3c-b874-253449b4a239 url= /sdc/v1/artifactTypes
2021-09-08T01:02:31.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:02:32.915Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:02:32.916Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@322d0209
2021-09-08T01:02:32.916Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:02:32.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:02:32.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:02:32.918Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:03:21.892Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:03:21.893Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:03:21.894Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:03:21.899Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:03:21.906Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c19e8a5e-1a00-484d-89f8-1c81c314812c url= /sdc/v1/artifactTypes
2021-09-08T01:03:21.906Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:03:22.931Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:03:22.931Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6cc6ae3d
2021-09-08T01:03:22.931Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:03:22.932Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:03:22.932Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:03:22.933Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:04:11.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:04:11.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:04:11.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:04:11.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:04:11.906Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7e23252-9856-4fba-ad2c-fcce091395f9 url= /sdc/v1/artifactTypes
2021-09-08T01:04:11.906Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:04:12.947Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:04:12.948Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f6928a
2021-09-08T01:04:12.948Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:04:12.949Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:04:12.949Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:04:12.950Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:05:01.892Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:05:01.893Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:05:01.893Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:05:01.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:05:01.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8cb7bece-5d41-4e43-9a41-6c382c8ded11 url= /sdc/v1/artifactTypes
2021-09-08T01:05:01.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:05:02.930Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2021-09-08T01:05:02.931Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fe4dd77
2021-09-08T01:05:02.931Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:05:02.931Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:05:02.932Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:05:02.932Z||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$$6ab9fc.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2021-09-08T01:05:51.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:05:51.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:05:51.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:05:51.895Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:05:51.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cbef291f-d94c-4ce6-ba6b-697831b7a0b6 url= /sdc/v1/artifactTypes
2021-09-08T01:05:51.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:05:52.913Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2021-09-08T01:05:52.914Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d062a6e
2021-09-08T01:05:52.914Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:05:52.914Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:05:52.914Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:05:52.915Z||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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-09-08T01:06:41.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:06:41.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:06:41.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:06:41.894Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:06:41.899Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3de1b978-d2db-4b28-8ffd-0f0fcdbf897f url= /sdc/v1/artifactTypes
2021-09-08T01:06:41.899Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:06:42.929Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2021-09-08T01:06:42.929Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@437b1a06
2021-09-08T01:06:42.929Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:06:42.930Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:06:42.930Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:06:42.930Z||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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-09-08T01:07:31.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:07:31.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:07:31.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:07:31.895Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:07:31.900Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 315e408a-5d81-42e7-84f7-823f3ce40c0e url= /sdc/v1/artifactTypes
2021-09-08T01:07:31.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:07:32.915Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2021-09-08T01:07:32.916Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78c5d16e
2021-09-08T01:07:32.916Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:07:32.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:07:32.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:07:32.917Z||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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-09-08T01:08:21.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:08:21.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:08:21.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:08:21.897Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:08:21.902Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aeafc3cd-6e66-4c41-83dd-929bcd1ac1f4 url= /sdc/v1/artifactTypes
2021-09-08T01:08:21.903Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:08:22.931Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2021-09-08T01:08:22.932Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dcb2cab
2021-09-08T01:08:22.932Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:08:22.932Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:08:22.933Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:08:22.933Z||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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-09-08T01:09:11.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:09:11.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:09:11.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:09:11.895Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:09:11.901Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64305029-0121-4168-8c43-874ecbd0193b url= /sdc/v1/artifactTypes
2021-09-08T01:09:11.901Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:09:12.947Z||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.37.70] 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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 48 common frames omitted
2021-09-08T01:09:12.948Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59edb096
2021-09-08T01:09:12.948Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2021-09-08T01:09:12.948Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2021-09-08T01:09:12.949Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2021-09-08T01:09:12.949Z||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$$6ab9fc.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 31 common frames omitted
2021-09-08T01:10:01.891Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-08T01:10:01.892Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-08T01:10:01.892Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-08T01:10:01.895Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-08T01:10:01.898Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b24ef87e-fb83-482b-be9d-be81a16b3094 url= /sdc/v1/artifactTypes
2021-09-08T01:10:01.898Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-08T01:10:02.093Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-08T01:10:02.100Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-09-08T01:10:02.120Z||scheduling-1|||||DEBUG|500||create keys
2021-09-08T01:10:02.126Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-08T01:10:02.151Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:10:02.165Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8588357a-7afa-4ead-8a79-a2e09ab2a4db url= /sdc/v1/registerForDistribution
2021-09-08T01:10:02.256Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8588357a-7afa-4ead-8a79-a2e09ab2a4db url= /sdc/v1/registerForDistribution
2021-09-08T01:10:02.256Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-08T01:10:02.264Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:10:02.264Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:10:02.267Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-08T01:10:02.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:10:02.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:10:02.270Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:10:02.270Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:10:12.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:10:12.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:11:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:11:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:11:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:11:02.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:11:02.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:11:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:11:11.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:11:11.818Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:12:02.262Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:12:02.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:12:02.263Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:12:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:12:02.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:12:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:12:11.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:12:11.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:13:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:13:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:13:02.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:13:02.265Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:13:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:13:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:13:11.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:13:11.818Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:14:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:14:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:14:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:14:02.264Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:14:02.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:14:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:14:11.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:14:11.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:15:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:15:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:15:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:15:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:15:02.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:15:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:15:11.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:15:11.815Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:16:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:16:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:16:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:16:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:16:02.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:16:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:16:11.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:16:11.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:17:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:17:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:17:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:17:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:17:02.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:17:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:17:11.819Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:17:11.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:18:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:18:02.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:18:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:18:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:18:02.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:18:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:18:11.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:18:11.812Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:19:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:19:02.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:19:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:19:02.263Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:19:02.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:19:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:19:11.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:19:11.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:20:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:20:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:20:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:20:02.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:20:02.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:20:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:20:11.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:20:11.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:21:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:21:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:21:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:21:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:21:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:21:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:21:11.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:21:11.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:22:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:22:02.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:22:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:22:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:22:02.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:22:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:22:11.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:22:11.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:23:02.262Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:23:02.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:23:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:23:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:23:02.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:23:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:23:11.819Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:23:11.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:24:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:24:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:24:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:24:02.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:24:02.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:24:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:24:11.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:24:11.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:25:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:25:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:25:02.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:25:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:25:02.264Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:25:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:25:11.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:25:11.815Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:26:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:26:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:26:02.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:26:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:26:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:26:02.266Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:26:11.810Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:26:11.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:27:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:27:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:27:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:27:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:27:02.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:27:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:27:11.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:27:11.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:28:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:28:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:28:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:28:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:28:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:28:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:28:11.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:28:11.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:29:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:29:02.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:29:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:29:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:29:02.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:29:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:29:11.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:29:11.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:30:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:30:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:30:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:30:02.264Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:30:02.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:30:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:30:11.812Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:30:11.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:31:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:31:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:31:02.264Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:31:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:31:02.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:31:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:31:11.828Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:31:11.829Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:32:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:32:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:32:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:32:02.263Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:32:02.264Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:32:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:32:11.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:32:11.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:33:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:33:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:33:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:33:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:33:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:33:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:33:11.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:33:11.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:02.262Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:34:02.263Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:34:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:34:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:34:02.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:34:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:34:02.872Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:02.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:02.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7c09265-461c-4e48-9e2e-e81190a6d610","serviceName":"vFW 2021-09-08 01-30-46","serviceVersion":"1.0","serviceUUID":"2cb362df-7dd1-47a4-ab77-13ee81b437cc","serviceDescription":"catalog service description","serviceInvariantUUID":"4329b972-e1ca-4f9a-bf58-f533425977de","resources":[{"resourceInstanceName":"vFW dc26a84d-37bc 0","resourceName":"vFW dc26a84d-37bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2fc2b6f-fa51-4852-bcc1-025062b73467","resourceInvariantUUID":"16dd8dad-5138-4de9-b45a-194578e8e424","resourceCustomizationUUID":"414ecb01-fc27-468d-9ef0-b03db0e79593","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml","artifactChecksum":"MDYzODRjYjEzNjE4ZTFmMmVlYTMxNzIwZjI2ZGM5ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aecbd16f-4254-4001-b44a-9a520fedb872","artifactVersion":"1"},{"artifactName":"vfwdc26a84d37bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json","artifactChecksum":"NzlmNmIxYWZkNmQ1MGM3MTVhMWIwZjFiMjFlY2E2Nzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ff4d49f-a934-476a-b627-d732b86ea2aa","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ab258338-9844-4170-b15a-1a90f367d974","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUxODgwMWVjYmFiNTYxOTQ0YzBiYzNjYjEyODhmZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fab1bf57-b5be-44b2-94ea-7aaa2586d2cc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1976ed8d-e869-49e4-b463-79481b99d533","artifactVersion":"2","generatedFromUUID":"ab258338-9844-4170-b15a-1a90f367d974"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210908013046-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml","artifactChecksum":"NTZiMTU3ZjQzZDAyODQ5YWY5NTI2M2MzNjc0NGI4NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"691a1b79-ebba-4d2d-8ad6-5c38ade65e47","artifactVersion":"1"},{"artifactName":"service-Vfw20210908013046-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar","artifactChecksum":"ODJhMTg0MDFmMDgxZjUwZjc0YWU1NmFmMjMyMTQwMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f59c5a22-bebe-4c6a-b5c8-464269f41ae9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:34:02.899Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:02.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.904Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064797555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.913Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "dcae-sch",
  "timestamp": 1631064796366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.913Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064796371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064801346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064800134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064798355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:02.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064812380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:02.917Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:02.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064812383,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:02.918Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:02.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064812385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:02.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:02.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064812394,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:02.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:02.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064806053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:02.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:02.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:02.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "cds",
  "timestamp": 1631064813399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.013Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.018Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:03.018Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:03.031Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:03.032Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:03.065Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:34:03.081Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064813404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064814366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "policy-id",
  "timestamp": 1631064814409,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.111Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:34:03.111Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:03.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064816079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064817224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064817549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064818229,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.124Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:34:03.124Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:03.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064819664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:34:03.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T01:34:03.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064820668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064824046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "aai-ml",
  "timestamp": 1631064825050,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:03.154Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:34:03.155Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:03.162Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064823252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064839700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:34:03.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064841734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:03.164Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:34:03.919Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:03.920Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:03.921Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:03.922Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:34:04.022Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:04.023Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:04.023Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:04.036Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:04.037Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:04.922Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:04.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:04.925Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:04.925Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:34:05.026Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:05.027Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:05.027Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:05.040Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:05.041Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:05.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:05.927Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:05.929Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:05.929Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:06.030Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:34:06.031Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:06.031Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:06.045Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:06.045Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:06.930Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:06.931Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:06.933Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:06.933Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-08T01:34:07.035Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-09-08T01:34:07.036Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:07.037Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:07.057Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:07.058Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:07.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:07.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:07.938Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:07.938Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:34:08.038Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:34:08.039Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:08.039Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:08.052Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:08.053Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:08.939Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:34:08.940Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:08.942Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:08.942Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:34:09.042Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:09.044Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:09.044Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:09.057Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:09.058Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:09.944Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "serviceName": "vFW 2021-09-08 01-30-46",
  "serviceVersion": "1.0",
  "serviceUUID": "2cb362df-7dd1-47a4-ab77-13ee81b437cc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4329b972-e1ca-4f9a-bf58-f533425977de",
  "resources": [
    {
      "resourceInstanceName": "vFW dc26a84d-37bc 0",
      "resourceCustomizationUUID": "414ecb01-fc27-468d-9ef0-b03db0e79593",
      "resourceName": "vFW dc26a84d-37bc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2fc2b6f-fa51-4852-bcc1-025062b73467",
      "resourceInvariantUUID": "16dd8dad-5138-4de9-b45a-194578e8e424",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdc26a84d37bc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
          "artifactChecksum": "NzlmNmIxYWZkNmQ1MGM3MTVhMWIwZjFiMjFlY2E2Nzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ff4d49f-a934-476a-b627-d732b86ea2aa",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ab258338-9844-4170-b15a-1a90f367d974",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1976ed8d-e869-49e4-b463-79481b99d533",
            "generatedFromUUID": "ab258338-9844-4170-b15a-1a90f367d974"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1976ed8d-e869-49e4-b463-79481b99d533",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20210908013046-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
      "artifactChecksum": "ODJhMTg0MDFmMDgxZjUwZjc0YWU1NmFmMjMyMTQwMTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f59c5a22-bebe-4c6a-b5c8-464269f41ae9"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:34:09.945Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:34:09.945Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2cb362df-7dd1-47a4-ab77-13ee81b437cc ASDC
2021-09-08T01:34:10.052Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a7c09265-461c-4e48-9e2e-e81190a6d610
ServiceName:vFW 2021-09-08 01-30-46
ServiceVersion:1.0
ServiceUUID:2cb362df-7dd1-47a4-ab77-13ee81b437cc
ServiceInvariantUUID:4329b972-e1ca-4f9a-bf58-f533425977de
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210908013046-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar
ArtifactUUID:f59c5a22-bebe-4c6a-b5c8-464269f41ae9
ArtifactChecksum:ODJhMTg0MDFmMDgxZjUwZjc0YWU1NmFmMjMyMTQwMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dc26a84d-37bc 0
ResourceCustomizationUUID:414ecb01-fc27-468d-9ef0-b03db0e79593
ResourceInvariantUUID:16dd8dad-5138-4de9-b45a-194578e8e424
ResourceName:vFW dc26a84d-37bc
ResourceType:VF
ResourceUUID:d2fc2b6f-fa51-4852-bcc1-025062b73467
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdc26a84d37bc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json
ArtifactUUID:8ff4d49f-a934-476a-b627-d732b86ea2aa
ArtifactChecksum:NzlmNmIxYWZkNmQ1MGM3MTVhMWIwZjFiMjFlY2E2Nzg=
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/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml
ArtifactUUID:ab258338-9844-4170-b15a-1a90f367d974
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/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
ArtifactUUID:1976ed8d-e869-49e4-b463-79481b99d533
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/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
ArtifactUUID:1976ed8d-e869-49e4-b463-79481b99d533
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T01:34:10.052Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cb362df-7dd1-47a4-ab77-13ee81b437cc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:34:10.088Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:34:10.089Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:34:10.090Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:34:10.090Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f59c5a22-bebe-4c6a-b5c8-464269f41ae9 from URL: /sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:10.090Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:34:10.091Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:10.261Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:34:10.276Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar f59c5a22-bebe-4c6a-b5c8-464269f41ae9 98727
2021-09-08T01:34:10.277Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar ASDC sendASDCNotification
2021-09-08T01:34:10.277Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:10.277Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:34:10.278Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:10.279Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:10.279Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064850276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:10.380Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:10.381Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:10.381Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:10.395Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:10.396Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:11.280Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:34:11.282Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:34:11.282Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f59c5a22-bebe-4c6a-b5c8-464269f41ae9, URL: /sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar to file: /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:11.283Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210908013046-csar.csar
2021-09-08T01:34:11.347Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:11.348Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:12.259Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9285706159534878748/Definitions/service-Vfw20210908013046-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
2021-09-08T01:34:15.132Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:34:15.138Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:34:15.138Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.138Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-08T01:34:15.138Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||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-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.138Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||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-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dc26a84d-37bc 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-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||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-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.139Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.140Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.140Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.140Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:15.140Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:34:15.146Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.148Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.151Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:15.151Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:34:15.152Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:34:15.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:15.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:34:15.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:34:15.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.157Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.157Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:15.157Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-08T01:34:15.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T01:34:15.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:34:15.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:15.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:15.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:15.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:15.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:15.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:15.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b082763-66a3-46d7-8a12-cf0852ea7d00
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:15.164Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:15.165Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:15.165Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-08T01:34:15.165Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.165Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.165Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.166Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-08T01:34:15.166Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-08T01:34:15.166Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-08T01:34:15.166Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.166Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-08T01:34:15.167Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.167Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c90d523-5e70-469d-8a1b-516d90886545
2021-09-08T01:34:15.167Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.167Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:15.168Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:15.168Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:15.168Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-08T01:34:15.168Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.168Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-08T01:34:15.169Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cea77091-c2be-4352-be0c-1df7a8ca4dd0
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:15.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:15.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-09-08 01-30-46
Description:catalog service description
Model UUID:2cb362df-7dd1-47a4-ab77-13ee81b437cc
Model Version:NULL
Model InvariantUuid:4329b972-e1ca-4f9a-bf58-f533425977de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dc26a84d-37bc
Model UUID:ad2c9d4e-55a3-4c72-983d-9ab4edc0527c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:16dd8dad-5138-4de9-b45a-194578e8e424
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:414ecb01-fc27-468d-9ef0-b03db0e79593
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8a070a08-84ce-404e-acbe-9d8a689c1cab
ModelName:VfwDc26a84d37bc..base_vfw..module-0
ModelUuid:362bc667-af53-4df0-a355-c21fd73eb66e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6b082763-66a3-46d7-8a12-cf0852ea7d00
ModelInvariantUuid:75a97ae9-8db8-4393-9ff0-b3a147924789
ModelName:vFW dc26a84d-37bc-nodes.vfwCvfc
ModelUuid:a5d385a7-eb57-4e1a-b437-3f27e7b7f98d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d252194b-2fa9-4456-bb09-89489596d68a
ModelInvariantUuid:2addacbf-c613-4df7-867d-2f65de768c8e
ModelName:VfwDc26a84d37bc.compute.nodes.heat.vfw
ModelUuid:8bbc5cfe-4f20-4fd5-b539-cbe9a6c187f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6c90d523-5e70-469d-8a1b-516d90886545
ModelInvariantUuid:799ecafd-1c75-4746-ba88-6c77ec734af2
ModelName:vFW dc26a84d-37bc-nodes.vsnCvfc
ModelUuid:aff89e0f-006e-44d2-950b-79d153f0ba7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b983288f-2bc6-493e-8c35-44fd7110b9e1
ModelInvariantUuid:7b299fb8-e385-4a5a-b543-8c905d468f71
ModelName:VfwDc26a84d37bc.compute.nodes.heat.vsn
ModelUuid:52a0c24e-49e6-428b-80df-fba08fdeb144
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cea77091-c2be-4352-be0c-1df7a8ca4dd0
ModelInvariantUuid:a1ac19b6-912a-4627-a08c-a19543542c8a
ModelName:vFW dc26a84d-37bc-nodes.vpgCvfc
ModelUuid:a92b34de-85db-40da-8860-1377d20f5b23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ecf729c4-003f-489d-b574-dec7111dfd1d
ModelInvariantUuid:856a017f-8f22-4f33-b3ef-c2461fd60739
ModelName:VfwDc26a84d37bc.compute.nodes.heat.vpg
ModelUuid:43164d6a-6c3f-4c3c-81e1-ff1d26adc1d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:34:15.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d2fc2b6f-fa51-4852-bcc1-025062b73467
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:34:15.283Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||vFW dc26a84d-37bc 0
2021-09-08T01:34:15.290Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2fc2b6f-fa51-4852-bcc1-025062b73467
2021-09-08T01:34:15.290Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ff4d49f-a934-476a-b627-d732b86ea2aa from URL: /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json
2021-09-08T01:34:15.291Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:34:15.291Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json
2021-09-08T01:34:15.859Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:34:15.860Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json 8ff4d49f-a934-476a-b627-d732b86ea2aa 785
2021-09-08T01:34:15.861Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json ASDC sendASDCNotification
2021-09-08T01:34:15.861Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json
2021-09-08T01:34:15.861Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:34:15.862Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:15.865Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:15.865Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064855861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:15.964Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:34:15.965Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:15.965Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:15.977Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:15.977Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:16.869Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDc26a84d37bc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8a070a08-84ce-404e-acbe-9d8a689c1cab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "362bc667-af53-4df0-a355-c21fd73eb66e",
    "vfModuleModelCustomizationUUID": "8878fd9e-23b6-4a7c-a83f-4a080718846a",
    "isBase": true,
    "artifacts": [
      "ab258338-9844-4170-b15a-1a90f367d974",
      "1976ed8d-e869-49e4-b463-79481b99d533"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:34:16.883Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDc26a84d37bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:362bc667-af53-4df0-a355-c21fd73eb66e
VfModuleModelInvariantUUID:8a070a08-84ce-404e-acbe-9d8a689c1cab
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab258338-9844-4170-b15a-1a90f367d974
,
1976ed8d-e869-49e4-b463-79481b99d533

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

isBase:true


}

2021-09-08T01:34:16.885Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDc26a84d37bc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8a070a08-84ce-404e-acbe-9d8a689c1cab",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "362bc667-af53-4df0-a355-c21fd73eb66e",
    "vfModuleModelCustomizationUUID": "8878fd9e-23b6-4a7c-a83f-4a080718846a",
    "isBase": true,
    "artifacts": [
      "ab258338-9844-4170-b15a-1a90f367d974",
      "1976ed8d-e869-49e4-b463-79481b99d533"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:34:16.885Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDc26a84d37bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:362bc667-af53-4df0-a355-c21fd73eb66e
VfModuleModelInvariantUUID:8a070a08-84ce-404e-acbe-9d8a689c1cab
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab258338-9844-4170-b15a-1a90f367d974
,
1976ed8d-e869-49e4-b463-79481b99d533

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

isBase:true


}

2021-09-08T01:34:16.886Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ab258338-9844-4170-b15a-1a90f367d974 from URL: /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml
2021-09-08T01:34:16.886Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:34:16.886Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml
2021-09-08T01:34:17.469Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:34:17.471Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml ab258338-9844-4170-b15a-1a90f367d974 20368
2021-09-08T01:34:17.471Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-08T01:34:17.471Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml
2021-09-08T01:34:17.471Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:34:17.472Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:17.474Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:17.474Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064857471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:17.574Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:34:17.575Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:17.576Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:17.590Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:17.590Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:18.476Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1976ed8d-e869-49e4-b463-79481b99d533 from URL: /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
2021-09-08T01:34:18.476Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:34:18.476Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
2021-09-08T01:34:19.091Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:34:19.092Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env 1976ed8d-e869-49e4-b463-79481b99d533 2098
2021-09-08T01:34:19.092Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-08T01:34:19.092Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
2021-09-08T01:34:19.093Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:34:19.093Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:19.096Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:19.096Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064859092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:34:19.196Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:19.197Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:19.197Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:19.215Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:19.215Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:34:20.097Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2cb362df-7dd1-47a4-ab77-13ee81b437cc
2021-09-08T01:34:20.098Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dc26a84d-37bc 0 d2fc2b6f-fa51-4852-bcc1-025062b73467 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:34:20.142Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@367f423d, org.onap.sdc.toscaparser.api.parameters.Input@2bafe4ff, org.onap.sdc.toscaparser.api.parameters.Input@1b43b73a, org.onap.sdc.toscaparser.api.parameters.Input@5fb4685, org.onap.sdc.toscaparser.api.parameters.Input@49d992ad]
2021-09-08T01:34:20.145Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.145Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.145Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T01:34:20.145Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 414ecb01-fc27-468d-9ef0-b03db0e79593
2021-09-08T01:34:20.146Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 414ecb01-fc27-468d-9ef0-b03db0e79593 matches Tosca VF Customization UUID: 414ecb01-fc27-468d-9ef0-b03db0e79593
2021-09-08T01:34:20.146Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 414ecb01-fc27-468d-9ef0-b03db0e79593  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T01:34:20.151Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.152Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.152Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 414ecb01-fc27-468d-9ef0-b03db0e79593: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-09-08T01:34:20.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50509947
2021-09-08T01:34:20.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:34:20.153Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8878fd9e-23b6-4a7c-a83f-4a080718846a
2021-09-08T01:34:20.154Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8878fd9e-23b6-4a7c-a83f-4a080718846a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T01:34:20.158Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:20.159Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:20.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.160Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:20.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:20.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:20.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-08T01:34:20.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-08T01:34:20.161Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-08T01:34:20.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-08T01:34:20.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.162Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-08T01:34:20.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.163Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b082763-66a3-46d7-8a12-cf0852ea7d00
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:34:20.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:20.170Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:20.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:20.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:20.171Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-08T01:34:20.172Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-08T01:34:20.173Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.173Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-08T01:34:20.173Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.173Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6c90d523-5e70-469d-8a1b-516d90886545
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:34:20.175Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.175Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.175Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:20.177Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is not matching search criteria
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.178Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.179Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.179Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-08T01:34:20.179Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-08T01:34:20.179Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-08T01:34:20.180Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-08T01:34:20.180Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-08T01:34:20.180Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-08T01:34:20.180Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cea77091-c2be-4352-be0c-1df7a8ca4dd0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:34:20.182Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.182Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.182Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:34:20.183Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.183Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Node template vFW dc26a84d-37bc 0 is matching search criteria
2021-09-08T01:34:20.183Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dc26a84d-37bc 0] matching following query criteria: sdcType=VF, customizationUUID=414ecb01-fc27-468d-9ef0-b03db0e79593
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:34:20.185Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.185Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.185Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2cb362df-7dd1-47a4-ab77-13ee81b437cc: vFW dc26a84d-37bc
2021-09-08T01:34:20.185Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.186Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.186Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.186Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.186Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.186Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:34:20.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-09-08 01-30-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:34:20.187Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-09-08 01-30-46 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:34:20.528Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dc26a84d-37bc d2fc2b6f-fa51-4852-bcc1-025062b73467 1 ASDC deployResourceStructure
2021-09-08T01:34:20.529Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json ASDC sendASDCNotification
2021-09-08T01:34:20.529Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json
2021-09-08T01:34:20.529Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:34:20.530Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:20.532Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:20.532Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064860529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:20.632Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:20.633Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:20.633Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:20.645Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:20.645Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:21.532Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-08T01:34:21.534Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml
2021-09-08T01:34:21.534Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:34:21.534Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:21.536Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:21.536Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064861532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:21.636Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:21.637Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:21.637Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:21.649Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:21.652Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:22.537Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-08T01:34:22.538Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env
2021-09-08T01:34:22.538Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:34:22.538Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:22.541Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:22.541Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064862537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:22.641Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:22.642Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:22.643Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:22.655Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:22.656Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:23.542Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar ASDC sendASDCNotification
2021-09-08T01:34:23.543Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar
2021-09-08T01:34:23.543Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:34:23.544Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:34:23.546Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:34:23.546Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:34:23.647Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:34:23.648Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:34:23.648Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:34:23.660Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:34:23.660Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:34:24.548Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7c09265-461c-4e48-9e2e-e81190a6d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:34:24.563Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7c09265-461c-4e48-9e2e-e81190a6d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:34:24.567Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:34:24.568Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:34:24.572Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:34:54.573Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7c09265-461c-4e48-9e2e-e81190a6d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:34:54.583Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7c09265-461c-4e48-9e2e-e81190a6d610 and serviceModelVersionId: 2cb362df-7dd1-47a4-ab77-13ee81b437cc
2021-09-08T01:34:54.583Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4329b972-e1ca-4f9a-bf58-f533425977de
2021-09-08T01:35:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:35:02.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:35:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:35:02.286Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:02.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:35:02.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "clamp",
  "timestamp": 1631064842748,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:35:02.297Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7c09265-461c-4e48-9e2e-e81190a6d610
2021-09-08T01:35:02.297Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7c09265-461c-4e48-9e2e-e81190a6d610 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:35:06.764Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0
2021-09-08T01:35:06.884Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:35:07.362Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|INFO|500||Invoke
2021-09-08T01:35:07.371Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7c09265-461c-4e48-9e2e-e81190a6d610], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4304c1cd-abb4-4eb3-b470-a6e3a3d9a750], X-ECOMP-RequestID=[a7c09265-461c-4e48-9e2e-e81190a6d610], X-TransactionId=[], X-ONAP-RequestID=[a7c09265-461c-4e48-9e2e-e81190a6d610], Content-Type=[application/merge-patch+json]}
2021-09-08T01:35:07.487Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:35:07.988Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210908-01:35:07:496-30398], vertex-id=[172152], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:35:07 GMT], Content-Type=[application/json]}
2021-09-08T01:35:07.990Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:35:07.991Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4329b972-e1ca-4f9a-bf58-f533425977de/model-vers/model-ver/2cb362df-7dd1-47a4-ab77-13ee81b437cc?depth=0|INFO|500||InvokeReturn
2021-09-08T01:35:07.994Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:35:07.995Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:35:07.999Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:35:08.004Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7c09265-461c-4e48-9e2e-e81190a6d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:35:08.005Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:35:08.005Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:08.007Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:08.007Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064908004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:35:08.107Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:08.108Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:08.108Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:08.121Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:08.122Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:35:09.022Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:35:09.023Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:35:09.023Z|a7c09265-461c-4e48-9e2e-e81190a6d610|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:35:09.648Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:09.650Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:35:09.650Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1276e25-4b19-4e8d-8855-29e6d68ccb30","serviceName":"basic_onboard_CqHNHu","serviceVersion":"1.0","serviceUUID":"ba5ef1f1-d54d-4cc5-bf09-675a77da83e7","serviceDescription":"service","serviceInvariantUUID":"c08a55cd-639a-4308-9d10-ef0da1faa9b1","resources":[{"resourceInstanceName":"basic_onboard_CqHNHu 0","resourceName":"basic_onboard_CqHNHu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9074418f-11e9-440b-8709-f8f9c7e2d98e","resourceInvariantUUID":"2f8d9fac-bfd3-464d-9e58-0182daaab1c0","resourceCustomizationUUID":"d3941c0f-e3d0-4b4f-9d92-130755bd3a39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml","artifactChecksum":"NWYzYWIzODViY2EyOTk0MWRkZTU5MGJhZGMwZDVmODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58c6bc95-7c11-4b37-8237-0fa60e4b6458","artifactVersion":"1"},{"artifactName":"basic_onboard_cqhnhu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json","artifactChecksum":"OGFlOGE0OTgwNGVmZTM0MjA2YTlmMDEwOWMyMDFmZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ed74a1ac-a6d2-427d-accb-cc62f20b7135","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0e3e398-1426-4b39-b158-2e77ad33eb1f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"41c668a6-8b61-4b15-a1f7-ec6aee914553","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64d6a874-8af0-4db3-bcd2-96374fa687c1","artifactVersion":"2","generatedFromUUID":"e0e3e398-1426-4b39-b158-2e77ad33eb1f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqhnhu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml","artifactChecksum":"MmFlODEyYmM4NWZjMzM3M2E3YjY0ZDkwMjcxMWY4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6ac3b47-0453-44c6-b8a4-5d4422d8506a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqhnhu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar","artifactChecksum":"ZWYwMjUwNzI3M2Q0YTk0ZTJiOWNiNGNjNTg4YTg1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"157ddafc-99b4-46c2-9058-75dd166c52b5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:35:09.655Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:09.656Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:09.658Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:09.658Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:35:09.758Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:09.759Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:09.759Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:09.777Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:09.778Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:10.659Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:10.659Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:10.661Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:10.661Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:35:10.761Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:10.762Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:10.762Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:10.774Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:10.775Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:11.662Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:11.663Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:11.666Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:11.666Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:35:11.766Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:11.767Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:11.767Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:11.779Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:11.780Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:12.667Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:12.668Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:12.670Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:12.670Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:35:12.771Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:35:12.772Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:12.772Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:12.785Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:12.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:13.671Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:13.672Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:13.674Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:13.675Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T01:35:13.775Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:13.776Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:13.776Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:13.788Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:13.788Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:35:14.675Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:14.677Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:14.679Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:14.679Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:35:14.779Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:35:14.781Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:14.781Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:14.800Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:14.801Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:15.680Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:35:15.681Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:15.684Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:15.684Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:35:15.784Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:15.785Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:15.785Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:15.799Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:15.799Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:16.686Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "serviceName": "basic_onboard_CqHNHu",
  "serviceVersion": "1.0",
  "serviceUUID": "ba5ef1f1-d54d-4cc5-bf09-675a77da83e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c08a55cd-639a-4308-9d10-ef0da1faa9b1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CqHNHu 0",
      "resourceCustomizationUUID": "d3941c0f-e3d0-4b4f-9d92-130755bd3a39",
      "resourceName": "basic_onboard_CqHNHu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9074418f-11e9-440b-8709-f8f9c7e2d98e",
      "resourceInvariantUUID": "2f8d9fac-bfd3-464d-9e58-0182daaab1c0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cqhnhu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
          "artifactChecksum": "OGFlOGE0OTgwNGVmZTM0MjA2YTlmMDEwOWMyMDFmZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ed74a1ac-a6d2-427d-accb-cc62f20b7135",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0e3e398-1426-4b39-b158-2e77ad33eb1f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "64d6a874-8af0-4db3-bcd2-96374fa687c1",
            "generatedFromUUID": "e0e3e398-1426-4b39-b158-2e77ad33eb1f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "64d6a874-8af0-4db3-bcd2-96374fa687c1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCqhnhu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
      "artifactChecksum": "ZWYwMjUwNzI3M2Q0YTk0ZTJiOWNiNGNjNTg4YTg1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "157ddafc-99b4-46c2-9058-75dd166c52b5"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:35:16.687Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:35:16.687Z|a7c09265-461c-4e48-9e2e-e81190a6d610|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba5ef1f1-d54d-4cc5-bf09-675a77da83e7 ASDC
2021-09-08T01:35:16.687Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a1276e25-4b19-4e8d-8855-29e6d68ccb30
ServiceName:basic_onboard_CqHNHu
ServiceVersion:1.0
ServiceUUID:ba5ef1f1-d54d-4cc5-bf09-675a77da83e7
ServiceInvariantUUID:c08a55cd-639a-4308-9d10-ef0da1faa9b1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqhnhu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar
ArtifactUUID:157ddafc-99b4-46c2-9058-75dd166c52b5
ArtifactChecksum:ZWYwMjUwNzI3M2Q0YTk0ZTJiOWNiNGNjNTg4YTg1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CqHNHu 0
ResourceCustomizationUUID:d3941c0f-e3d0-4b4f-9d92-130755bd3a39
ResourceInvariantUUID:2f8d9fac-bfd3-464d-9e58-0182daaab1c0
ResourceName:basic_onboard_CqHNHu
ResourceType:VF
ResourceUUID:9074418f-11e9-440b-8709-f8f9c7e2d98e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqhnhu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json
ArtifactUUID:ed74a1ac-a6d2-427d-accb-cc62f20b7135
ArtifactChecksum:OGFlOGE0OTgwNGVmZTM0MjA2YTlmMDEwOWMyMDFmZTE=
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/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e0e3e398-1426-4b39-b158-2e77ad33eb1f
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/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
ArtifactUUID:64d6a874-8af0-4db3-bcd2-96374fa687c1
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/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
ArtifactUUID:64d6a874-8af0-4db3-bcd2-96374fa687c1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T01:35:16.688Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba5ef1f1-d54d-4cc5-bf09-675a77da83e7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:35:16.718Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:35:16.718Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:35:16.719Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:35:16.719Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 157ddafc-99b4-46c2-9058-75dd166c52b5 from URL: /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:16.719Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:35:16.719Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:17.144Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:35:17.151Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar 157ddafc-99b4-46c2-9058-75dd166c52b5 71376
2021-09-08T01:35:17.151Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar ASDC sendASDCNotification
2021-09-08T01:35:17.152Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:17.152Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:35:17.153Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:17.156Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:17.156Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064917151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:35:17.257Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:35:17.258Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:17.258Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:17.271Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:17.271Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:35:18.157Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:35:18.158Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:35:18.158Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 157ddafc-99b4-46c2-9058-75dd166c52b5, URL: /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:18.159Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:18.159Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:18.159Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:18.472Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13655325022119411789/Definitions/service-BasicOnboardCqhnhu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-08T01:35:19.634Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:35:19.634Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:35:19.634Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.634Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-08T01:35:19.634Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CqHNHu 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-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.635Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.636Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:19.636Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:35:19.636Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:35:19.636Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.637Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is not matching search criteria
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-08T01:35:19.638Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.639Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is not matching search criteria
2021-09-08T01:35:19.640Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=465a13f6-0fb2-42d3-ade5-9db30823152e
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.641Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.642Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.642Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:19.642Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:19.642Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CqHNHu
Description:service
Model UUID:ba5ef1f1-d54d-4cc5-bf09-675a77da83e7
Model Version:NULL
Model InvariantUuid:c08a55cd-639a-4308-9d10-ef0da1faa9b1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CqHNHu
Model UUID:3ca463b6-342e-44db-a789-6136abb1d90d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2f8d9fac-bfd3-464d-9e58-0182daaab1c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d3941c0f-e3d0-4b4f-9d92-130755bd3a39
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:274b7815-ece6-49ab-ad38-985ff1dfad63
ModelName:BasicOnboardCqhnhu..base_ubuntu18..module-0
ModelUuid:da3c2543-aa4f-497f-be46-45f7a82729b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:465a13f6-0fb2-42d3-ade5-9db30823152e
ModelInvariantUuid:74c41632-0175-4eb2-a359-42e79840dd05
ModelName:basic_onboard_CqHNHu-nodes.ubuntu18Cvfc
ModelUuid:a01049f0-94f1-45f4-b8bb-48f55be69f67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9132d05c-d027-4bbe-8fb8-7c3d0eb59699
ModelInvariantUuid:64a5417f-354a-40dc-aab9-49bd199f812d
ModelName:BasicOnboardCqhnhu.compute.nodes.heat.ubuntu18
ModelUuid:e3499978-c91d-4b5c-8036-497321d06793
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:35:19.648Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9074418f-11e9-440b-8709-f8f9c7e2d98e
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:35:19.650Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||basic_onboard_CqHNHu 0
2021-09-08T01:35:19.650Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9074418f-11e9-440b-8709-f8f9c7e2d98e
2021-09-08T01:35:19.651Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ed74a1ac-a6d2-427d-accb-cc62f20b7135 from URL: /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json
2021-09-08T01:35:19.651Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:35:19.651Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json
2021-09-08T01:35:20.101Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:35:20.101Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json ed74a1ac-a6d2-427d-accb-cc62f20b7135 798
2021-09-08T01:35:20.102Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json ASDC sendASDCNotification
2021-09-08T01:35:20.102Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json
2021-09-08T01:35:20.102Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:35:20.103Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:20.105Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:20.106Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064920102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:35:20.206Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:35:20.207Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:20.207Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:20.219Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:20.219Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:21.106Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqhnhu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "274b7815-ece6-49ab-ad38-985ff1dfad63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da3c2543-aa4f-497f-be46-45f7a82729b3",
    "vfModuleModelCustomizationUUID": "45ef12a5-8475-47d6-a266-fd966bdc80c7",
    "isBase": true,
    "artifacts": [
      "e0e3e398-1426-4b39-b158-2e77ad33eb1f",
      "64d6a874-8af0-4db3-bcd2-96374fa687c1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:35:21.111Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqhnhu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da3c2543-aa4f-497f-be46-45f7a82729b3
VfModuleModelInvariantUUID:274b7815-ece6-49ab-ad38-985ff1dfad63
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0e3e398-1426-4b39-b158-2e77ad33eb1f
,
64d6a874-8af0-4db3-bcd2-96374fa687c1

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

isBase:true


}

2021-09-08T01:35:21.113Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqhnhu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "274b7815-ece6-49ab-ad38-985ff1dfad63",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "da3c2543-aa4f-497f-be46-45f7a82729b3",
    "vfModuleModelCustomizationUUID": "45ef12a5-8475-47d6-a266-fd966bdc80c7",
    "isBase": true,
    "artifacts": [
      "e0e3e398-1426-4b39-b158-2e77ad33eb1f",
      "64d6a874-8af0-4db3-bcd2-96374fa687c1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:35:21.114Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqhnhu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:da3c2543-aa4f-497f-be46-45f7a82729b3
VfModuleModelInvariantUUID:274b7815-ece6-49ab-ad38-985ff1dfad63
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0e3e398-1426-4b39-b158-2e77ad33eb1f
,
64d6a874-8af0-4db3-bcd2-96374fa687c1

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

isBase:true


}

2021-09-08T01:35:21.114Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e0e3e398-1426-4b39-b158-2e77ad33eb1f from URL: /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml
2021-09-08T01:35:21.114Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:35:21.114Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml
2021-09-08T01:35:21.790Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:35:21.791Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml e0e3e398-1426-4b39-b158-2e77ad33eb1f 5033
2021-09-08T01:35:21.792Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-08T01:35:21.792Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml
2021-09-08T01:35:21.792Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:35:21.793Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:21.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:21.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064921792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:35:21.895Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:35:21.896Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:21.896Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:21.909Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:21.909Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:22.796Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 64d6a874-8af0-4db3-bcd2-96374fa687c1 from URL: /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
2021-09-08T01:35:22.797Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:35:22.798Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
2021-09-08T01:35:23.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:35:23.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env 64d6a874-8af0-4db3-bcd2-96374fa687c1 909
2021-09-08T01:35:23.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-08T01:35:23.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
2021-09-08T01:35:23.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:35:23.264Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:23.265Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:23.265Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064923263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:35:23.366Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:35:23.367Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:23.367Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:23.379Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:23.379Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:24.266Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ba5ef1f1-d54d-4cc5-bf09-675a77da83e7
2021-09-08T01:35:24.266Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CqHNHu 0 9074418f-11e9-440b-8709-f8f9c7e2d98e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:35:24.278Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137fa7b8, org.onap.sdc.toscaparser.api.parameters.Input@4405d164, org.onap.sdc.toscaparser.api.parameters.Input@a3bd1e5, org.onap.sdc.toscaparser.api.parameters.Input@24bf8e01, org.onap.sdc.toscaparser.api.parameters.Input@4a13bf49]
2021-09-08T01:35:24.279Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.280Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.280Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T01:35:24.280Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d3941c0f-e3d0-4b4f-9d92-130755bd3a39
2021-09-08T01:35:24.280Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3941c0f-e3d0-4b4f-9d92-130755bd3a39 matches Tosca VF Customization UUID: d3941c0f-e3d0-4b4f-9d92-130755bd3a39
2021-09-08T01:35:24.280Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d3941c0f-e3d0-4b4f-9d92-130755bd3a39  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T01:35:24.282Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.282Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.283Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d3941c0f-e3d0-4b4f-9d92-130755bd3a39: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-08T01:35:24.283Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c00d789
2021-09-08T01:35:24.283Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.283Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:35:24.283Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45ef12a5-8475-47d6-a266-fd966bdc80c7
2021-09-08T01:35:24.284Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45ef12a5-8475-47d6-a266-fd966bdc80c7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T01:35:24.286Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.286Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:24.286Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:24.286Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is not matching search criteria
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T01:35:24.287Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=465a13f6-0fb2-42d3-ade5-9db30823152e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:35:24.289Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.289Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:24.289Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:35:24.290Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.290Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_CqHNHu 0 is matching search criteria
2021-09-08T01:35:24.290Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_CqHNHu 0] matching following query criteria: sdcType=VF, customizationUUID=d3941c0f-e3d0-4b4f-9d92-130755bd3a39
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:35:24.291Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ba5ef1f1-d54d-4cc5-bf09-675a77da83e7: basic_onboard_CqHNHu
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.292Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_CqHNHu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:35:24.293Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_CqHNHu 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:35:24.382Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CqHNHu 9074418f-11e9-440b-8709-f8f9c7e2d98e 1 ASDC deployResourceStructure
2021-09-08T01:35:24.383Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json ASDC sendASDCNotification
2021-09-08T01:35:24.383Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json
2021-09-08T01:35:24.383Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:35:24.384Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:24.386Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:24.386Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064924383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:35:24.487Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:24.488Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:24.488Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:24.499Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:24.500Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:25.386Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-08T01:35:25.387Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml
2021-09-08T01:35:25.387Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:35:25.388Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:25.390Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:25.390Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064925386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:35:25.490Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:25.491Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:25.491Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:25.503Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:25.503Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:26.391Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-08T01:35:26.392Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env
2021-09-08T01:35:26.392Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:35:26.392Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:26.393Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:26.394Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064926391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:35:26.494Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:35:26.495Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:26.495Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:26.507Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:26.508Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:27.394Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar ASDC sendASDCNotification
2021-09-08T01:35:27.395Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar
2021-09-08T01:35:27.395Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:35:27.395Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:35:27.397Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:35:27.398Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064927394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:35:27.498Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 73 ms
2021-09-08T01:35:27.499Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:35:27.499Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:35:27.512Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:35:27.512Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:35:28.425Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:35:28.437Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:35:28.439Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:35:28.439Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:35:28.439Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:35:58.440Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:35:58.451Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:35:58.453Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:35:58.453Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:35:58.453Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:36:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:36:02.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:36:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:36:02.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:36:02.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-08T01:36:02.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:36:02.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:36:28.454Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:36:28.463Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:36:28.465Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:36:28.465Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:36:28.465Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:36:58.465Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:36:58.475Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:36:58.477Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:36:58.478Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:36:58.478Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:37:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:37:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:37:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:37:02.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:37:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:37:02.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-09-08T01:37:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064842262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064850276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:37:02.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064855861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064857471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064859092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:37:02.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064860529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/vfwdc26a84d37bc0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064861532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064862537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/resourceInstances/vfwdc26a84d37bc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:37:02.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:02.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:37:02.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064863542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20210908013046/1.0/artifacts/service-Vfw20210908013046-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:37:02.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:37:28.478Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:37:28.491Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:37:28.495Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:37:28.495Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:37:28.495Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:37:58.495Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:37:58.507Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:37:58.509Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:37:58.509Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:37:58.509Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:38:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:38:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:38:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:38:02.790Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:38:02.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7c09265-461c-4e48-9e2e-e81190a6d610",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064908004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631064897555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "dcae-sch",
  "timestamp": 1631064896366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064901371,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064898355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064911848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064911944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064906053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064912853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "cds",
  "timestamp": 1631064912950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.812Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.812Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "policy-id",
  "timestamp": 1631064913855,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.824Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:38:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064914143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.832Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064909022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064915862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.833Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064917151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064917247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064918353,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.840Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.840Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T01:38:02.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631064919358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064913252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064920102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064921792,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064923263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064924383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/basic_onboard_cqhnhu0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064925386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064926391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/resourceInstances/basic_onboard_cqhnhu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064920134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631064927394,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064921346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064928761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064929558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064930975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064931704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.858Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631064931979,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.864Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:38:02.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064932717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.871Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.871Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "clamp",
  "timestamp": 1631064933720,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.875Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.875Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:38:02.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064935747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqhnhu/1.0/artifacts/service-BasicOnboardCqhnhu-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:38:02.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:38:02.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:38:02.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "aai-ml",
  "timestamp": 1631064936751,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:02.886Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1276e25-4b19-4e8d-8855-29e6d68ccb30
2021-09-08T01:38:02.887Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1276e25-4b19-4e8d-8855-29e6d68ccb30 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:38:28.510Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:38:28.522Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.526Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.527Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.527Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.527Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.527Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:38:28.527Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:38:28.531Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:38:58.532Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:38:58.545Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1276e25-4b19-4e8d-8855-29e6d68ccb30 and serviceModelVersionId: ba5ef1f1-d54d-4cc5-bf09-675a77da83e7
2021-09-08T01:38:58.545Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c08a55cd-639a-4308-9d10-ef0da1faa9b1
2021-09-08T01:38:58.546Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0
2021-09-08T01:38:58.551Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:38:58.592Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-08T01:38:58.593Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0|INFO|500||Invoke
2021-09-08T01:38:58.612Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:38:58.794Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0|INFO|500||InvokeReturn
2021-09-08T01:38:58.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c08a55cd-639a-4308-9d10-ef0da1faa9b1/model-vers/model-ver/ba5ef1f1-d54d-4cc5-bf09-675a77da83e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-01:38:58:619-88071], vertex-id=[217328], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:38:58 GMT], Content-Type=[application/json]}
2021-09-08T01:38:58.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:38:58.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:38:58.795Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:38:58.800Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:38:58.800Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1276e25-4b19-4e8d-8855-29e6d68ccb30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:38:58.800Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:38:58.801Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:38:58.803Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:38:58.803Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065138800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:38:58.903Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:38:58.904Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:38:58.904Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:38:58.925Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:38:58.925Z||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=?
2021-09-08T01:38:59.816Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:38:59.817Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:38:59.817Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:39:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:39:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:39:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:39:02.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:39:02.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T01:39:02.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1276e25-4b19-4e8d-8855-29e6d68ccb30",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065138800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:39:02.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:39:10.010Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:39:10.012Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:39:10.014Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:39:10.014Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:39:19.559Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:39:19.560Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:39:19.560Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:39:19.560Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:39:29.102Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:39:29.103Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:39:29.103Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:39:29.104Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:39:38.646Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:40:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:40:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:40:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:40:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:40:02.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:40:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:40:11.808Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:40:11.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:41:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:41:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:41:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:41:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:41:02.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:41:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:41:11.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:41:11.814Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:42:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:42:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:42:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:42:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:42:02.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:42:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:42:11.810Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:42:11.810Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:43:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:43:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:43:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:43:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:43:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:43:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:43:11.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:43:11.812Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:44:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:44:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:44:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:44:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:44:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:44:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:44:11.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:44:11.814Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:45:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:45:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:45:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:45:02.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:45:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:45:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:45:11.813Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:45:11.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:46:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:46:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:46:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:46:02.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:46:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:46:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:46:11.809Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:46:11.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:47:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:47:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:47:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:47:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:47:02.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:47:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:47:11.812Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:47:11.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:48:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:48:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:48:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:48:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:48:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:48:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:48:11.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:48:11.810Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:49:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:49:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:49:02.264Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:49:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:49:02.264Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:49:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:49:11.808Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:49:11.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:02.262Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:50:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:50:02.263Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:50:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:50:02.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:50:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:50:02.890Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:02.890Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.890Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6fa4b35f-3292-42f3-b719-0564e0b1f31b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8d502327-a0c2-463d-81fa-6b83fbaebcdb","serviceDescription":"service","serviceInvariantUUID":"870d829c-86a0-41a2-9464-d4a73f39517b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d08b3d3e-ba8e-490d-896b-7f4ac6eb035b","resourceInvariantUUID":"643f85bb-5085-4060-8616-75045faad568","resourceCustomizationUUID":"07df15bf-61f0-493f-93f7-02c3a1f88f53","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":"MzgxYzgwMjI3MDFmOGEwNzA0YzkxYmY0YTk0Y2RhZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce4587c4-1f36-468a-b888-0fa2eb78142c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzNkY2EwY2FjYWJmZGVlNWE0NWEzZjRjNTcxNGIxZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"94ddb62b-40da-467d-8ed6-7f5eda9ea24e","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:50:02.891Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:02.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065746053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.893Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:50:02.893Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:50:02.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "clamp",
  "timestamp": 1631065753252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065746053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "clamp",
  "timestamp": 1631065753252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "dcae-sch",
  "timestamp": 1631065756366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "cds",
  "timestamp": 1631065756371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "dcae-sch",
  "timestamp": 1631065756366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "cds",
  "timestamp": 1631065756371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065757555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "policy-id",
  "timestamp": 1631065758355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.896Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.896Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065802262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065757555,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "cds",
  "timestamp": 1631065759590,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "policy-id",
  "timestamp": 1631065758355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "cds",
  "timestamp": 1631065760595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.914Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6fa4b35f-3292-42f3-b719-0564e0b1f31b
2021-09-08T01:50:02.914Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa4b35f-3292-42f3-b719-0564e0b1f31b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065760134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065760134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "policy-id",
  "timestamp": 1631065761781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "aai-ml",
  "timestamp": 1631065761346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "policy-id",
  "timestamp": 1631065762784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "aai-ml",
  "timestamp": 1631065761346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065763385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "policy-id",
  "timestamp": 1631065763788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:50:02.928Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fa4b35f-3292-42f3-b719-0564e0b1f31b
2021-09-08T01:50:02.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa4b35f-3292-42f3-b719-0564e0b1f31b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "aai-ml",
  "timestamp": 1631065764754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065764851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065765854,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:50:02.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6fa4b35f-3292-42f3-b719-0564e0b1f31b
2021-09-08T01:50:02.944Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa4b35f-3292-42f3-b719-0564e0b1f31b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "aai-ml",
  "timestamp": 1631065768577,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:50:02.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "aai-ml",
  "timestamp": 1631065769581,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:50:02.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6fa4b35f-3292-42f3-b719-0564e0b1f31b
2021-09-08T01:50:02.954Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa4b35f-3292-42f3-b719-0564e0b1f31b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "clamp",
  "timestamp": 1631065769816,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "clamp",
  "timestamp": 1631065771820,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:50:02.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:50:02.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:50:02.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "clamp",
  "timestamp": 1631065772823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:50:02.964Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6fa4b35f-3292-42f3-b719-0564e0b1f31b
2021-09-08T01:50:02.964Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fa4b35f-3292-42f3-b719-0564e0b1f31b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:50:02.996Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:50:02.997Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:50:02.997Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:50:03.010Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:03.011Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:50:03.896Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:50:03.898Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:50:03.901Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:50:03.901Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065802262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:50:04.001Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:50:04.002Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:50:04.002Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:50:04.014Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:04.014Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:50:04.903Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8d502327-a0c2-463d-81fa-6b83fbaebcdb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "870d829c-86a0-41a2-9464-d4a73f39517b",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "07df15bf-61f0-493f-93f7-02c3a1f88f53",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "d08b3d3e-ba8e-490d-896b-7f4ac6eb035b",
      "resourceInvariantUUID": "643f85bb-5085-4060-8616-75045faad568",
      "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": "MzNkY2EwY2FjYWJmZGVlNWE0NWEzZjRjNTcxNGIxZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "94ddb62b-40da-467d-8ed6-7f5eda9ea24e"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:50:04.903Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:50:04.903Z|a1276e25-4b19-4e8d-8855-29e6d68ccb30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8d502327-a0c2-463d-81fa-6b83fbaebcdb ASDC
2021-09-08T01:50:04.904Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6fa4b35f-3292-42f3-b719-0564e0b1f31b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8d502327-a0c2-463d-81fa-6b83fbaebcdb
ServiceInvariantUUID:870d829c-86a0-41a2-9464-d4a73f39517b
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:94ddb62b-40da-467d-8ed6-7f5eda9ea24e
ArtifactChecksum:MzNkY2EwY2FjYWJmZGVlNWE0NWEzZjRjNTcxNGIxZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:07df15bf-61f0-493f-93f7-02c3a1f88f53
ResourceInvariantUUID:643f85bb-5085-4060-8616-75045faad568
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d08b3d3e-ba8e-490d-896b-7f4ac6eb035b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-09-08T01:50:04.904Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d502327-a0c2-463d-81fa-6b83fbaebcdb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:50:04.931Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:50:04.931Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:50:04.932Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:50:04.932Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 94ddb62b-40da-467d-8ed6-7f5eda9ea24e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-08T01:50:04.932Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:50:04.932Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-08T01:50:05.774Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:50:05.776Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 94ddb62b-40da-467d-8ed6-7f5eda9ea24e 52176
2021-09-08T01:50:05.776Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-08T01:50:05.776Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-08T01:50:05.776Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:50:05.777Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:50:05.778Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:50:05.778Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065805776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:50:05.879Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:50:05.880Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:50:05.880Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:50:05.892Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:05.892Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:50:06.779Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:50:06.780Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:50:06.780Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 94ddb62b-40da-467d-8ed6-7f5eda9ea24e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:06.781Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-09-08T01:50:06.781Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:06.781Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:06.861Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2765160361931873807/Definitions/service-BasicNetwork-template.yml
2021-09-08T01:50:07.182Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.183Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.184Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.185Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8d502327-a0c2-463d-81fa-6b83fbaebcdb
Model Version:NULL
Model InvariantUuid:870d829c-86a0-41a2-9464-d4a73f39517b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:643f85bb-5085-4060-8616-75045faad568
Model UUID:b8d4da97-a43e-45ff-a9b4-474f8c07ea3c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:07df15bf-61f0-493f-93f7-02c3a1f88f53
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:50:07.191Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d08b3d3e-ba8e-490d-896b-7f4ac6eb035b
2021-09-08T01:50:07.191Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||No resources found for Service: 8d502327-a0c2-463d-81fa-6b83fbaebcdb
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:50:07.194Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||
2021-09-08T01:50:07.195Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2021-09-08T01:50:07.195Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 8d502327-a0c2-463d-81fa-6b83fbaebcdb
2021-09-08T01:50:07.195Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8d502327-a0c2-463d-81fa-6b83fbaebcdb
2021-09-08T01:50:07.195Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2021-09-08T01:50:07.195Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:50:07.200Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16d78949, org.onap.sdc.toscaparser.api.parameters.Input@72dd7b61, org.onap.sdc.toscaparser.api.parameters.Input@34600ef8, org.onap.sdc.toscaparser.api.parameters.Input@c662f52, org.onap.sdc.toscaparser.api.parameters.Input@26516256]
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8d502327-a0c2-463d-81fa-6b83fbaebcdb: Generic NeutronNet
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.201Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2021-09-08T01:50:07.236Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.236Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.236Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.236Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.237Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:50:07.237Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:50:07.237Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-08T01:50:07.303Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2021-09-08T01:50:07.304Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-09-08T01:50:07.304Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-09-08T01:50:07.304Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:50:07.304Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:50:07.305Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:50:07.305Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065807303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:50:07.405Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:50:07.407Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:50:07.407Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:50:07.419Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:07.420Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:50:08.306Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fa4b35f-3292-42f3-b719-0564e0b1f31b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:50:08.318Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fa4b35f-3292-42f3-b719-0564e0b1f31b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:50:08.323Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:50:08.323Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:50:08.323Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.324Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:50:08.325Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:50:08.329Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:50:38.329Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6fa4b35f-3292-42f3-b719-0564e0b1f31b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:50:38.337Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6fa4b35f-3292-42f3-b719-0564e0b1f31b and serviceModelVersionId: 8d502327-a0c2-463d-81fa-6b83fbaebcdb
2021-09-08T01:50:38.337Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 870d829c-86a0-41a2-9464-d4a73f39517b
2021-09-08T01:50:38.338Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0
2021-09-08T01:50:38.344Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:50:38.384Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|INFO|500||Invoke
2021-09-08T01:50:38.384Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6fa4b35f-3292-42f3-b719-0564e0b1f31b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b8e32ff4-5041-4a6a-85e2-0a4eb274cd81], X-ECOMP-RequestID=[6fa4b35f-3292-42f3-b719-0564e0b1f31b], X-TransactionId=[], X-ONAP-RequestID=[6fa4b35f-3292-42f3-b719-0564e0b1f31b], Content-Type=[application/merge-patch+json]}
2021-09-08T01:50:38.459Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:50:38.675Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-01:50:38:466-79865], vertex-id=[164000], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:50:38 GMT], Content-Type=[application/json]}
2021-09-08T01:50:38.675Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:50:38.676Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/870d829c-86a0-41a2-9464-d4a73f39517b/model-vers/model-ver/8d502327-a0c2-463d-81fa-6b83fbaebcdb?depth=0|INFO|500||InvokeReturn
2021-09-08T01:50:38.676Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:50:38.676Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:50:38.679Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:50:38.679Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6fa4b35f-3292-42f3-b719-0564e0b1f31b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:50:38.680Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:50:38.680Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:50:38.681Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:50:38.681Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065838680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:50:38.782Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:50:38.783Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:50:38.783Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:50:38.800Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:50:38.801Z||pool-39-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=?
2021-09-08T01:51:02.262Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:51:02.263Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:51:02.263Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:51:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:51:02.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:51:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:51:02.391Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:02.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T01:51:02.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065802262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:02.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:51:02.886Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:02.888Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:51:02.888Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"96118583-7ba4-4631-afa2-7348586e8d94","serviceName":"Demo_pNF_2srZmLTVTirdmi4NTwX1","serviceVersion":"1.0","serviceUUID":"0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec","serviceDescription":"catalog service description","serviceInvariantUUID":"df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2","resources":[{"resourceInstanceName":"pNF f7b732b3-3615 0","resourceName":"pNF f7b732b3-3615","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bcf79c5b-facf-4367-b870-6679428870e3","resourceInvariantUUID":"636b999b-1070-42f8-b04d-311a6b930cf3","resourceCustomizationUUID":"1375f549-1246-4b33-a50d-459a355fb9e2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml","artifactChecksum":"YmU2MDZlZGFjOTJkM2Y2YTE1NWE3ZjJjMDdkNmRkYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c84dba4-63b7-49da-9e46-4212780e5703","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar","artifactChecksum":"N2YzOGVhZDU2NmJkYjc1YmUzMGI2NTRjN2NhYWE2MDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d998a28b-4e8f-4e6c-9a5f-1a097a88e8a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a57b1b06-52eb-498c-9699-ed8cdb462186","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml","artifactChecksum":"M2VmZGJjZjkxOWYxMWU2ZTVjYjJjMzlhMTY4MGZlMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d41b0f4f-e750-4f0a-b30c-313c5f64899a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93de2141-4254-4ce2-a2a1-4151a9e77d9d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eede75de-d866-4c60-a704-e08569d956ce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml","artifactChecksum":"ZWFiYjE4Y2YwZDllYTdjMWFiYzk1NDBkMzA0ZTQxZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"95c3973f-aa64-43cf-9cbe-76434d1b6cb0","artifactVersion":"1"},{"artifactName":"service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar","artifactChecksum":"NTBhOGFiMDlmYzA5Yzg2ZWZmZjY1Yzc4NzRjZjI0ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89948c52-de43-4bb7-aaa7-f21c3c2b2b6c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:51:02.894Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:02.894Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:02.898Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:02.899Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:02.999Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:51:03.000Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:03.000Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:03.010Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:03.011Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:03.900Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:03.901Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:03.903Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:03.904Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:04.004Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:04.005Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:04.005Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:04.016Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:04.017Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:04.904Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:04.906Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:04.908Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:04.908Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:05.008Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:05.009Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:05.009Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:05.020Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:05.021Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:05.908Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:05.910Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:05.912Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:05.912Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:06.012Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:06.013Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:06.013Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:06.026Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:06.027Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:06.913Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:06.914Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:06.917Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:06.917Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:07.017Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:07.019Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:07.019Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:07.032Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:07.032Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:07.918Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:07.919Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:07.921Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:07.921Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:08.022Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:51:08.023Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:08.023Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:08.034Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:08.035Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:08.922Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:08.923Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:08.925Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:08.925Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:51:09.025Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:09.026Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:09.026Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:09.043Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:09.043Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:09.926Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:51:09.927Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:09.929Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:09.929Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:51:10.029Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:51:10.030Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:10.030Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:10.042Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:10.043Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:10.931Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "serviceName": "Demo_pNF_2srZmLTVTirdmi4NTwX1",
  "serviceVersion": "1.0",
  "serviceUUID": "0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2",
  "resources": [
    {
      "resourceInstanceName": "pNF f7b732b3-3615 0",
      "resourceCustomizationUUID": "1375f549-1246-4b33-a50d-459a355fb9e2",
      "resourceName": "pNF f7b732b3-3615",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "bcf79c5b-facf-4367-b870-6679428870e3",
      "resourceInvariantUUID": "636b999b-1070-42f8-b04d-311a6b930cf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
      "artifactChecksum": "NTBhOGFiMDlmYzA5Yzg2ZWZmZjY1Yzc4NzRjZjI0ODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89948c52-de43-4bb7-aaa7-f21c3c2b2b6c"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:51:10.931Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:51:10.931Z|6fa4b35f-3292-42f3-b719-0564e0b1f31b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec ASDC
2021-09-08T01:51:10.932Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:96118583-7ba4-4631-afa2-7348586e8d94
ServiceName:Demo_pNF_2srZmLTVTirdmi4NTwX1
ServiceVersion:1.0
ServiceUUID:0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec
ServiceInvariantUUID:df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
ArtifactUUID:89948c52-de43-4bb7-aaa7-f21c3c2b2b6c
ArtifactChecksum:NTBhOGFiMDlmYzA5Yzg2ZWZmZjY1Yzc4NzRjZjI0ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f7b732b3-3615 0
ResourceCustomizationUUID:1375f549-1246-4b33-a50d-459a355fb9e2
ResourceInvariantUUID:636b999b-1070-42f8-b04d-311a6b930cf3
ResourceName:pNF f7b732b3-3615
ResourceType:PNF
ResourceUUID:bcf79c5b-facf-4367-b870-6679428870e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-08T01:51:10.932Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:51:10.963Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:51:10.964Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:51:10.964Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:51:10.964Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 89948c52-de43-4bb7-aaa7-f21c3c2b2b6c from URL: /sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:10.964Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:51:10.964Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:11.460Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:51:11.467Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar 89948c52-de43-4bb7-aaa7-f21c3c2b2b6c 82531
2021-09-08T01:51:11.467Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar ASDC sendASDCNotification
2021-09-08T01:51:11.467Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:11.467Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:51:11.468Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:11.469Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:11.469Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065871467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:51:11.570Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:11.571Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:11.571Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:11.583Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:11.584Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:12.470Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:51:12.471Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:51:12.471Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 89948c52-de43-4bb7-aaa7-f21c3c2b2b6c, URL: /sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar to file: /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:12.471Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:12.472Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:12.472Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:12.560Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2135743129492344400/Definitions/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.168Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f7b732b3-3615 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-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Node template pNF f7b732b3-3615 0 is matching search criteria
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF f7b732b3-3615 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:51:13.169Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Node template pNF f7b732b3-3615 0 is matching search criteria
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF f7b732b3-3615 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.170Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.171Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.171Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.171Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2srZmLTVTirdmi4NTwX1
Description:catalog service description
Model UUID:0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec
Model Version:NULL
Model InvariantUuid:df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:51:13.177Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: bcf79c5b-facf-4367-b870-6679428870e3
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:51:13.179Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||pNF f7b732b3-3615 0
2021-09-08T01:51:13.179Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bcf79c5b-facf-4367-b870-6679428870e3
2021-09-08T01:51:13.179Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec
2021-09-08T01:51:13.179Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec
2021-09-08T01:51:13.179Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f7b732b3-3615 0 bcf79c5b-facf-4367-b870-6679428870e3 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:51:13.183Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40d6e14c, org.onap.sdc.toscaparser.api.parameters.Input@1450253d, org.onap.sdc.toscaparser.api.parameters.Input@3c710a5b, org.onap.sdc.toscaparser.api.parameters.Input@2db3c775, org.onap.sdc.toscaparser.api.parameters.Input@5a188f0e]
2021-09-08T01:51:13.183Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec: pNF f7b732b3-3615
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Processing PNF resource: bcf79c5b-facf-4367-b870-6679428870e3
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2srZmLTVTirdmi4NTwX1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:51:13.184Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||Resource customization UUID: 1375f549-1246-4b33-a50d-459a355fb9e2 is the same as notified resource customizationUUID: 1375f549-1246-4b33-a50d-459a355fb9e2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-08T01:51:13.241Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f7b732b3-3615 bcf79c5b-facf-4367-b870-6679428870e3 0 ASDC deployResourceStructure
2021-09-08T01:51:13.241Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar ASDC sendASDCNotification
2021-09-08T01:51:13.241Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar
2021-09-08T01:51:13.241Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:51:13.241Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:51:13.243Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:51:13.243Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065873241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:51:13.343Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:51:13.344Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:51:13.344Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:51:13.357Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:51:13.357Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:51:14.244Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:51:14.255Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:51:14.258Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:51:14.258Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:51:14.258Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:51:44.259Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:51:44.275Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:51:44.282Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:51:44.282Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:51:44.282Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:52:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:52:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:52:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:52:02.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:52:02.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065802262,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065805776,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065807303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065817555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065820134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "dcae-sch",
  "timestamp": 1631065816366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065818355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065821346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065816371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065813252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065831445,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065831555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065831558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065831567,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065831661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065832449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "cds",
  "timestamp": 1631065832571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.318Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065832855,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065833287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "policy-id",
  "timestamp": 1631065833452,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.332Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.332Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065826053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:52:02.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:52:02.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065833858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.344Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.344Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065834291,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.355Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.355Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065834823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065835747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065835835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "aai-ml",
  "timestamp": 1631065836750,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.366Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.366Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "clamp",
  "timestamp": 1631065836838,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:02.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96118583-7ba4-4631-afa2-7348586e8d94
2021-09-08T01:52:02.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96118583-7ba4-4631-afa2-7348586e8d94 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:52:02.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:52:02.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6fa4b35f-3292-42f3-b719-0564e0b1f31b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065838680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:52:02.384Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:52:14.282Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:52:14.293Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.296Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.297Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.297Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:52:14.297Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:52:14.301Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:52:44.301Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96118583-7ba4-4631-afa2-7348586e8d94 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:52:44.310Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96118583-7ba4-4631-afa2-7348586e8d94 and serviceModelVersionId: 0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec
2021-09-08T01:52:44.310Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2
2021-09-08T01:52:44.311Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0
2021-09-08T01:52:44.316Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:52:44.357Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-08T01:52:44.358Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0|INFO|500||Invoke
2021-09-08T01:52:44.375Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:52:44.566Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0|INFO|500||InvokeReturn
2021-09-08T01:52:44.567Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/df2c6eaa-48a1-4f23-90fc-e8c2fa2fecb2/model-vers/model-ver/0be0f1a6-b6b6-46aa-a4c1-d9206b2323ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-01:52:44:383-22991], vertex-id=[229376], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:52:44 GMT], Content-Type=[application/json]}
2021-09-08T01:52:44.567Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:52:44.567Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:52:44.567Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:52:44.573Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:52:44.573Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96118583-7ba4-4631-afa2-7348586e8d94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:52:44.573Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:52:44.574Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:52:44.577Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:52:44.577Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065964573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:52:44.677Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:52:44.678Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:52:44.678Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:52:44.695Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:52:44.695Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:52:45.590Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:52:45.591Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:52:45.591Z|96118583-7ba4-4631-afa2-7348586e8d94|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:52:55.136Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:02.262Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:53:02.263Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:53:02.263Z|96118583-7ba4-4631-afa2-7348586e8d94|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:53:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:53:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:53:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:53:02.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:02.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/resourceInstances/pnff7b732b336150/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065862262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:53:02.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065871467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:53:02.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:53:02.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065873241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2srzmltvtirdmi4ntwx1/1.0/artifacts/service-DemoPnf2srzmltvtirdmi4ntwx1-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:53:02.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:53:02.884Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:02.885Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:53:02.885Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"695b56b2-35d4-480b-b111-c40acec5c058","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bf22ebc7-842d-4aca-96a7-f75d0ed6fe98","serviceDescription":"service","serviceInvariantUUID":"3efc56fd-b877-4111-abe9-4f9ebf48a9c1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13793cc4-7639-48f0-96b7-2b7a0f8be3b4","resourceInvariantUUID":"d388a123-2cd7-4459-be49-bb34a96ddd38","resourceCustomizationUUID":"fd4efc46-dc04-4778-b27e-7a2851f10081","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":"N2U4MGMxOGQ0NGQ0Yzc0OWFkYTdmYWQ4OTgxNmE1NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97bf900d-e263-4618-9fa6-a629b1d62e34","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":"MDZjZWM5OGU2MmU2NmUxZWViZGQ2YTljNjQ0YTBjN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0797cc18-fc7f-42c4-9769-c388201b3dd0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79972e2f-5497-46c5-affb-90527217a32c","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":"f3bebd06-83b7-4936-bfd6-6491291bec47","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b9eb9825-8d37-40e0-8b2e-68c0dcadc092","artifactVersion":"2","generatedFromUUID":"79972e2f-5497-46c5-affb-90527217a32c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjhkM2E4M2I1OGQyODk2YTM0ZjU5ZTY5ZGYxMTZkYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"362e4d7f-dd5c-4df5-844f-0c110b8d999f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTNmYjdjN2FhYmRkZmFhM2Q5NWE3ZDM3Y2Q5YmExOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9bcf281-ba64-462c-b1f7-86e7f17df742","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:53:02.889Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:02.889Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:02.892Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:02.892Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:02.992Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:02.993Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:02.993Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:03.004Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:03.004Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:03.893Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:03.894Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:03.895Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:03.896Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:53:03.996Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:03.997Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:03.997Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:04.008Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:04.009Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:04.896Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:04.897Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:04.899Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:04.900Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:53:05.001Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:53:05.002Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:05.002Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:05.013Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:05.014Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:05.901Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:05.902Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:05.904Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:05.904Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:06.004Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:06.005Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:06.005Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:06.017Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:06.017Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:06.904Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:06.906Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:06.908Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:06.908Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:53:07.008Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:07.009Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:07.009Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:07.021Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:07.022Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:07.908Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:07.909Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:07.912Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:07.912Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:53:08.012Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:08.013Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:08.013Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:08.025Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:08.025Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:08.913Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:53:08.914Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:08.916Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:08.916Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:53:09.016Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:09.017Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:09.017Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:09.027Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:09.027Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:09.918Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "bf22ebc7-842d-4aca-96a7-f75d0ed6fe98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3efc56fd-b877-4111-abe9-4f9ebf48a9c1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fd4efc46-dc04-4778-b27e-7a2851f10081",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13793cc4-7639-48f0-96b7-2b7a0f8be3b4",
      "resourceInvariantUUID": "d388a123-2cd7-4459-be49-bb34a96ddd38",
      "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": "MDZjZWM5OGU2MmU2NmUxZWViZGQ2YTljNjQ0YTBjN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0797cc18-fc7f-42c4-9769-c388201b3dd0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "79972e2f-5497-46c5-affb-90527217a32c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b9eb9825-8d37-40e0-8b2e-68c0dcadc092",
            "generatedFromUUID": "79972e2f-5497-46c5-affb-90527217a32c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b9eb9825-8d37-40e0-8b2e-68c0dcadc092",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZTNmYjdjN2FhYmRkZmFhM2Q5NWE3ZDM3Y2Q5YmExOTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9bcf281-ba64-462c-b1f7-86e7f17df742"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:53:09.918Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:53:09.918Z|96118583-7ba4-4631-afa2-7348586e8d94|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bf22ebc7-842d-4aca-96a7-f75d0ed6fe98 ASDC
2021-09-08T01:53:09.919Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:695b56b2-35d4-480b-b111-c40acec5c058
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:bf22ebc7-842d-4aca-96a7-f75d0ed6fe98
ServiceInvariantUUID:3efc56fd-b877-4111-abe9-4f9ebf48a9c1
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:f9bcf281-ba64-462c-b1f7-86e7f17df742
ArtifactChecksum:ZTNmYjdjN2FhYmRkZmFhM2Q5NWE3ZDM3Y2Q5YmExOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fd4efc46-dc04-4778-b27e-7a2851f10081
ResourceInvariantUUID:d388a123-2cd7-4459-be49-bb34a96ddd38
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:13793cc4-7639-48f0-96b7-2b7a0f8be3b4
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:0797cc18-fc7f-42c4-9769-c388201b3dd0
ArtifactChecksum:MDZjZWM5OGU2MmU2NmUxZWViZGQ2YTljNjQ0YTBjN2U=
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:79972e2f-5497-46c5-affb-90527217a32c
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b9eb9825-8d37-40e0-8b2e-68c0dcadc092
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:b9eb9825-8d37-40e0-8b2e-68c0dcadc092
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T01:53:09.919Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf22ebc7-842d-4aca-96a7-f75d0ed6fe98 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:53:09.950Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:53:09.951Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:53:09.951Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:53:09.951Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f9bcf281-ba64-462c-b1f7-86e7f17df742 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-08T01:53:09.951Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:53:09.952Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-08T01:53:10.449Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:53:10.453Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f9bcf281-ba64-462c-b1f7-86e7f17df742 70856
2021-09-08T01:53:10.453Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-08T01:53:10.453Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-08T01:53:10.454Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:53:10.454Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:10.455Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:10.456Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065990453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:53:10.556Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:10.557Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:10.557Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:10.569Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:10.569Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:11.456Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:53:11.457Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:53:11.458Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f9bcf281-ba64-462c-b1f7-86e7f17df742, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:11.458Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-09-08T01:53:11.459Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:11.459Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:11.585Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12332258160019180991/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.542Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:12.543Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.544Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:12.545Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:53:12.546Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b642bcdf-3be2-4d65-832f-246c98471f01
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:12.547Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:bf22ebc7-842d-4aca-96a7-f75d0ed6fe98
Model Version:NULL
Model InvariantUuid:3efc56fd-b877-4111-abe9-4f9ebf48a9c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7a1e95d2-02a0-49a4-84bd-bfdba3861c1a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d388a123-2cd7-4459-be49-bb34a96ddd38
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fd4efc46-dc04-4778-b27e-7a2851f10081
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1fe6c3b-e8c6-4f02-bb96-3201f74db2af
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0461954e-4a1f-424a-88a1-302939b91073
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b642bcdf-3be2-4d65-832f-246c98471f01
ModelInvariantUuid:0d46aa1a-2326-43d4-a856-9bb9940d7b1b
ModelName:basic_vm-nodes.Ubuntu20Cvfc
ModelUuid:d47e3cd8-d3a1-4d2d-9054-0a5e3f01fe83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:7fc02054-426f-4f60-b97c-6a5b7580a557
ModelInvariantUuid:59bf9404-53a7-426d-9b24-0979d19b7f7f
ModelName:BasicVm.compute.nodes.heat.Ubuntu20
ModelUuid:087dab2f-2875-459d-bbae-318fd754a3a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:53:12.554Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 13793cc4-7639-48f0-96b7-2b7a0f8be3b4
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:53:12.557Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||basic_vm 0
2021-09-08T01:53:12.557Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13793cc4-7639-48f0-96b7-2b7a0f8be3b4
2021-09-08T01:53:12.557Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0797cc18-fc7f-42c4-9769-c388201b3dd0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-08T01:53:12.558Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:53:12.558Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-08T01:53:13.244Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:53:13.244Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 0797cc18-fc7f-42c4-9769-c388201b3dd0 787
2021-09-08T01:53:13.244Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-08T01:53:13.245Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-08T01:53:13.245Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:53:13.245Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:13.248Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:13.249Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065993244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:53:13.348Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:53:13.349Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:13.349Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:13.359Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:13.360Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:14.249Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1fe6c3b-e8c6-4f02-bb96-3201f74db2af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0461954e-4a1f-424a-88a1-302939b91073",
    "vfModuleModelCustomizationUUID": "7efeba82-abde-4c3f-893e-e3034177e49a",
    "isBase": true,
    "artifacts": [
      "79972e2f-5497-46c5-affb-90527217a32c",
      "b9eb9825-8d37-40e0-8b2e-68c0dcadc092"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:53:14.252Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0461954e-4a1f-424a-88a1-302939b91073
VfModuleModelInvariantUUID:c1fe6c3b-e8c6-4f02-bb96-3201f74db2af
VfModuleModelDescription:NULL
Artifacts UUID List:{
79972e2f-5497-46c5-affb-90527217a32c
,
b9eb9825-8d37-40e0-8b2e-68c0dcadc092

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

isBase:true


}

2021-09-08T01:53:14.254Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1fe6c3b-e8c6-4f02-bb96-3201f74db2af",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0461954e-4a1f-424a-88a1-302939b91073",
    "vfModuleModelCustomizationUUID": "7efeba82-abde-4c3f-893e-e3034177e49a",
    "isBase": true,
    "artifacts": [
      "79972e2f-5497-46c5-affb-90527217a32c",
      "b9eb9825-8d37-40e0-8b2e-68c0dcadc092"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:53:14.254Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0461954e-4a1f-424a-88a1-302939b91073
VfModuleModelInvariantUUID:c1fe6c3b-e8c6-4f02-bb96-3201f74db2af
VfModuleModelDescription:NULL
Artifacts UUID List:{
79972e2f-5497-46c5-affb-90527217a32c
,
b9eb9825-8d37-40e0-8b2e-68c0dcadc092

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

isBase:true


}

2021-09-08T01:53:14.254Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 79972e2f-5497-46c5-affb-90527217a32c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-08T01:53:14.254Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:53:14.254Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-08T01:53:14.847Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:53:14.848Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 79972e2f-5497-46c5-affb-90527217a32c 5033
2021-09-08T01:53:14.848Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-08T01:53:14.848Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-08T01:53:14.848Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:53:14.848Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:14.850Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:14.850Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065994848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:53:14.950Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:14.951Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:14.952Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:14.967Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:14.968Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:15.851Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b9eb9825-8d37-40e0-8b2e-68c0dcadc092 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-08T01:53:15.852Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:53:15.852Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-08T01:53:16.473Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:53:16.473Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b9eb9825-8d37-40e0-8b2e-68c0dcadc092 903
2021-09-08T01:53:16.474Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-08T01:53:16.474Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-08T01:53:16.474Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:53:16.474Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:16.476Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:16.477Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065996474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:53:16.577Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:16.577Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:16.578Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:16.590Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:16.590Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:17.477Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bf22ebc7-842d-4aca-96a7-f75d0ed6fe98
2021-09-08T01:53:17.478Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 13793cc4-7639-48f0-96b7-2b7a0f8be3b4 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:53:17.491Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@289088f7, org.onap.sdc.toscaparser.api.parameters.Input@673c4a18, org.onap.sdc.toscaparser.api.parameters.Input@71c9dc1e, org.onap.sdc.toscaparser.api.parameters.Input@6a5bce69, org.onap.sdc.toscaparser.api.parameters.Input@462034e5]
2021-09-08T01:53:17.492Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.492Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.492Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T01:53:17.492Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fd4efc46-dc04-4778-b27e-7a2851f10081
2021-09-08T01:53:17.492Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fd4efc46-dc04-4778-b27e-7a2851f10081 matches Tosca VF Customization UUID: fd4efc46-dc04-4778-b27e-7a2851f10081
2021-09-08T01:53:17.493Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fd4efc46-dc04-4778-b27e-7a2851f10081  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T01:53:17.494Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.494Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fd4efc46-dc04-4778-b27e-7a2851f10081: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@705cd1
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7efeba82-abde-4c3f-893e-e3034177e49a
2021-09-08T01:53:17.495Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7efeba82-abde-4c3f-893e-e3034177e49a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T01:53:17.497Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.497Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:17.497Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:17.497Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-08T01:53:17.498Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b642bcdf-3be2-4d65-832f-246c98471f01
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-09-08T01:53:17.500Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fd4efc46-dc04-4778-b27e-7a2851f10081
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bf22ebc7-842d-4aca-96a7-f75d0ed6fe98: basic_vm
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.502Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:53:17.503Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:53:17.574Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 13793cc4-7639-48f0-96b7-2b7a0f8be3b4 1 ASDC deployResourceStructure
2021-09-08T01:53:17.574Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-09-08T01:53:17.574Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-09-08T01:53:17.574Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:53:17.574Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:17.576Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:17.577Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065997574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:53:17.677Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:17.678Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:17.678Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:17.689Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:17.690Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:18.577Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-08T01:53:18.577Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-09-08T01:53:18.578Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:53:18.578Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:18.580Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:18.580Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065998577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:53:18.680Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:18.681Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:18.681Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:18.693Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:18.694Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:19.580Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-08T01:53:19.581Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-09-08T01:53:19.581Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:53:19.581Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:19.583Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:19.583Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065999580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:53:19.683Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:19.684Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:19.685Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:19.696Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:19.697Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:53:20.584Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-09-08T01:53:20.585Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-09-08T01:53:20.585Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:53:20.586Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:53:20.587Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:53:20.588Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066000584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:53:20.688Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:53:20.689Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:53:20.689Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:53:20.701Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:53:20.702Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:53:21.588Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:53:21.598Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:53:21.600Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:53:21.600Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:53:21.600Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:53:51.600Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:53:51.610Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:53:51.612Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:53:51.612Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:53:51.612Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:54:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:54:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:54:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:54:02.311Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:54:02.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "96118583-7ba4-4631-afa2-7348586e8d94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065964573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:54:02.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065966053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065971346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065966371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065970134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:54:02.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:54:02.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:54:21.613Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:54:21.622Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:54:21.624Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:54:21.624Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:54:21.624Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:54:51.624Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:54:51.635Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:54:51.637Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:54:51.637Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:54:51.637Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:55:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:55:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:55:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:55:02.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:55:02.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:55:02.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:55:02.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:55:21.637Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:55:21.647Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:55:21.649Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:55:21.649Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:55:21.649Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:55:51.650Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:55:51.658Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:55:51.659Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:55:51.660Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:55:51.660Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:56:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:56:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:56:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:56:02.286Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:02.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "dcae-sch",
  "timestamp": 1631065976366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065983251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065983258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065983357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065983455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631065977555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "cds",
  "timestamp": 1631065984460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.804Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065984749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065978355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065985512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631065986516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.816Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.816Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065987943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065988880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065982262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065989152,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.830Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065989883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631065990157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065990249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065990453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "policy-id",
  "timestamp": 1631065990885,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.842Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.842Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T01:56:02.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "aai-ml",
  "timestamp": 1631065991252,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.851Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065993244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065994848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065996474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065997574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065998577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631065999580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631065993252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066000584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631066004843,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631066006850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "clamp",
  "timestamp": 1631066007853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.866Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 695b56b2-35d4-480b-b111-c40acec5c058
2021-09-08T01:56:02.866Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 695b56b2-35d4-480b-b111-c40acec5c058 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066001346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066006053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066000134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066017548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066017582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066017665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066019011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066011371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066019693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066020583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066020604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066020697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.896Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066021624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.908Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.908Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066022627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "cds",
  "timestamp": 1631066022797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.921Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.921Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "dcae-sch",
  "timestamp": 1631066016366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066024360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066017555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "aai-ml",
  "timestamp": 1631066025363,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.934Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.934Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066018355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066028883,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066029886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066023252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:56:02.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:56:02.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "policy-id",
  "timestamp": 1631066030889,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.946Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.946Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T01:56:02.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066034848,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:56:02.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066037850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:56:02.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:56:02.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:56:02.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "clamp",
  "timestamp": 1631066038853,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:02.955Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe7f945f-c2f1-4297-a074-1071c29d18d4
2021-09-08T01:56:02.955Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe7f945f-c2f1-4297-a074-1071c29d18d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:56:21.660Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:56:21.672Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.675Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.676Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:56:21.676Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:56:21.680Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:56:51.680Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 695b56b2-35d4-480b-b111-c40acec5c058 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:56:51.685Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 695b56b2-35d4-480b-b111-c40acec5c058 and serviceModelVersionId: bf22ebc7-842d-4aca-96a7-f75d0ed6fe98
2021-09-08T01:56:51.685Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3efc56fd-b877-4111-abe9-4f9ebf48a9c1
2021-09-08T01:56:51.686Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0
2021-09-08T01:56:51.691Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:56:51.721Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-09-08T01:56:51.721Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0|INFO|500||Invoke
2021-09-08T01:56:51.741Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:56:52.052Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0|INFO|500||InvokeReturn
2021-09-08T01:56:52.053Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3efc56fd-b877-4111-abe9-4f9ebf48a9c1/model-vers/model-ver/bf22ebc7-842d-4aca-96a7-f75d0ed6fe98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-01:56:51:747-69036], vertex-id=[209072], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:56:51 GMT], Content-Type=[application/json]}
2021-09-08T01:56:52.053Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:56:52.054Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:56:52.054Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:56:52.060Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:56:52.060Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 695b56b2-35d4-480b-b111-c40acec5c058 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:56:52.060Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:56:52.061Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:56:52.062Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:56:52.063Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066212060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:56:52.163Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:56:52.164Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:56:52.164Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:56:52.177Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:52.178Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:56:53.074Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:56:53.074Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:56:53.074Z|695b56b2-35d4-480b-b111-c40acec5c058|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:56:57.368Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:57.369Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:56:57.369Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe7f945f-c2f1-4297-a074-1071c29d18d4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5","serviceDescription":"service","serviceInvariantUUID":"8284cf94-f243-4816-af3f-bddf4799b036","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96bbd1cc-cd9d-4189-9e9e-497745caa3de","resourceInvariantUUID":"b9ab811b-acec-4681-aa11-51b41bfaedad","resourceCustomizationUUID":"b59099f7-8614-48a6-86a8-27e5b0bf92dd","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":"MWNkYzhkYmNhZGEzNGIwNjAxZjExOTBjMTk4ZTgxYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cd484af-2d90-4940-ae25-f8d75d4f83ae","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":"Y2Y0ZTMwN2I1ZmU4Mjg2MzQ0NzNhYjYyMTVmMTk1ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"10c0fb6b-1653-4fdd-a8c0-6bf39d944e79","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":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6f0811c-7c12-4901-ad5a-495639df8e34","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":"62862fc6-8082-42bd-bffa-655171b56d3e","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":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"62f60238-0902-43ca-9ede-68db8cd4ec6a","artifactVersion":"2","generatedFromUUID":"b6f0811c-7c12-4901-ad5a-495639df8e34"},{"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":"NjY2NDViMTZkMGZhZDAyZTI2YjRhMmE0MGJmYTcxMzI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a57bdea3-9651-4c45-972b-9a09d6ca0d98","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":"ZTYwYWVmOTI5YWExZDE3MzllYmFjYzNmODc3Y2RlNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f82da74-6652-4b4f-a835-198342a6063b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTc1YWMxZDNkOTNkMGQ0ZjQ3ZTEyYWY3OTBiNmE5YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0749e22d-ce09-4e30-830e-4bbad93dfd50","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:56:57.371Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:56:57.371Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:56:57.373Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:56:57.373Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:56:57.473Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:56:57.474Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:56:57.474Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:56:57.487Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:57.487Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:56:58.373Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:56:58.374Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:56:58.376Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:56:58.376Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:56:58.476Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:56:58.477Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:56:58.477Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:56:58.490Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:58.490Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:56:59.377Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:56:59.378Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:56:59.380Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:56:59.380Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:56:59.480Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:56:59.481Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:56:59.481Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:56:59.493Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:56:59.493Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:00.381Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:00.382Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:00.384Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:00.385Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:00.485Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:00.486Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:00.486Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:00.498Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:00.498Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:01.385Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:01.386Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:01.388Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:01.388Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:57:01.488Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:01.489Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:01.489Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:01.500Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:01.501Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:57:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:57:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:57:02.389Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:02.390Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:02.392Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:02.392Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.492Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:02.493Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:02.493Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:02.505Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:02.506Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:02.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:02.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066191371,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066198355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066197555,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "dcae-sch",
  "timestamp": 1631066196366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066210747,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066210777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066210757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066211774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066211761,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066203252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "cds",
  "timestamp": 1631066211987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:02.558Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:57:02.559Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:02.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "695b56b2-35d4-480b-b111-c40acec5c058",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066212060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066212776,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:57:02.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:57:02.572Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:02.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "policy-id",
  "timestamp": 1631066212763,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:57:02.583Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:57:02.583Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:02.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066206053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066210134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066218869,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066211346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066220481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066220875,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066221602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:02.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:02.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "clamp",
  "timestamp": 1631066221877,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:57:02.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:57:02.600Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:02.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:57:02.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066222157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:02.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:57:03.393Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:03.393Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:03.396Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:03.396Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:03.496Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:03.497Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:03.497Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:03.508Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:03.508Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:04.397Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:04.398Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:04.400Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:04.400Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:04.501Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:04.501Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:04.501Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:04.512Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:04.512Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:05.402Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8284cf94-f243-4816-af3f-bddf4799b036",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b59099f7-8614-48a6-86a8-27e5b0bf92dd",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "96bbd1cc-cd9d-4189-9e9e-497745caa3de",
      "resourceInvariantUUID": "b9ab811b-acec-4681-aa11-51b41bfaedad",
      "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": "Y2Y0ZTMwN2I1ZmU4Mjg2MzQ0NzNhYjYyMTVmMTk1ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "10c0fb6b-1653-4fdd-a8c0-6bf39d944e79",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6f0811c-7c12-4901-ad5a-495639df8e34",
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "62f60238-0902-43ca-9ede-68db8cd4ec6a",
            "generatedFromUUID": "b6f0811c-7c12-4901-ad5a-495639df8e34"
          },
          "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": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "62f60238-0902-43ca-9ede-68db8cd4ec6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTc1YWMxZDNkOTNkMGQ0ZjQ3ZTEyYWY3OTBiNmE5YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0749e22d-ce09-4e30-830e-4bbad93dfd50"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:57:05.402Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:57:05.402Z|695b56b2-35d4-480b-b111-c40acec5c058|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5 ASDC
2021-09-08T01:57:05.403Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fe7f945f-c2f1-4297-a074-1071c29d18d4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5
ServiceInvariantUUID:8284cf94-f243-4816-af3f-bddf4799b036
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:0749e22d-ce09-4e30-830e-4bbad93dfd50
ArtifactChecksum:YTc1YWMxZDNkOTNkMGQ0ZjQ3ZTEyYWY3OTBiNmE5YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b59099f7-8614-48a6-86a8-27e5b0bf92dd
ResourceInvariantUUID:b9ab811b-acec-4681-aa11-51b41bfaedad
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:96bbd1cc-cd9d-4189-9e9e-497745caa3de
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:10c0fb6b-1653-4fdd-a8c0-6bf39d944e79
ArtifactChecksum:Y2Y0ZTMwN2I1ZmU4Mjg2MzQ0NzNhYjYyMTVmMTk1ZTA=
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:b6f0811c-7c12-4901-ad5a-495639df8e34
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:62f60238-0902-43ca-9ede-68db8cd4ec6a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:62f60238-0902-43ca-9ede-68db8cd4ec6a
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T01:57:05.403Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:57:05.427Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:57:05.428Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:57:05.428Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:57:05.428Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0749e22d-ce09-4e30-830e-4bbad93dfd50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-08T01:57:05.428Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:57:05.429Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-08T01:57:07.935Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:57:07.940Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0749e22d-ce09-4e30-830e-4bbad93dfd50 78585
2021-09-08T01:57:07.940Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-08T01:57:07.940Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-08T01:57:07.941Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:57:07.941Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:07.942Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:07.943Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066227940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:08.043Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:08.043Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:08.044Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:08.055Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:08.055Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:08.943Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:57:08.944Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:57:08.945Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0749e22d-ce09-4e30-830e-4bbad93dfd50, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:08.945Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-09-08T01:57:08.946Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:08.946Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.058Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5296993054480574801/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided
2021-09-08T01:57:09.970Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.971Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:09.972Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-09-08T01:57:09.973Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.974Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7370d5b3-bdc0-4eea-808b-f7f4e4536952
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.975Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.976Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:09.976Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:09.976Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5
Model Version:NULL
Model InvariantUuid:8284cf94-f243-4816-af3f-bddf4799b036
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6b1e9bee-8a0d-46e6-beb2-c06b6b6c236c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9ab811b-acec-4681-aa11-51b41bfaedad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b59099f7-8614-48a6-86a8-27e5b0bf92dd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb6dcd9a-68ba-4529-88d2-49e7d120db5d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ac60064b-f93d-4f9a-acc2-affbe5778b4c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7370d5b3-bdc0-4eea-808b-f7f4e4536952
ModelInvariantUuid:b2e4d855-3af5-43b1-9d55-233d5247ec62
ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc
ModelUuid:ce45870d-f272-4e18-9a06-76a765980eb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_Ubuntu20


VNFC Properties:
ModelCustomizationUuid:bf9354a9-1a99-44f5-a030-2f81ab50c7c1
ModelInvariantUuid:17acee64-531c-4db8-8730-f3b831b72cb4
ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20
ModelUuid:25b4449b-9820-4263-98ad-8ffb4579da9f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:57:09.983Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 96bbd1cc-cd9d-4189-9e9e-497745caa3de
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:57:09.986Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2021-09-08T01:57:09.986Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96bbd1cc-cd9d-4189-9e9e-497745caa3de
2021-09-08T01:57:09.987Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 10c0fb6b-1653-4fdd-a8c0-6bf39d944e79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-08T01:57:09.987Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:57:09.987Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-08T01:57:10.466Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:57:10.467Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 10c0fb6b-1653-4fdd-a8c0-6bf39d944e79 792
2021-09-08T01:57:10.467Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-08T01:57:10.467Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-08T01:57:10.467Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:57:10.467Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:10.468Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:10.468Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066230467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:10.569Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:10.569Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:10.570Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:10.581Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:10.582Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:11.469Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bb6dcd9a-68ba-4529-88d2-49e7d120db5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac60064b-f93d-4f9a-acc2-affbe5778b4c",
    "vfModuleModelCustomizationUUID": "73ab5fd2-ee8e-4155-9759-df01f2d458be",
    "isBase": true,
    "artifacts": [
      "b6f0811c-7c12-4901-ad5a-495639df8e34",
      "62f60238-0902-43ca-9ede-68db8cd4ec6a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:57:11.473Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac60064b-f93d-4f9a-acc2-affbe5778b4c
VfModuleModelInvariantUUID:bb6dcd9a-68ba-4529-88d2-49e7d120db5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6f0811c-7c12-4901-ad5a-495639df8e34
,
62f60238-0902-43ca-9ede-68db8cd4ec6a

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

isBase:true


}

2021-09-08T01:57:11.475Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "bb6dcd9a-68ba-4529-88d2-49e7d120db5d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac60064b-f93d-4f9a-acc2-affbe5778b4c",
    "vfModuleModelCustomizationUUID": "73ab5fd2-ee8e-4155-9759-df01f2d458be",
    "isBase": true,
    "artifacts": [
      "b6f0811c-7c12-4901-ad5a-495639df8e34",
      "62f60238-0902-43ca-9ede-68db8cd4ec6a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:57:11.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac60064b-f93d-4f9a-acc2-affbe5778b4c
VfModuleModelInvariantUUID:bb6dcd9a-68ba-4529-88d2-49e7d120db5d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6f0811c-7c12-4901-ad5a-495639df8e34
,
62f60238-0902-43ca-9ede-68db8cd4ec6a

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

isBase:true


}

2021-09-08T01:57:11.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b6f0811c-7c12-4901-ad5a-495639df8e34 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-08T01:57:11.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:57:11.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-08T01:57:12.036Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:57:12.037Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b6f0811c-7c12-4901-ad5a-495639df8e34 5033
2021-09-08T01:57:12.037Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-08T01:57:12.037Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-08T01:57:12.037Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:57:12.037Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:12.039Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:12.040Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066232037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:12.140Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:12.141Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:12.141Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:12.152Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:12.152Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:13.040Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 62f60238-0902-43ca-9ede-68db8cd4ec6a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-08T01:57:13.041Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:57:13.041Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-08T01:57:13.451Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:57:13.452Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 62f60238-0902-43ca-9ede-68db8cd4ec6a 903
2021-09-08T01:57:13.452Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-08T01:57:13.452Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-08T01:57:13.452Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:57:13.452Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:13.454Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:13.454Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066233452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:13.554Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:13.555Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:13.555Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:13.565Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:13.566Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:14.455Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5
2021-09-08T01:57:14.456Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 96bbd1cc-cd9d-4189-9e9e-497745caa3de ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:57:14.470Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62d0397e, org.onap.sdc.toscaparser.api.parameters.Input@727f8362, org.onap.sdc.toscaparser.api.parameters.Input@25f6d58e, org.onap.sdc.toscaparser.api.parameters.Input@5e8698de, org.onap.sdc.toscaparser.api.parameters.Input@3d7e41b9]
2021-09-08T01:57:14.471Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.472Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.472Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T01:57:14.472Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b59099f7-8614-48a6-86a8-27e5b0bf92dd
2021-09-08T01:57:14.472Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b59099f7-8614-48a6-86a8-27e5b0bf92dd matches Tosca VF Customization UUID: b59099f7-8614-48a6-86a8-27e5b0bf92dd
2021-09-08T01:57:14.472Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b59099f7-8614-48a6-86a8-27e5b0bf92dd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T01:57:14.474Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.475Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.475Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b59099f7-8614-48a6-86a8-27e5b0bf92dd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"}
2021-09-08T01:57:14.475Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4af77413
2021-09-08T01:57:14.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:57:14.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 73ab5fd2-ee8e-4155-9759-df01f2d458be
2021-09-08T01:57:14.476Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 73ab5fd2-ee8e-4155-9759-df01f2d458be
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T01:57:14.478Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.479Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:14.479Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:14.479Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.479Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:14.479Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:14.480Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.480Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-09-08T01:57:14.480Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-09-08T01:57:14.480Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria
2021-09-08T01:57:14.480Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7370d5b3-bdc0-4eea-808b-f7f4e4536952
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:57:14.482Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.482Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:14.482Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:57:14.483Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.483Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-09-08T01:57:14.483Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b59099f7-8614-48a6-86a8-27e5b0bf92dd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5: basic_vm_macro
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.485Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.486Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.486Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.486Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.486Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.486Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.487Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:57:14.487Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:57:14.487Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:57:14.555Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 96bbd1cc-cd9d-4189-9e9e-497745caa3de 1 ASDC deployResourceStructure
2021-09-08T01:57:14.556Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-09-08T01:57:14.556Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-09-08T01:57:14.556Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:57:14.557Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:14.559Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:14.559Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066234556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:14.659Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:57:14.660Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:14.660Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:14.673Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:14.673Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:15.560Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-09-08T01:57:15.561Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-09-08T01:57:15.561Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:57:15.562Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:15.564Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:15.565Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066235560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:15.665Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:15.665Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:15.666Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:15.677Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:15.677Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:16.566Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-09-08T01:57:16.566Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-09-08T01:57:16.566Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:57:16.567Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:16.569Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:16.569Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066236565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:16.669Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:16.670Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:16.670Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:16.683Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:16.683Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:17.570Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-09-08T01:57:17.570Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-09-08T01:57:17.571Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:57:17.571Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:17.572Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:17.573Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066237570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:57:17.673Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:17.674Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:17.674Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:17.687Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:17.688Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:18.573Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe7f945f-c2f1-4297-a074-1071c29d18d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:57:18.584Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe7f945f-c2f1-4297-a074-1071c29d18d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.586Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.587Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.587Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.587Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:57:18.587Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:57:18.591Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:57:48.591Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe7f945f-c2f1-4297-a074-1071c29d18d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:57:48.595Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe7f945f-c2f1-4297-a074-1071c29d18d4 and serviceModelVersionId: ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5
2021-09-08T01:57:48.595Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8284cf94-f243-4816-af3f-bddf4799b036
2021-09-08T01:57:48.596Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0
2021-09-08T01:57:48.599Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:57:48.625Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|INFO|500||Invoke
2021-09-08T01:57:48.625Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fe7f945f-c2f1-4297-a074-1071c29d18d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ecc52327-7c4a-450a-85c7-564cc6b7b688], X-ECOMP-RequestID=[fe7f945f-c2f1-4297-a074-1071c29d18d4], X-TransactionId=[], X-ONAP-RequestID=[fe7f945f-c2f1-4297-a074-1071c29d18d4], Content-Type=[application/merge-patch+json]}
2021-09-08T01:57:48.639Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:57:49.045Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-01:57:48:646-59176], vertex-id=[278768], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:57:48 GMT], Content-Type=[application/json]}
2021-09-08T01:57:49.046Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:57:49.046Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8284cf94-f243-4816-af3f-bddf4799b036/model-vers/model-ver/ccbd66f3-9b4b-4a04-b435-006c2c4ffaf5?depth=0|INFO|500||InvokeReturn
2021-09-08T01:57:49.047Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:57:49.047Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:57:49.051Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:57:49.051Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe7f945f-c2f1-4297-a074-1071c29d18d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:57:49.051Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:57:49.051Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:49.053Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:49.053Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066269051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:57:49.153Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:49.154Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:49.155Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:49.169Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:49.170Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:57:50.065Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:57:50.066Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b977e72-4a7c-4d9e-8c75-5acc6e5e8953","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df","serviceDescription":"service","serviceInvariantUUID":"86abe016-ba19-4a64-aa0b-0656cb3b007b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86","resourceInvariantUUID":"44487411-e459-4210-9508-0cc54705534f","resourceCustomizationUUID":"3579780e-eb82-48cb-941c-0749668e5467","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":"OTJmMzQ2OTZmNTgzYjRjMmFhOTM3YTFiMmMyNDA5MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07629f73-0834-4da9-9a4d-5faef2a6cfd9","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":"6824d23d-c88b-4c47-b4ac-e46bdc04d7ba","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":"a812f109-0e3f-4668-8de7-8b48b52e0746","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":"ZWU5OGU5NjFmMzM5OGQ0M2M2Mzc5OTVjOGM0NTZlOGI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ea1cc185-474e-41b0-a844-22a9ad82deab","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":"ca244610-17ef-482a-9ab3-7e4067e2396c","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":"c4388eab-f18a-4e22-a196-8f5b67852895","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":"d826d758-35af-4132-abe2-8c989c764fba","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":"Y2FlMmMwZWNhODI0YTU0NzJjZWJkOTAyNTI0OTkyNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a49f40a-1b3f-455c-aa12-adeda931efee","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWRkYzQ0Nzc2ZjBhYjRiOTU4NDNkMzliZDVlNGVmY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"632f65b2-b1c3-48cc-b414-dcf20514ac17","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:57:50.066Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:50.066Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:50.068Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:50.068Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:50.168Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:50.169Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:50.169Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:50.180Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:50.181Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:51.069Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:51.070Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:51.072Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:51.072Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:51.173Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T01:57:51.174Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:51.174Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:51.185Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:51.185Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:52.073Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:52.074Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:52.076Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:52.076Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:52.176Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:52.177Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:52.177Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:52.188Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:52.188Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:53.077Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:53.077Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:53.080Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:53.080Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:53.180Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:53.181Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:53.181Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:53.192Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:53.192Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:54.080Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:54.081Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:54.083Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:54.083Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:54.183Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:54.184Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:54.184Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:54.196Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:54.197Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:55.083Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:55.084Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:55.086Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:55.086Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:55.186Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:55.187Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:55.188Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:55.200Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:55.200Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:56.087Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:56.088Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:56.090Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:56.090Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:56.190Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:56.191Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:56.191Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:56.201Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:56.201Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:57.090Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:57.091Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:57.093Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:57.094Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:57:57.194Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:57.194Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:57.194Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:57.207Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:57.208Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:57:58.094Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:57:58.095Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:58.098Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:58.099Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:57:58.199Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:57:58.199Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:58.199Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:58.211Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:58.212Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:57:59.100Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df",
  "serviceDescription": "service",
  "serviceInvariantUUID": "86abe016-ba19-4a64-aa0b-0656cb3b007b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3579780e-eb82-48cb-941c-0749668e5467",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86",
      "resourceInvariantUUID": "44487411-e459-4210-9508-0cc54705534f",
      "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": "OWRkYzQ0Nzc2ZjBhYjRiOTU4NDNkMzliZDVlNGVmY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "632f65b2-b1c3-48cc-b414-dcf20514ac17"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:57:59.100Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:57:59.100Z|fe7f945f-c2f1-4297-a074-1071c29d18d4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df ASDC
2021-09-08T01:57:59.101Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df
ServiceInvariantUUID:86abe016-ba19-4a64-aa0b-0656cb3b007b
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:632f65b2-b1c3-48cc-b414-dcf20514ac17
ArtifactChecksum:OWRkYzQ0Nzc2ZjBhYjRiOTU4NDNkMzliZDVlNGVmY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3579780e-eb82-48cb-941c-0749668e5467
ResourceInvariantUUID:44487411-e459-4210-9508-0cc54705534f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-08T01:57:59.101Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:57:59.120Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:57:59.121Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:57:59.121Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:57:59.122Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 632f65b2-b1c3-48cc-b414-dcf20514ac17 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-08T01:57:59.122Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:57:59.122Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-08T01:57:59.684Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:57:59.690Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 632f65b2-b1c3-48cc-b414-dcf20514ac17 105553
2021-09-08T01:57:59.690Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-08T01:57:59.690Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-08T01:57:59.690Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:57:59.690Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:57:59.692Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:57:59.692Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066279690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:57:59.792Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:57:59.793Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:57:59.793Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:57:59.805Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:57:59.806Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:58:00.692Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:58:00.693Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:58:00.694Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 632f65b2-b1c3-48cc-b414-dcf20514ac17, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:00.694Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-09-08T01:58:00.695Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:00.695Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:00.777Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6325689472076599042/Definitions/service-TestPnfMacro-template.yml
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.351Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.352Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.353Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df
Model Version:NULL
Model InvariantUuid:86abe016-ba19-4a64-aa0b-0656cb3b007b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:58:01.359Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:58:01.361Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||test-pnf 0
2021-09-08T01:58:01.361Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86
2021-09-08T01:58:01.361Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df
2021-09-08T01:58:01.361Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df
2021-09-08T01:58:01.361Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:58:01.364Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57143302, org.onap.sdc.toscaparser.api.parameters.Input@40c8c1bf, org.onap.sdc.toscaparser.api.parameters.Input@1d5a105f, org.onap.sdc.toscaparser.api.parameters.Input@539e4e38, org.onap.sdc.toscaparser.api.parameters.Input@25e4eb6a]
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df: test-pnf
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Processing PNF resource: 31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:58:01.365Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||Resource customization UUID: 3579780e-eb82-48cb-941c-0749668e5467 is the same as notified resource customizationUUID: 3579780e-eb82-48cb-941c-0749668e5467
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-08T01:58:01.387Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 31eaaa14-aa9f-41b2-b9cb-3d9bbb7ece86 0 ASDC deployResourceStructure
2021-09-08T01:58:01.387Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2021-09-08T01:58:01.387Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-09-08T01:58:01.387Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T01:58:01.387Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:58:01.389Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:58:01.389Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066281387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:58:01.489Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:58:01.491Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:58:01.491Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:58:01.503Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:58:01.504Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:58:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:58:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:58:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:58:02.288Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:58:02.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:58:02.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:58:02.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:58:02.390Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:58:02.400Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:58:02.402Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:58:02.402Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:58:02.402Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:58:32.403Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:58:32.414Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:58:32.417Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:58:32.417Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T01:58:32.417Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T01:59:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:59:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:59:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T01:59:02.295Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:02.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066223160,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.310Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:59:02.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:02.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066226654,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "aai-ml",
  "timestamp": 1631066227657,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.322Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
2021-09-08T01:59:02.323Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:02.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066227940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066230467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066232037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066233452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066234556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066235560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066236565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066237570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fe7f945f-c2f1-4297-a074-1071c29d18d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066269051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "dcae-sch",
  "timestamp": 1631066256366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066263252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066257555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066258355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066273565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066274568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "policy-id",
  "timestamp": 1631066275572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:02.357Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T01:59:02.357Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066276439,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066276739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "cds",
  "timestamp": 1631066277744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.369Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T01:59:02.369Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:02.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066277960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066213073,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066279585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066279690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066280388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066281283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066281387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066281482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:59:02.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2021-09-08T01:59:02.417Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.426Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T01:59:02.429Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T01:59:02.433Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T01:59:32.433Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T01:59:32.438Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and serviceModelVersionId: bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df
2021-09-08T01:59:32.438Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86abe016-ba19-4a64-aa0b-0656cb3b007b
2021-09-08T01:59:32.438Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0
2021-09-08T01:59:32.444Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T01:59:32.476Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|INFO|500||Invoke
2021-09-08T01:59:32.476Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b977e72-4a7c-4d9e-8c75-5acc6e5e8953], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e10bfe4-2f4d-4644-9c42-8a94463590e8], X-ECOMP-RequestID=[5b977e72-4a7c-4d9e-8c75-5acc6e5e8953], X-TransactionId=[], X-ONAP-RequestID=[5b977e72-4a7c-4d9e-8c75-5acc6e5e8953], Content-Type=[application/merge-patch+json]}
2021-09-08T01:59:32.495Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T01:59:32.737Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210908-01:59:32:501-89557], vertex-id=[237792], Content-Length=[0], Date=[Wed, 08 Sep 2021 01:59:32 GMT], Content-Type=[application/json]}
2021-09-08T01:59:32.738Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T01:59:32.739Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/86abe016-ba19-4a64-aa0b-0656cb3b007b/model-vers/model-ver/bfed15b8-f51a-4cc2-8ec5-2e3bbfc7c3df?depth=0|INFO|500||InvokeReturn
2021-09-08T01:59:32.739Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T01:59:32.739Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:59:32.743Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T01:59:32.743Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b977e72-4a7c-4d9e-8c75-5acc6e5e8953 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T01:59:32.744Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T01:59:32.744Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:32.746Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:32.746Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066372744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T01:59:32.846Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:32.846Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:32.847Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:32.861Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:32.861Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:59:33.757Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T01:59:33.758Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T01:59:33.758Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|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 w42eEd0CBv835ZoP) ...
2021-09-08T01:59:38.046Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:38.048Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T01:59:38.048Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5161599e-4521-491d-9b54-941f122c251c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8b396a3a-7d94-4b47-b786-3740ba0120b0","serviceDescription":"service","serviceInvariantUUID":"d6b174d5-17e4-43a7-a949-83f26083e4ce","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8360fed1-bbbb-4de8-a9e1-073595620dac","resourceInvariantUUID":"83e73075-e155-4a66-a6ce-014f3b25a70f","resourceCustomizationUUID":"ba655474-1a80-408a-ac7f-6358ef3794bd","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":"M2YyYTJmZjYyNjM3YzRlNWJjYTg3YWE2ZjU1ZTYyN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85e3f280-eac4-4128-b49d-c90835fad5b1","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":"40c9a925-059f-4ee5-9938-77132ebd18d6","artifactVersion":"2","generatedFromUUID":"7315125c-38e1-455b-a4b9-5390ecd53815"},{"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":"7315125c-38e1-455b-a4b9-5390ecd53815","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":"ZTFjOWY3YTZjNDM5NzgzM2ZiNTI1OWZmYzg1Yzc2NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57b75da5-868f-4a7f-985f-61e0255b2428","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":"c651c9ab-d2ce-4b3e-829a-5bf568cf21e6","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":"0c38c01f-9106-4535-9547-739a56a43d07","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":"79bf9ff9-2ea5-4adf-b384-328f8930df77","artifactVersion":"2","generatedFromUUID":"c651c9ab-d2ce-4b3e-829a-5bf568cf21e6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTQ4NmQ4NjQ2MWNhZGFkNDdhNzdkYjgzMmQ1M2JlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a229b5e-2bf2-431f-8c82-5bd13970dac4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTQ4ZTk4YWMxY2I3YTAyNmU5YWE4NmNmZGQ0ZDlmODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T01:59:38.050Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:38.050Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:38.052Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:38.052Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:38.152Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:38.153Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:38.153Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:38.164Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:38.164Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:39.053Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:39.054Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:39.055Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:39.055Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-08T01:59:39.155Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:39.156Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:39.156Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:39.168Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:39.168Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:40.056Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:40.057Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:40.059Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:40.059Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-08T01:59:40.159Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:40.160Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:40.160Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:40.172Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:40.172Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:41.060Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:41.060Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:41.062Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:41.063Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T01:59:41.163Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:41.163Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:41.164Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:41.174Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:41.175Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:42.063Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:42.064Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:42.066Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:42.066Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-08T01:59:42.166Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:42.166Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:42.167Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:42.178Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:42.179Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:43.066Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:43.067Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:43.069Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:43.069Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:43.170Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T01:59:43.170Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:43.171Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:43.203Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:43.204Z||pool-101-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:44.070Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:44.071Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:44.073Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:44.073Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-08T01:59:44.173Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:44.174Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:44.174Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:44.188Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:44.188Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:45.074Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:45.074Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:45.076Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:45.076Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T01:59:45.176Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:45.177Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:45.177Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:45.190Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:45.190Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:46.076Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T01:59:46.077Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:46.080Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:46.080Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T01:59:46.180Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:46.181Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:46.181Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:46.193Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:46.194Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:47.081Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8b396a3a-7d94-4b47-b786-3740ba0120b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d6b174d5-17e4-43a7-a949-83f26083e4ce",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ba655474-1a80-408a-ac7f-6358ef3794bd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8360fed1-bbbb-4de8-a9e1-073595620dac",
      "resourceInvariantUUID": "83e73075-e155-4a66-a6ce-014f3b25a70f",
      "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": "40c9a925-059f-4ee5-9938-77132ebd18d6",
          "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": "7315125c-38e1-455b-a4b9-5390ecd53815",
          "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": "ZTFjOWY3YTZjNDM5NzgzM2ZiNTI1OWZmYzg1Yzc2NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57b75da5-868f-4a7f-985f-61e0255b2428",
          "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": "c651c9ab-d2ce-4b3e-829a-5bf568cf21e6",
          "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": "79bf9ff9-2ea5-4adf-b384-328f8930df77",
            "generatedFromUUID": "c651c9ab-d2ce-4b3e-829a-5bf568cf21e6"
          },
          "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": "79bf9ff9-2ea5-4adf-b384-328f8930df77",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTQ4ZTk4YWMxY2I3YTAyNmU5YWE4NmNmZGQ0ZDlmODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T01:59:47.082Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T01:59:47.082Z|5b977e72-4a7c-4d9e-8c75-5acc6e5e8953|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8b396a3a-7d94-4b47-b786-3740ba0120b0 ASDC
2021-09-08T01:59:47.082Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5161599e-4521-491d-9b54-941f122c251c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8b396a3a-7d94-4b47-b786-3740ba0120b0
ServiceInvariantUUID:d6b174d5-17e4-43a7-a949-83f26083e4ce
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:5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f
ArtifactChecksum:YTQ4ZTk4YWMxY2I3YTAyNmU5YWE4NmNmZGQ0ZDlmODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ba655474-1a80-408a-ac7f-6358ef3794bd
ResourceInvariantUUID:83e73075-e155-4a66-a6ce-014f3b25a70f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8360fed1-bbbb-4de8-a9e1-073595620dac
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:40c9a925-059f-4ee5-9938-77132ebd18d6
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:7315125c-38e1-455b-a4b9-5390ecd53815
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:57b75da5-868f-4a7f-985f-61e0255b2428
ArtifactChecksum:ZTFjOWY3YTZjNDM5NzgzM2ZiNTI1OWZmYzg1Yzc2NzY=
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:c651c9ab-d2ce-4b3e-829a-5bf568cf21e6
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:79bf9ff9-2ea5-4adf-b384-328f8930df77
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:79bf9ff9-2ea5-4adf-b384-328f8930df77
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T01:59:47.082Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8b396a3a-7d94-4b47-b786-3740ba0120b0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T01:59:47.108Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:59:47.108Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:59:47.108Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:59:47.108Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-08T01:59:47.108Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:47.109Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-08T01:59:48.450Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:48.457Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f 68762
2021-09-08T01:59:48.457Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-08T01:59:48.458Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-08T01:59:48.458Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:48.458Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:48.461Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:48.461Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066388457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:48.561Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:48.562Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:48.563Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:48.574Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:48.575Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:49.462Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T01:59:49.463Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T01:59:49.464Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5b2c502a-f895-4af9-8b3f-78e5ab5c6c3f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:49.464Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-09-08T01:59:49.464Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:49.465Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:49.559Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15902086402952070204/Definitions/service-BasicCnf-template.yml
2021-09-08T01:59:50.492Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.493Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-08T01:59:50.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:50.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a4e90fec-f0d2-474a-bc5b-23a724044821
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:50.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8b396a3a-7d94-4b47-b786-3740ba0120b0
Model Version:NULL
Model InvariantUuid:d6b174d5-17e4-43a7-a949-83f26083e4ce
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:84b1e036-1461-4e94-85e8-4ea02df37412
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:83e73075-e155-4a66-a6ce-014f3b25a70f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba655474-1a80-408a-ac7f-6358ef3794bd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:912a4709-72b6-4b08-81dd-4c7d079354e9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:029db483-78ab-4148-9113-34add2a3f3a0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a4e90fec-f0d2-474a-bc5b-23a724044821
ModelInvariantUuid:db1ac532-d417-452c-bf8e-c6347ea589f9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7b5e0b66-5c3c-40b3-a94b-087f6861dcde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:aaf75b9a-c2a2-448a-88e2-ef346a898b18
ModelInvariantUuid:39279b6b-2021-48d5-823f-844a41738d22
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0e8cc95b-849b-4a95-ae3a-5eb30d541942
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T01:59:50.502Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8360fed1-bbbb-4de8-a9e1-073595620dac
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:59:50.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||basic_cnf 0
2021-09-08T01:59:50.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8360fed1-bbbb-4de8-a9e1-073595620dac
2021-09-08T01:59:50.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 40c9a925-059f-4ee5-9938-77132ebd18d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-08T01:59:50.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:50.505Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 40c9a925-059f-4ee5-9938-77132ebd18d6 12
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:50.761Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:50.764Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:50.764Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066390761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:50.864Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:50.865Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:50.865Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:50.877Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:50.878Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:51.764Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7315125c-38e1-455b-a4b9-5390ecd53815 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-08T01:59:51.765Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:51.765Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-08T01:59:52.359Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:52.359Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7315125c-38e1-455b-a4b9-5390ecd53815 2688
2021-09-08T01:59:52.360Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-08T01:59:52.360Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-09-08T01:59:52.360Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:52.360Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:52.362Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:52.362Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066392360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:52.462Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:52.463Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:52.463Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:52.476Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:52.476Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:53.363Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57b75da5-868f-4a7f-985f-61e0255b2428 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-08T01:59:53.363Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:53.363Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-08T01:59:53.851Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:53.852Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 57b75da5-868f-4a7f-985f-61e0255b2428 828
2021-09-08T01:59:53.852Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-08T01:59:53.852Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-08T01:59:53.852Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:53.852Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:53.854Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:53.854Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066393852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:53.954Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:53.955Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:53.955Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:53.967Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:53.967Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:54.855Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "912a4709-72b6-4b08-81dd-4c7d079354e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "029db483-78ab-4148-9113-34add2a3f3a0",
    "vfModuleModelCustomizationUUID": "4a9416b1-fd4b-43c0-92ae-40b4932f1fd8",
    "isBase": true,
    "artifacts": [
      "7315125c-38e1-455b-a4b9-5390ecd53815",
      "c651c9ab-d2ce-4b3e-829a-5bf568cf21e6",
      "79bf9ff9-2ea5-4adf-b384-328f8930df77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:59:54.857Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:029db483-78ab-4148-9113-34add2a3f3a0
VfModuleModelInvariantUUID:912a4709-72b6-4b08-81dd-4c7d079354e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7315125c-38e1-455b-a4b9-5390ecd53815
,
c651c9ab-d2ce-4b3e-829a-5bf568cf21e6
,
79bf9ff9-2ea5-4adf-b384-328f8930df77

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

isBase:true


}

2021-09-08T01:59:54.859Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "912a4709-72b6-4b08-81dd-4c7d079354e9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "029db483-78ab-4148-9113-34add2a3f3a0",
    "vfModuleModelCustomizationUUID": "4a9416b1-fd4b-43c0-92ae-40b4932f1fd8",
    "isBase": true,
    "artifacts": [
      "7315125c-38e1-455b-a4b9-5390ecd53815",
      "c651c9ab-d2ce-4b3e-829a-5bf568cf21e6",
      "79bf9ff9-2ea5-4adf-b384-328f8930df77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T01:59:54.859Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:029db483-78ab-4148-9113-34add2a3f3a0
VfModuleModelInvariantUUID:912a4709-72b6-4b08-81dd-4c7d079354e9
VfModuleModelDescription:NULL
Artifacts UUID List:{
7315125c-38e1-455b-a4b9-5390ecd53815
,
c651c9ab-d2ce-4b3e-829a-5bf568cf21e6
,
79bf9ff9-2ea5-4adf-b384-328f8930df77

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

isBase:true


}

2021-09-08T01:59:54.859Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c651c9ab-d2ce-4b3e-829a-5bf568cf21e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-08T01:59:54.859Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:54.859Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-08T01:59:55.652Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:55.653Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c651c9ab-d2ce-4b3e-829a-5bf568cf21e6 1164
2021-09-08T01:59:55.653Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-08T01:59:55.653Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-08T01:59:55.653Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:55.653Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:55.655Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:55.655Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066395653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:55.755Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:55.756Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:55.756Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:55.766Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:55.767Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:56.656Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 79bf9ff9-2ea5-4adf-b384-328f8930df77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-08T01:59:56.656Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T01:59:56.656Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-08T01:59:57.044Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T01:59:57.044Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 79bf9ff9-2ea5-4adf-b384-328f8930df77 200
2021-09-08T01:59:57.045Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-08T01:59:57.045Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-08T01:59:57.045Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T01:59:57.045Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:57.047Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:57.047Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066397045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T01:59:57.147Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:57.148Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:57.148Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:57.159Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:57.159Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T01:59:58.047Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8b396a3a-7d94-4b47-b786-3740ba0120b0
2021-09-08T01:59:58.048Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8360fed1-bbbb-4de8-a9e1-073595620dac ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2021-09-08T01:59:58.135Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:59:58.138Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ca5310b, org.onap.sdc.toscaparser.api.parameters.Input@55d7d658, org.onap.sdc.toscaparser.api.parameters.Input@da68151, org.onap.sdc.toscaparser.api.parameters.Input@a36572f, org.onap.sdc.toscaparser.api.parameters.Input@3f2e120b]
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ba655474-1a80-408a-ac7f-6358ef3794bd
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba655474-1a80-408a-ac7f-6358ef3794bd matches Tosca VF Customization UUID: ba655474-1a80-408a-ac7f-6358ef3794bd
2021-09-08T01:59:58.139Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ba655474-1a80-408a-ac7f-6358ef3794bd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T01:59:58.141Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.141Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ba655474-1a80-408a-ac7f-6358ef3794bd: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@558264ca
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4a9416b1-fd4b-43c0-92ae-40b4932f1fd8
2021-09-08T01:59:58.142Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4a9416b1-fd4b-43c0-92ae-40b4932f1fd8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T01:59:58.144Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.144Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-09-08T01:59:58.145Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a4e90fec-f0d2-474a-bc5b-23a724044821
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T01:59:58.147Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.147Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:58.148Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T01:59:58.148Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.148Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-09-08T01:59:58.148Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ba655474-1a80-408a-ac7f-6358ef3794bd
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T01:59:58.150Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.150Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.150Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8b396a3a-7d94-4b47-b786-3740ba0120b0: basic_cnf
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.151Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.152Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.152Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.152Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T01:59:58.152Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T01:59:58.152Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T01:59:58.215Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8360fed1-bbbb-4de8-a9e1-073595620dac 1 ASDC deployResourceStructure
2021-09-08T01:59:58.216Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-09-08T01:59:58.216Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-09-08T01:59:58.216Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-08T01:59:58.217Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:58.219Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:58.219Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066398216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-08T01:59:58.319Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:58.320Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:58.320Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:58.330Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:58.331Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-08T01:59:59.220Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-09-08T01:59:59.220Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-09-08T01:59:59.220Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-09-08T01:59:59.221Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T01:59:59.223Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T01:59:59.223Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066399220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-08T01:59:59.323Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T01:59:59.324Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T01:59:59.324Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T01:59:59.336Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T01:59:59.336Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:00:00.223Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-09-08T02:00:00.224Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-09-08T02:00:00.224Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:00:00.224Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:00:00.226Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:00:00.226Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066400223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:00:00.326Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:00:00.327Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:00:00.327Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:00:00.337Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:00:00.338Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:00:01.226Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-09-08T02:00:01.227Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-09-08T02:00:01.227Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:00:01.227Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:00:01.229Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:00:01.229Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066401226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:00:01.330Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:00:01.330Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:00:01.330Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:00:01.341Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:00:01.341Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-08T02:00:02.230Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-09-08T02:00:02.230Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-09-08T02:00:02.231Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:00:02.231Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:00:02.233Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:00:02.233Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066402230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-08T02:00:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:00:02.264Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:00:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:00:02.286Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:00:02.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-09-08T02:00:02.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:00:02.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:00:02.333Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:00:02.334Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:00:02.334Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:00:02.344Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:00:02.344Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:00:03.234Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-09-08T02:00:03.234Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-09-08T02:00:03.234Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:00:03.235Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:00:03.237Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:00:03.237Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066403233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:00:03.337Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:00:03.338Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:00:03.338Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:00:03.355Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:00:03.356Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:00:04.237Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:00:04.247Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:00:04.249Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:00:04.250Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T02:00:04.250Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T02:00:34.250Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:00:34.259Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:00:34.261Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:00:34.261Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T02:00:34.261Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T02:01:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:01:02.265Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:01:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:01:02.292Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:02.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066282332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.300Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T02:01:02.300Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T02:01:02.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066282372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.307Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066283337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.309Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066283375,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.312Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T02:01:02.313Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066276366,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066284974,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066277555,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066266371,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066278355,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066286885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "clamp",
  "timestamp": 1631066287888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.330Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T02:01:02.330Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066288783,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066289079,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066289786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.339Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "cds",
  "timestamp": 1631066290087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.348Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.348Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066290247,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066290565,
  "artifactURL": "/sdc/v1/catalog/services/2a310b52-46b0-4aff-ab9b-884499a449be/resourceInstances/basicclamp0/artifacts/7f72c06c-6061-4f03-b520-3dd186e93ae5",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "policy-id",
  "timestamp": 1631066290789,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.360Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "aai-ml",
  "timestamp": 1631066291250,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.370Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5161599e-4521-491d-9b54-941f122c251c
2021-09-08T02:01:02.370Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5161599e-4521-491d-9b54-941f122c251c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066266053,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066270134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066291864,
  "artifactURL": "/sdc/v1/catalog/services/2a310b52-46b0-4aff-ab9b-884499a449be/resourceInstances/basicclamp0/artifacts/7f72c06c-6061-4f03-b520-3dd186e93ae5",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "dcae-sch",
  "timestamp": 1631066292867,
  "artifactURL": "/sdc/v1/catalog/services/2a310b52-46b0-4aff-ab9b-884499a449be/resourceInstances/basicclamp0/artifacts/7f72c06c-6061-4f03-b520-3dd186e93ae5",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.382Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.382Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066293345,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066293541,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066294960,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066295593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066296569,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066296596,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.399Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.399Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066297589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.409Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.409Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-09-08T02:01:02.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066298593,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066271346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066300704,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066293252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066308246,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "aai-ml",
  "timestamp": 1631066309249,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.421Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.421Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066309881,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066310884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066314956,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066315958,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "clamp",
  "timestamp": 1631066316961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:02.433Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4098d10c-e239-4dcf-8a9f-6612d04f70a9
2021-09-08T02:01:02.433Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:02.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-08T02:01:02.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:02.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:01:04.261Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:01:04.271Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5161599e-4521-491d-9b54-941f122c251c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:04.273Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:04.278Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T02:01:34.278Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5161599e-4521-491d-9b54-941f122c251c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T02:01:34.284Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5161599e-4521-491d-9b54-941f122c251c and serviceModelVersionId: 8b396a3a-7d94-4b47-b786-3740ba0120b0
2021-09-08T02:01:34.284Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6b174d5-17e4-43a7-a949-83f26083e4ce
2021-09-08T02:01:34.285Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0
2021-09-08T02:01:34.291Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T02:01:34.315Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|INFO|500||Invoke
2021-09-08T02:01:34.316Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5161599e-4521-491d-9b54-941f122c251c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6ec4ddbc-a705-4646-b5f1-e3716f00a6ec], X-ECOMP-RequestID=[5161599e-4521-491d-9b54-941f122c251c], X-TransactionId=[], X-ONAP-RequestID=[5161599e-4521-491d-9b54-941f122c251c], Content-Type=[application/merge-patch+json]}
2021-09-08T02:01:34.330Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T02:01:34.474Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-02:01:34:337-43790], vertex-id=[213152], Content-Length=[0], Date=[Wed, 08 Sep 2021 02:01:34 GMT], Content-Type=[application/json]}
2021-09-08T02:01:34.474Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T02:01:34.475Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d6b174d5-17e4-43a7-a949-83f26083e4ce/model-vers/model-ver/8b396a3a-7d94-4b47-b786-3740ba0120b0?depth=0|INFO|500||InvokeReturn
2021-09-08T02:01:34.475Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T02:01:34.475Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:01:34.479Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T02:01:34.479Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5161599e-4521-491d-9b54-941f122c251c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T02:01:34.479Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T02:01:34.480Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:34.481Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:34.481Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066494479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:01:34.582Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:34.582Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:34.583Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:34.596Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:34.597Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:01:35.491Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T02:01:35.491Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4098d10c-e239-4dcf-8a9f-6612d04f70a9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2a310b52-46b0-4aff-ab9b-884499a449be","serviceDescription":"service","serviceInvariantUUID":"9f799aba-1977-47f4-a44e-97e105ef3cc5","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"58d46ad6-0dae-4bc4-855a-471a00858c1a","resourceInvariantUUID":"02069b9f-c6f2-4fc5-8e8d-08a2bebe8871","resourceCustomizationUUID":"ca79ca47-6d26-43e7-827e-bead7b14ea96","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"ZjQzNWQ3MzVhMTlhYjlmYmVmYjJjZGQwZjg1NTgwNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7f72c06c-6061-4f03-b520-3dd186e93ae5","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":"MzFmMDNmMTljMGJkZjk1NDVjYWQzM2VkZjhlMDU2MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84ee829c-6025-4a62-8bb7-928db135fb27","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":"NTM3MWUyYTY3YmZmOGY5MGMyN2NiM2E3MTY5NWJmZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fabd47c-92ba-4115-b5a6-210791189ca8","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":"42830fa4-51cb-4217-b13e-72e0620e5c9f","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":"50da4f1f-7232-4d34-83f6-4b8b0bbafd23","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":"67515bdc-1f63-4379-8ad3-1be1235ea581","artifactVersion":"2","generatedFromUUID":"42830fa4-51cb-4217-b13e-72e0620e5c9f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzE3M2JlYjNmMmQ0ODQ4NWI3YWMwYjgwN2Q2N2JjYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"631a43e9-85b0-490b-8ade-26381da9051e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTE3NTc5YjNjM2NkNWJjMjJjZTNhNDAwNTA4Yzc3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82601c20-4674-4093-be39-f568e917d5f1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T02:01:35.492Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:35.492Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:35.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:35.494Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:35.594Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:35.595Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:35.595Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:35.605Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:35.605Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:36.495Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:36.496Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:36.498Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:36.498Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:36.598Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:36.599Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:36.599Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:36.611Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:36.612Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:37.498Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:37.499Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:37.501Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:37.501Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T02:01:37.602Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:37.602Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:37.603Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:37.615Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:37.615Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-08T02:01:38.502Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:38.502Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:38.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:38.504Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:01:38.604Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:38.605Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:38.605Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:38.615Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:38.615Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:39.505Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:39.505Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:39.507Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:39.507Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:39.607Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:39.608Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:39.608Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:39.619Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:39.619Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:40.508Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:40.508Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:40.510Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:40.510Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T02:01:40.611Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:40.611Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:40.611Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:40.624Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:40.624Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:41.511Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:41.512Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:41.514Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:41.514Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:01:41.614Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:41.615Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:41.615Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:41.628Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:41.628Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:42.515Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:01:42.515Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:42.517Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:42.518Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:01:42.618Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:42.618Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:42.619Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:42.630Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:42.630Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:43.518Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "2a310b52-46b0-4aff-ab9b-884499a449be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9f799aba-1977-47f4-a44e-97e105ef3cc5",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "ca79ca47-6d26-43e7-827e-bead7b14ea96",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "58d46ad6-0dae-4bc4-855a-471a00858c1a",
      "resourceInvariantUUID": "02069b9f-c6f2-4fc5-8e8d-08a2bebe8871",
      "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": "NTM3MWUyYTY3YmZmOGY5MGMyN2NiM2E3MTY5NWJmZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9fabd47c-92ba-4115-b5a6-210791189ca8",
          "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": "42830fa4-51cb-4217-b13e-72e0620e5c9f",
          "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": "67515bdc-1f63-4379-8ad3-1be1235ea581",
            "generatedFromUUID": "42830fa4-51cb-4217-b13e-72e0620e5c9f"
          },
          "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": "67515bdc-1f63-4379-8ad3-1be1235ea581",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTE3NTc5YjNjM2NkNWJjMjJjZTNhNDAwNTA4Yzc3Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "82601c20-4674-4093-be39-f568e917d5f1"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T02:01:43.519Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T02:01:43.519Z|5161599e-4521-491d-9b54-941f122c251c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a310b52-46b0-4aff-ab9b-884499a449be ASDC
2021-09-08T02:01:43.519Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4098d10c-e239-4dcf-8a9f-6612d04f70a9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2a310b52-46b0-4aff-ab9b-884499a449be
ServiceInvariantUUID:9f799aba-1977-47f4-a44e-97e105ef3cc5
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:82601c20-4674-4093-be39-f568e917d5f1
ArtifactChecksum:ZTE3NTc5YjNjM2NkNWJjMjJjZTNhNDAwNTA4Yzc3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:ca79ca47-6d26-43e7-827e-bead7b14ea96
ResourceInvariantUUID:02069b9f-c6f2-4fc5-8e8d-08a2bebe8871
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:58d46ad6-0dae-4bc4-855a-471a00858c1a
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:9fabd47c-92ba-4115-b5a6-210791189ca8
ArtifactChecksum:NTM3MWUyYTY3YmZmOGY5MGMyN2NiM2E3MTY5NWJmZmM=
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:42830fa4-51cb-4217-b13e-72e0620e5c9f
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:67515bdc-1f63-4379-8ad3-1be1235ea581
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:67515bdc-1f63-4379-8ad3-1be1235ea581
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-09-08T02:01:43.519Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a310b52-46b0-4aff-ab9b-884499a449be ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:01:43.545Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:01:43.545Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:01:43.545Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:01:43.546Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 82601c20-4674-4093-be39-f568e917d5f1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-08T02:01:43.546Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T02:01:43.546Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-08T02:01:44.039Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T02:01:44.043Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 82601c20-4674-4093-be39-f568e917d5f1 73383
2021-09-08T02:01:44.043Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-08T02:01:44.043Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-08T02:01:44.043Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:01:44.043Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:44.045Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:44.045Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066504043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:44.145Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:44.146Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:44.146Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:44.159Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:44.159Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:45.046Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:01:45.052Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:01:45.052Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 82601c20-4674-4093-be39-f568e917d5f1, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:45.052Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-09-08T02:01:45.053Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:45.053Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:45.148Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3936343791967328003/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.071Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.072Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.073Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-08T02:01:46.074Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f201b53c-cc27-4e64-aa86-2b6a0b7a9882
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:46.075Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2a310b52-46b0-4aff-ab9b-884499a449be
Model Version:NULL
Model InvariantUuid:9f799aba-1977-47f4-a44e-97e105ef3cc5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f0332134-cbd7-44e4-bec8-8584d6523723
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:02069b9f-c6f2-4fc5-8e8d-08a2bebe8871
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca79ca47-6d26-43e7-827e-bead7b14ea96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0da5b24b-fffd-4345-9e4e-91f9f66a95ba
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b78ed6bf-1bf0-422e-86e2-a3c1963dcdf9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f201b53c-cc27-4e64-aa86-2b6a0b7a9882
ModelInvariantUuid:6b41dd35-3314-4051-af67-4c64bc1f2431
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fff2fca4-e84d-4d15-a04e-7b4c7a003f52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f0edb74b-869f-4aec-9763-2fd55229368f
ModelInvariantUuid:22d5ee8a-7978-49f1-a906-b4df4912b80f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:37373f7a-4caf-4a47-a074-ee0995422055
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T02:01:46.081Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 58d46ad6-0dae-4bc4-855a-471a00858c1a
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:01:46.083Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||basicclamp 0
2021-09-08T02:01:46.083Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 58d46ad6-0dae-4bc4-855a-471a00858c1a
2021-09-08T02:01:46.083Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9fabd47c-92ba-4115-b5a6-210791189ca8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-08T02:01:46.083Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T02:01:46.083Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-08T02:01:47.280Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T02:01:47.280Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9fabd47c-92ba-4115-b5a6-210791189ca8 790
2021-09-08T02:01:47.280Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-08T02:01:47.281Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-08T02:01:47.281Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:01:47.281Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:47.283Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:47.283Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066507280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:47.383Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:47.384Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:47.384Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:47.394Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:47.395Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:48.284Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0da5b24b-fffd-4345-9e4e-91f9f66a95ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b78ed6bf-1bf0-422e-86e2-a3c1963dcdf9",
    "vfModuleModelCustomizationUUID": "14d307c3-5e14-4b1c-8061-e9946706faef",
    "isBase": true,
    "artifacts": [
      "42830fa4-51cb-4217-b13e-72e0620e5c9f",
      "67515bdc-1f63-4379-8ad3-1be1235ea581"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T02:01:48.287Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78ed6bf-1bf0-422e-86e2-a3c1963dcdf9
VfModuleModelInvariantUUID:0da5b24b-fffd-4345-9e4e-91f9f66a95ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
42830fa4-51cb-4217-b13e-72e0620e5c9f
,
67515bdc-1f63-4379-8ad3-1be1235ea581

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

isBase:true


}

2021-09-08T02:01:48.289Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "0da5b24b-fffd-4345-9e4e-91f9f66a95ba",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b78ed6bf-1bf0-422e-86e2-a3c1963dcdf9",
    "vfModuleModelCustomizationUUID": "14d307c3-5e14-4b1c-8061-e9946706faef",
    "isBase": true,
    "artifacts": [
      "42830fa4-51cb-4217-b13e-72e0620e5c9f",
      "67515bdc-1f63-4379-8ad3-1be1235ea581"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-09-08T02:01:48.289Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b78ed6bf-1bf0-422e-86e2-a3c1963dcdf9
VfModuleModelInvariantUUID:0da5b24b-fffd-4345-9e4e-91f9f66a95ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
42830fa4-51cb-4217-b13e-72e0620e5c9f
,
67515bdc-1f63-4379-8ad3-1be1235ea581

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

isBase:true


}

2021-09-08T02:01:48.290Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 42830fa4-51cb-4217-b13e-72e0620e5c9f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-08T02:01:48.290Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T02:01:48.290Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-08T02:01:49.159Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T02:01:49.159Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 42830fa4-51cb-4217-b13e-72e0620e5c9f 5033
2021-09-08T02:01:49.159Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-08T02:01:49.159Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-08T02:01:49.160Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:01:49.160Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:49.162Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:49.162Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066509159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:49.262Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:49.263Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:49.263Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:49.275Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:49.275Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:50.162Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 67515bdc-1f63-4379-8ad3-1be1235ea581 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-08T02:01:50.163Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T02:01:50.163Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-08T02:01:50.379Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T02:01:50.380Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 67515bdc-1f63-4379-8ad3-1be1235ea581 909
2021-09-08T02:01:50.380Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-08T02:01:50.380Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-08T02:01:50.380Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:01:50.380Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:50.382Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:50.382Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066510380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:01:50.482Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:50.483Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:50.483Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:50.495Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:50.496Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:51.383Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2a310b52-46b0-4aff-ab9b-884499a449be
2021-09-08T02:01:51.383Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 58d46ad6-0dae-4bc4-855a-471a00858c1a ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:01:51.395Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a443b6b, org.onap.sdc.toscaparser.api.parameters.Input@65600781, org.onap.sdc.toscaparser.api.parameters.Input@466f57ae, org.onap.sdc.toscaparser.api.parameters.Input@32d2284b, org.onap.sdc.toscaparser.api.parameters.Input@7906c219]
2021-09-08T02:01:51.396Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.396Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.397Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2021-09-08T02:01:51.397Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ca79ca47-6d26-43e7-827e-bead7b14ea96
2021-09-08T02:01:51.397Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca79ca47-6d26-43e7-827e-bead7b14ea96 matches Tosca VF Customization UUID: ca79ca47-6d26-43e7-827e-bead7b14ea96
2021-09-08T02:01:51.397Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ca79ca47-6d26-43e7-827e-bead7b14ea96  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-08T02:01:51.398Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.398Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.399Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ca79ca47-6d26-43e7-827e-bead7b14ea96: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-09-08T02:01:51.399Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e29c98
2021-09-08T02:01:51.399Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.399Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-08T02:01:51.400Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 14d307c3-5e14-4b1c-8061-e9946706faef
2021-09-08T02:01:51.400Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 14d307c3-5e14-4b1c-8061-e9946706faef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-08T02:01:51.401Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.401Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.402Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-09-08T02:01:51.403Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-08T02:01:51.403Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-08T02:01:51.403Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f201b53c-cc27-4e64-aa86-2b6a0b7a9882
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-09-08T02:01:51.405Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=ca79ca47-6d26-43e7-827e-bead7b14ea96
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:01:51.406Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2a310b52-46b0-4aff-ab9b-884499a449be: basicclamp
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.407Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.408Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.408Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:01:51.408Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:01:51.408Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:01:51.465Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 58d46ad6-0dae-4bc4-855a-471a00858c1a 1 ASDC deployResourceStructure
2021-09-08T02:01:51.465Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-09-08T02:01:51.465Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-09-08T02:01:51.465Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:01:51.465Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:51.467Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:51.467Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066511465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:51.567Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:51.568Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:51.568Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:51.578Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:51.578Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:52.468Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-08T02:01:52.469Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-09-08T02:01:52.469Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:01:52.469Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:52.471Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:52.471Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066512468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:52.571Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:52.572Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:52.572Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:52.583Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:52.584Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:53.472Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-08T02:01:53.472Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-09-08T02:01:53.473Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:01:53.473Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:53.475Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:53.475Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066513472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:53.575Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:53.576Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:53.576Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:53.589Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:53.589Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:54.476Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-09-08T02:01:54.477Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-09-08T02:01:54.477Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:01:54.477Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:01:54.479Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:01:54.479Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066514476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:01:54.580Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:01:54.580Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:01:54.580Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:01:54.592Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:01:54.593Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:01:55.480Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4098d10c-e239-4dcf-8a9f-6612d04f70a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:01:55.491Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4098d10c-e239-4dcf-8a9f-6612d04f70a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:01:55.494Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:01:55.498Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T02:02:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:02:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:02:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:02:02.286Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:02.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066331346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066326371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066330134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "dcae-sch",
  "timestamp": 1631066336370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066344967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066345048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066345056,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066337555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066338355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "cds",
  "timestamp": 1631066346052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.302Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.302Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066346644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066347647,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:02.313Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.313Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066348058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066348581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066349076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066349584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066349849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066350078,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:02.324Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.324Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "policy-id",
  "timestamp": 1631066350586,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:02.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "aai-ml",
  "timestamp": 1631066350852,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:02.345Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.345Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066346053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066353252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066364887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066366894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "clamp",
  "timestamp": 1631066367897,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:02.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c1a3df78-8454-4e5c-b24b-385fce20253b
2021-09-08T02:02:02.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a3df78-8454-4e5c-b24b-385fce20253b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5b977e72-4a7c-4d9e-8c75-5acc6e5e8953",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066372744,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066388457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066390761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.366Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066392360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066393852,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066395653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066397045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:02.367Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066398216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066399220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066400223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066401226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:02.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:02:25.498Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T02:02:25.504Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and serviceModelVersionId: 2a310b52-46b0-4aff-ab9b-884499a449be
2021-09-08T02:02:25.504Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f799aba-1977-47f4-a44e-97e105ef3cc5
2021-09-08T02:02:25.505Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0
2021-09-08T02:02:25.509Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T02:02:25.529Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|INFO|500||Invoke
2021-09-08T02:02:25.530Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4098d10c-e239-4dcf-8a9f-6612d04f70a9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd083f2e-92d0-4214-842e-39ea9c5218bf], X-ECOMP-RequestID=[4098d10c-e239-4dcf-8a9f-6612d04f70a9], X-TransactionId=[], X-ONAP-RequestID=[4098d10c-e239-4dcf-8a9f-6612d04f70a9], Content-Type=[application/merge-patch+json]}
2021-09-08T02:02:25.545Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T02:02:25.837Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-02:02:25:551-77740], vertex-id=[266240], Content-Length=[0], Date=[Wed, 08 Sep 2021 02:02:25 GMT], Content-Type=[application/json]}
2021-09-08T02:02:25.838Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T02:02:25.838Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9f799aba-1977-47f4-a44e-97e105ef3cc5/model-vers/model-ver/2a310b52-46b0-4aff-ab9b-884499a449be?depth=0|INFO|500||InvokeReturn
2021-09-08T02:02:25.839Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T02:02:25.839Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:02:25.842Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T02:02:25.842Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4098d10c-e239-4dcf-8a9f-6612d04f70a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T02:02:25.842Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T02:02:25.843Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:25.844Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:25.844Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066545842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:02:25.945Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T02:02:25.945Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-09-08T02:02:25.946Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:25.961Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:25.962Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:02:26.857Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-08T02:02:26.857Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1a3df78-8454-4e5c-b24b-385fce20253b","serviceName":"Demo_pNF_SqiCDaalwop9XoDFlgQJ","serviceVersion":"1.0","serviceUUID":"77532735-160e-47e4-9f1e-eeeb7cc89281","serviceDescription":"catalog service description","serviceInvariantUUID":"71a1f904-5526-44a0-881b-b15496741b56","resources":[{"resourceInstanceName":"pNF 8cdd1437-98f5 0","resourceName":"pNF 8cdd1437-98f5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"46521bf8-b6a3-419e-af82-6c483cec0a49","resourceInvariantUUID":"1fca493f-803f-470d-b98e-004f77f190d8","resourceCustomizationUUID":"a213a8b0-44b1-4d5c-ab53-9543998e9a58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml","artifactChecksum":"YWExMzY3MjI4ODk3ODNlYTllMmI2MWIyNWM2ZDAxNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06175e15-6364-40b1-a2e1-1bbff1c48db5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar","artifactChecksum":"N2YzOGVhZDU2NmJkYjc1YmUzMGI2NTRjN2NhYWE2MDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5cd8922-831e-4d0b-85b5-343c100ee802","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2ffca1a-1c7c-4711-b395-202633398da5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml","artifactChecksum":"NTIwMTQ1NTQ4MjllYzlkYTc2MzYwOTVkY2Q1MGM2MjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ac1b0e6-6396-4593-9864-80e461a2c743","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9c8198f8-2fe4-4b73-9c09-eadd19e0002f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de4e2d0c-2f05-4c27-8183-c7f9766e8661","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSqicdaalwop9xodflgqj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml","artifactChecksum":"ZmU1YzUxMjA3ODljMDMxNDhlZWRiYmZmZjRkNmIxNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"387048d7-cefb-4d22-b272-ed86928ec7b1","artifactVersion":"1"},{"artifactName":"service-DemoPnfSqicdaalwop9xodflgqj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar","artifactChecksum":"ZDlhMTQ2MmI1MGNlNWFjMjI2MjY5NzliZDQ0YzBiMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"086d5c23-58f3-438e-83f6-7f13f2285edb","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T02:02:26.858Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:26.858Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:26.860Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:26.860Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:26.960Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:26.961Z||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.
2021-09-08T02:02:26.961Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:26.973Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:26.974Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:27.861Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:27.861Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:27.863Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:27.863Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:27.964Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T02:02:27.965Z||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.
2021-09-08T02:02:27.965Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:27.978Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:27.978Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:28.864Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:28.865Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:28.868Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:28.868Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:28.968Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:28.969Z||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.
2021-09-08T02:02:28.969Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:28.982Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:28.982Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:29.868Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:29.869Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:29.871Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:29.871Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:29.971Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:29.972Z||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.
2021-09-08T02:02:29.972Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:29.983Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:29.983Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:30.871Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:30.872Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:30.874Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:30.874Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:30.974Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:30.975Z||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.
2021-09-08T02:02:30.975Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:30.987Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:30.987Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:31.874Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:31.875Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:31.877Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:31.877Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:31.977Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:31.978Z||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.
2021-09-08T02:02:31.978Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:31.990Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:31.990Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:32.878Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:32.878Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:32.881Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:32.881Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:02:32.981Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:32.982Z||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.
2021-09-08T02:02:32.982Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:32.994Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:32.994Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:33.881Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:02:33.882Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:33.884Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:33.884Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:02:33.984Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:33.985Z||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.
2021-09-08T02:02:33.985Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:33.997Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:33.997Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:34.885Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "serviceName": "Demo_pNF_SqiCDaalwop9XoDFlgQJ",
  "serviceVersion": "1.0",
  "serviceUUID": "77532735-160e-47e4-9f1e-eeeb7cc89281",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "71a1f904-5526-44a0-881b-b15496741b56",
  "resources": [
    {
      "resourceInstanceName": "pNF 8cdd1437-98f5 0",
      "resourceCustomizationUUID": "a213a8b0-44b1-4d5c-ab53-9543998e9a58",
      "resourceName": "pNF 8cdd1437-98f5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "46521bf8-b6a3-419e-af82-6c483cec0a49",
      "resourceInvariantUUID": "1fca493f-803f-470d-b98e-004f77f190d8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
      "artifactChecksum": "ZDlhMTQ2MmI1MGNlNWFjMjI2MjY5NzliZDQ0YzBiMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "086d5c23-58f3-438e-83f6-7f13f2285edb"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T02:02:34.886Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T02:02:34.886Z|4098d10c-e239-4dcf-8a9f-6612d04f70a9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77532735-160e-47e4-9f1e-eeeb7cc89281 ASDC
2021-09-08T02:02:34.886Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c1a3df78-8454-4e5c-b24b-385fce20253b
ServiceName:Demo_pNF_SqiCDaalwop9XoDFlgQJ
ServiceVersion:1.0
ServiceUUID:77532735-160e-47e4-9f1e-eeeb7cc89281
ServiceInvariantUUID:71a1f904-5526-44a0-881b-b15496741b56
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
ArtifactUUID:086d5c23-58f3-438e-83f6-7f13f2285edb
ArtifactChecksum:ZDlhMTQ2MmI1MGNlNWFjMjI2MjY5NzliZDQ0YzBiMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8cdd1437-98f5 0
ResourceCustomizationUUID:a213a8b0-44b1-4d5c-ab53-9543998e9a58
ResourceInvariantUUID:1fca493f-803f-470d-b98e-004f77f190d8
ResourceName:pNF 8cdd1437-98f5
ResourceType:PNF
ResourceUUID:46521bf8-b6a3-419e-af82-6c483cec0a49
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-08T02:02:34.886Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77532735-160e-47e4-9f1e-eeeb7cc89281 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:02:34.910Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:02:34.911Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:02:34.911Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:02:34.911Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 086d5c23-58f3-438e-83f6-7f13f2285edb from URL: /sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:34.911Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2021-09-08T02:02:34.912Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:35.260Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2021-09-08T02:02:35.264Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar 086d5c23-58f3-438e-83f6-7f13f2285edb 82529
2021-09-08T02:02:35.265Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar ASDC sendASDCNotification
2021-09-08T02:02:35.265Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:35.265Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:02:35.265Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:35.267Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:35.268Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066555265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:02:35.368Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:35.368Z||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.
2021-09-08T02:02:35.368Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:35.381Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:35.381Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:36.268Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:02:36.269Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2021-09-08T02:02:36.270Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 086d5c23-58f3-438e-83f6-7f13f2285edb, URL: /sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar to file: /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.270Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.271Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.271Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.392Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5114167389808376247/Definitions/service-DemoPnfSqicdaalwop9xodflgqj-template.yml
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.958Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8cdd1437-98f5 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-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||####################################################################################################
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Node template pNF 8cdd1437-98f5 0 is matching search criteria
2021-09-08T02:02:36.959Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8cdd1437-98f5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Node template pNF 8cdd1437-98f5 0 is matching search criteria
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 8cdd1437-98f5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.960Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.961Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SqiCDaalwop9XoDFlgQJ
Description:catalog service description
Model UUID:77532735-160e-47e4-9f1e-eeeb7cc89281
Model Version:NULL
Model InvariantUuid:71a1f904-5526-44a0-881b-b15496741b56
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T02:02:36.967Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 46521bf8-b6a3-419e-af82-6c483cec0a49
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:02:36.969Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||pNF 8cdd1437-98f5 0
2021-09-08T02:02:36.969Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 46521bf8-b6a3-419e-af82-6c483cec0a49
2021-09-08T02:02:36.969Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 77532735-160e-47e4-9f1e-eeeb7cc89281
2021-09-08T02:02:36.969Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 77532735-160e-47e4-9f1e-eeeb7cc89281
2021-09-08T02:02:36.970Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8cdd1437-98f5 0 46521bf8-b6a3-419e-af82-6c483cec0a49 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c54c138, org.onap.sdc.toscaparser.api.parameters.Input@3c90289c, org.onap.sdc.toscaparser.api.parameters.Input@4551490e, org.onap.sdc.toscaparser.api.parameters.Input@1295cc63, org.onap.sdc.toscaparser.api.parameters.Input@68328208]
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 77532735-160e-47e4-9f1e-eeeb7cc89281: pNF 8cdd1437-98f5
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Processing PNF resource: 46521bf8-b6a3-419e-af82-6c483cec0a49
2021-09-08T02:02:36.973Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:02:36.974Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_SqiCDaalwop9XoDFlgQJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:02:36.974Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||Resource customization UUID: a213a8b0-44b1-4d5c-ab53-9543998e9a58 is the same as notified resource customizationUUID: a213a8b0-44b1-4d5c-ab53-9543998e9a58
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-08T02:02:36.997Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8cdd1437-98f5 46521bf8-b6a3-419e-af82-6c483cec0a49 0 ASDC deployResourceStructure
2021-09-08T02:02:36.997Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar ASDC sendASDCNotification
2021-09-08T02:02:36.997Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar
2021-09-08T02:02:36.998Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:02:36.998Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:02:37.000Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:02:37.000Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066556997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:02:37.100Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:02:37.101Z||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.
2021-09-08T02:02:37.101Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:02:37.114Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:02:37.114Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:02:38.000Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a3df78-8454-4e5c-b24b-385fce20253b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:02:38.011Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a3df78-8454-4e5c-b24b-385fce20253b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:02:38.013Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:02:38.013Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T02:02:38.013Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T02:02:38.013Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:02:38.014Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:02:38.018Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T02:03:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:03:02.264Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:03:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:03:02.287Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:02.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066402230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-09-08T02:03:02.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066403233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:02.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-09-08T02:03:02.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:02.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:03:08.019Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1a3df78-8454-4e5c-b24b-385fce20253b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T02:03:08.023Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1a3df78-8454-4e5c-b24b-385fce20253b and serviceModelVersionId: 77532735-160e-47e4-9f1e-eeeb7cc89281
2021-09-08T02:03:08.023Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71a1f904-5526-44a0-881b-b15496741b56
2021-09-08T02:03:08.024Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0
2021-09-08T02:03:08.029Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T02:03:08.049Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|INFO|500||Invoke
2021-09-08T02:03:08.050Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1a3df78-8454-4e5c-b24b-385fce20253b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83996431-6d0b-4929-8da6-3c182b0731e4], X-ECOMP-RequestID=[c1a3df78-8454-4e5c-b24b-385fce20253b], X-TransactionId=[], X-ONAP-RequestID=[c1a3df78-8454-4e5c-b24b-385fce20253b], Content-Type=[application/merge-patch+json]}
2021-09-08T02:03:08.064Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T02:03:08.456Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210908-02:03:08:070-40181], vertex-id=[311536], Content-Length=[0], Date=[Wed, 08 Sep 2021 02:03:08 GMT], Content-Type=[application/json]}
2021-09-08T02:03:08.456Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T02:03:08.457Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71a1f904-5526-44a0-881b-b15496741b56/model-vers/model-ver/77532735-160e-47e4-9f1e-eeeb7cc89281?depth=0|INFO|500||InvokeReturn
2021-09-08T02:03:08.457Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T02:03:08.457Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:03:08.461Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-09-08T02:03:08.461Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1a3df78-8454-4e5c-b24b-385fce20253b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T02:03:08.461Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T02:03:08.462Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:08.463Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:08.463Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066588461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:03:08.564Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-08T02:03:08.564Z||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.
2021-09-08T02:03:08.565Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:08.576Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:08.576Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:03:09.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:03:09.475Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:03:09.475Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:03:13.771Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:13.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-09-08T02:03:13.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5f2722b-f3e7-4478-906c-7c089e3b01fa","serviceName":"Demo_pNF_UlztTc6Ozv0OM1m0JWJs","serviceVersion":"1.0","serviceUUID":"76395ced-416d-4692-8f09-3d488db67677","serviceDescription":"catalog service description","serviceInvariantUUID":"d206d4fe-2c77-45b0-8258-cb4906a49ecc","resources":[{"resourceInstanceName":"pNF 8e0f0853-4c69 0","resourceName":"pNF 8e0f0853-4c69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1177634c-a708-4cc5-a955-f5c95b0de517","resourceInvariantUUID":"e92199fd-a30b-40f6-99b1-6a4abda15bb1","resourceCustomizationUUID":"f74473a5-bd6e-4ad1-bbcd-b707832cb692","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml","artifactChecksum":"NDg3YjEwYWZhNzE3MTdjNmE5YmNhY2VmZjE1N2M4NzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c4d6e21-164f-43df-ad70-9e6baeefcceb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar","artifactChecksum":"N2YzOGVhZDU2NmJkYjc1YmUzMGI2NTRjN2NhYWE2MDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"225aa2dd-4ebd-4325-a3ef-f067e7a3e02e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98d91254-0783-4d52-85b3-46aac20ce90b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml","artifactChecksum":"ZDdmOGE0NzdiMmUwMTFhMWM1NjhkMzg0NzBiYjI1Zjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cdd31e80-1340-40cd-9588-2ffb212b03a5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20879604-da91-4ffd-bec1-a8a4e198cdf1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dc9f0da-6951-4d8b-85b8-20d99a1f30b0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml","artifactChecksum":"MzI5NTM1N2U3ZTZlZGY5Yzk5OWY2OWY1ODFkYWRjMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52064c4b-4732-4f00-8dce-ea147c32c2be","artifactVersion":"1"},{"artifactName":"service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar","artifactChecksum":"NjcyZmY0MTRkMWEzM2RkNGZhMzJiM2FiMDViYjFhNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"09a55c03-d11b-4a4a-bb54-2cb6f49acc6f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-08T02:03:13.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:13.773Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:13.775Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:13.775Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:13.875Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:13.876Z||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.
2021-09-08T02:03:13.876Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:13.887Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:13.887Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:14.775Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:14.776Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:14.778Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:14.778Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:14.879Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:14.879Z||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.
2021-09-08T02:03:14.879Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:14.892Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:14.892Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:15.779Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:15.780Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:15.782Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:15.782Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:15.882Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:15.883Z||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.
2021-09-08T02:03:15.883Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:15.895Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:15.895Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:16.782Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:16.783Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:16.785Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:16.785Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:16.886Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:16.886Z||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.
2021-09-08T02:03:16.887Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:16.898Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:16.898Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:17.786Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:17.786Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:17.788Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:17.788Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:17.888Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:17.889Z||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.
2021-09-08T02:03:17.890Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:17.902Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:17.902Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:18.789Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:18.790Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:18.791Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:18.792Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:18.892Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-08T02:03:18.892Z||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.
2021-09-08T02:03:18.892Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:18.903Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:18.904Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:19.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:19.793Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:19.795Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:19.795Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:03:19.895Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:19.896Z||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.
2021-09-08T02:03:19.896Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:19.907Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:19.908Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:20.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-08T02:03:20.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:20.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:20.798Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:03:20.898Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:20.899Z||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.
2021-09-08T02:03:20.899Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:20.910Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:20.910Z||pool-153-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:21.799Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "serviceName": "Demo_pNF_UlztTc6Ozv0OM1m0JWJs",
  "serviceVersion": "1.0",
  "serviceUUID": "76395ced-416d-4692-8f09-3d488db67677",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d206d4fe-2c77-45b0-8258-cb4906a49ecc",
  "resources": [
    {
      "resourceInstanceName": "pNF 8e0f0853-4c69 0",
      "resourceCustomizationUUID": "f74473a5-bd6e-4ad1-bbcd-b707832cb692",
      "resourceName": "pNF 8e0f0853-4c69",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1177634c-a708-4cc5-a955-f5c95b0de517",
      "resourceInvariantUUID": "e92199fd-a30b-40f6-99b1-6a4abda15bb1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
      "artifactChecksum": "NjcyZmY0MTRkMWEzM2RkNGZhMzJiM2FiMDViYjFhNTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "09a55c03-d11b-4a4a-bb54-2cb6f49acc6f"
    }
  ],
  "workloadContext": "Production"
}
2021-09-08T02:03:21.799Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-08T02:03:21.799Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 76395ced-416d-4692-8f09-3d488db67677 ASDC
2021-09-08T02:03:21.800Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f5f2722b-f3e7-4478-906c-7c089e3b01fa
ServiceName:Demo_pNF_UlztTc6Ozv0OM1m0JWJs
ServiceVersion:1.0
ServiceUUID:76395ced-416d-4692-8f09-3d488db67677
ServiceInvariantUUID:d206d4fe-2c77-45b0-8258-cb4906a49ecc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
ArtifactUUID:09a55c03-d11b-4a4a-bb54-2cb6f49acc6f
ArtifactChecksum:NjcyZmY0MTRkMWEzM2RkNGZhMzJiM2FiMDViYjFhNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8e0f0853-4c69 0
ResourceCustomizationUUID:f74473a5-bd6e-4ad1-bbcd-b707832cb692
ResourceInvariantUUID:e92199fd-a30b-40f6-99b1-6a4abda15bb1
ResourceName:pNF 8e0f0853-4c69
ResourceType:PNF
ResourceUUID:1177634c-a708-4cc5-a955-f5c95b0de517
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-09-08T02:03:21.800Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76395ced-416d-4692-8f09-3d488db67677 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:03:21.821Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:03:21.821Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-08T02:03:21.822Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-08T02:03:21.822Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 09a55c03-d11b-4a4a-bb54-2cb6f49acc6f from URL: /sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:21.822Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-09-08T02:03:21.822Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:22.060Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-09-08T02:03:22.065Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar 09a55c03-d11b-4a4a-bb54-2cb6f49acc6f 82533
2021-09-08T02:03:22.065Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar ASDC sendASDCNotification
2021-09-08T02:03:22.065Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:22.065Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-08T02:03:22.065Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:22.068Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:22.068Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066602065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:03:22.168Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:22.168Z||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.
2021-09-08T02:03:22.168Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:22.179Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:22.180Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:23.068Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-08T02:03:23.070Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-09-08T02:03:23.070Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 09a55c03-d11b-4a4a-bb54-2cb6f49acc6f, URL: /sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar to file: /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.070Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.071Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.071Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.153Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6818225764173434951/Definitions/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml
2021-09-08T02:03:23.731Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e0f0853-4c69 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-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Node template pNF 8e0f0853-4c69 0 is matching search criteria
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8e0f0853-4c69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.732Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Node template pNF 8e0f0853-4c69 0 is matching search criteria
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 8e0f0853-4c69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.733Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UlztTc6Ozv0OM1m0JWJs
Description:catalog service description
Model UUID:76395ced-416d-4692-8f09-3d488db67677
Model Version:NULL
Model InvariantUuid:d206d4fe-2c77-45b0-8258-cb4906a49ecc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-08T02:03:23.738Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1177634c-a708-4cc5-a955-f5c95b0de517
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:03:23.740Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||pNF 8e0f0853-4c69 0
2021-09-08T02:03:23.740Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1177634c-a708-4cc5-a955-f5c95b0de517
2021-09-08T02:03:23.740Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 76395ced-416d-4692-8f09-3d488db67677
2021-09-08T02:03:23.740Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 76395ced-416d-4692-8f09-3d488db67677
2021-09-08T02:03:23.740Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e0f0853-4c69 0 1177634c-a708-4cc5-a955-f5c95b0de517 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:03:23.743Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dc87ec9, org.onap.sdc.toscaparser.api.parameters.Input@143d0bda, org.onap.sdc.toscaparser.api.parameters.Input@67121c9e, org.onap.sdc.toscaparser.api.parameters.Input@29efea70, org.onap.sdc.toscaparser.api.parameters.Input@57afe7b2]
2021-09-08T02:03:23.743Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.743Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.743Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 76395ced-416d-4692-8f09-3d488db67677: pNF 8e0f0853-4c69
2021-09-08T02:03:23.744Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Processing PNF resource: 1177634c-a708-4cc5-a955-f5c95b0de517
2021-09-08T02:03:23.744Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-09-08T02:03:23.744Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UlztTc6Ozv0OM1m0JWJs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-08T02:03:23.744Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||Resource customization UUID: f74473a5-bd6e-4ad1-bbcd-b707832cb692 is the same as notified resource customizationUUID: f74473a5-bd6e-4ad1-bbcd-b707832cb692
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-09-08T02:03:23.766Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e0f0853-4c69 1177634c-a708-4cc5-a955-f5c95b0de517 0 ASDC deployResourceStructure
2021-09-08T02:03:23.767Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar ASDC sendASDCNotification
2021-09-08T02:03:23.767Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar
2021-09-08T02:03:23.767Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-08T02:03:23.767Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:03:23.769Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:03:23.769Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066603766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:03:23.869Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:03:23.870Z||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.
2021-09-08T02:03:23.870Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:03:23.882Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:03:23.882Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-08T02:03:24.769Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:03:24.779Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:03:24.782Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:03:24.782Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T02:03:24.782Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T02:03:54.782Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:03:54.792Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:03:54.794Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:03:54.794Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-08T02:03:54.794Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-08T02:04:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:04:02.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:04:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:04:02.288Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:04:02.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066457555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "dcae-sch",
  "timestamp": 1631066456366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066451346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066450134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066458355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066468461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066468484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066468485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066468477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066461371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066469495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066469480,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066470141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066470463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1631066470497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.300Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.300Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "policy-id",
  "timestamp": 1631066470483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.311Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.311Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1631066471144,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.322Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.322Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "cds",
  "timestamp": 1631066471468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.332Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.332Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066473039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1631066466053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "aai-ml",
  "timestamp": 1631066474042,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.344Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.344Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066473252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066493903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5161599e-4521-491d-9b54-941f122c251c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066494479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066494914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "clamp",
  "timestamp": 1631066495917,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-09-08T02:04:02.356Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5f2722b-f3e7-4478-906c-7c089e3b01fa
2021-09-08T02:04:02.356Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5f2722b-f3e7-4478-906c-7c089e3b01fa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-08T02:04:02.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066504043,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066507280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066509159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066510380,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066511465,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066512468,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066513472,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066514476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:04:02.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:04:24.794Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:04:24.805Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.807Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-09-08T02:04:24.808Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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=?
2021-09-08T02:04:24.811Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-08T02:04:54.812Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-09-08T02:04:54.817Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5f2722b-f3e7-4478-906c-7c089e3b01fa and serviceModelVersionId: 76395ced-416d-4692-8f09-3d488db67677
2021-09-08T02:04:54.817Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d206d4fe-2c77-45b0-8258-cb4906a49ecc
2021-09-08T02:04:54.817Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0
2021-09-08T02:04:54.823Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-09-08T02:04:54.842Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|INFO|500||Invoke
2021-09-08T02:04:54.843Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5f2722b-f3e7-4478-906c-7c089e3b01fa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3411a82e-7558-4125-b01c-dd8dda3a0eaf], X-ECOMP-RequestID=[f5f2722b-f3e7-4478-906c-7c089e3b01fa], X-TransactionId=[], X-ONAP-RequestID=[f5f2722b-f3e7-4478-906c-7c089e3b01fa], Content-Type=[application/merge-patch+json]}
2021-09-08T02:04:54.858Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-09-08T02:04:54.987Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210908-02:04:54:865-91376], vertex-id=[315632], Content-Length=[0], Date=[Wed, 08 Sep 2021 02:04:54 GMT], Content-Type=[application/json]}
2021-09-08T02:04:54.987Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-08T02:04:54.988Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d206d4fe-2c77-45b0-8258-cb4906a49ecc/model-vers/model-ver/76395ced-416d-4692-8f09-3d488db67677?depth=0|INFO|500||InvokeReturn
2021-09-08T02:04:54.988Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-08T02:04:54.988Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-08T02:04:54.992Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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)
2021-09-08T02:04:54.992Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5f2722b-f3e7-4478-906c-7c089e3b01fa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-08T02:04:54.992Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-08T02:04:54.992Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-09-08T02:04:54.993Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-08T02:04:54.994Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066694992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:04:55.094Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-08T02:04:55.095Z||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.
2021-09-08T02:04:55.095Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w42eEd0CBv835ZoP) ...
2021-09-08T02:04:55.108Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:04:55.109Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-09-08T02:04:56.003Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:04:56.004Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:04:56.004Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:02.264Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:02.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:02.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4098d10c-e239-4dcf-8a9f-6612d04f70a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066545842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:05:02.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:05:02.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/resourceInstances/pnf8cdd143798f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:05:02.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066373757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066555265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-08T02:05:02.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066556997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSqicdaalwop9xodflgqj/1.0/artifacts/service-DemoPnfSqicdaalwop9xodflgqj-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:05:02.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:05:05.545Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:05.546Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:05.546Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:05.546Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:15.085Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:15.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:15.086Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:15.086Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:24.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:24.626Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:24.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.
2021-09-08T02:05:24.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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:34.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:34.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:34.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:34.170Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:43.722Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:43.723Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:43.724Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:43.724Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:05:53.264Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:05:53.265Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:05:53.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:05:53.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:06:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:06:02.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:06:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:06:02.284Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:06:02.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c1a3df78-8454-4e5c-b24b-385fce20253b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066588461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:06:02.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:06:02.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/resourceInstances/pnf8e0f08534c690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-09-08T02:06:02.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066589474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "NOTIFIED"
}
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066602065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066603766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUlzttc6ozv0om1m0jwjs/1.0/artifacts/service-DemoPnfUlzttc6ozv0om1m0jwjs-csar.csar",
  "status": "DEPLOY_OK"
}
2021-09-08T02:06:02.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:06:02.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:06:02.811Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:06:02.811Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:06:02.811Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:06:12.346Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:06:12.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:06:12.347Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:06:12.347Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:06:21.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:06:21.888Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:06:21.888Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:06:21.888Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:06:31.430Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:07:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:07:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:07:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:07:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:07:02.264Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:07:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:07:02.786Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:07:02.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-09-08T02:07:02.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5f2722b-f3e7-4478-906c-7c089e3b01fa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1631066694992,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-08T02:07:02.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-08T02:07:11.810Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:08:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:08:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:08:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:08:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:08:02.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:08:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:08:11.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:08:11.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:09:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:09:02.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:09:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:09:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:09:02.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:09:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:09:11.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:09:11.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:10:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:10:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:10:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:10:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:10:02.264Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:10:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:10:11.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:10:11.806Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:11:02.263Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:11:02.264Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:11:02.265Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:11:02.265Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:11:02.265Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:11:02.265Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:11:11.813Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:11:11.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:12:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:12:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:12:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:12:02.263Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:12:02.263Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:12:02.264Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:12:11.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:12:11.809Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:13:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:13:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:13:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:13:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:13:02.263Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:13:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:13:11.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:13:11.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:14:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:14:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:14:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:14:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:14:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:14:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:14:11.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:14:11.807Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:15:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:15:02.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:15:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:15:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:15:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:15:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:15:11.813Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:15:11.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:16:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:16:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:16:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:16:02.263Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:16:02.263Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:16:02.263Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:16:11.806Z|f5f2722b-f3e7-4478-906c-7c089e3b01fa|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:16:11.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:17:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:17:02.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:17:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:17:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:17:02.263Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:17:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:17:11.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:17:11.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:18:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:18:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:18:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:18:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:18:02.263Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:18:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:18:11.805Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:18:11.807Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:19:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:19:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:19:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:19:02.263Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:19:02.263Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:19:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:19:11.809Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:19:11.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:20:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:20:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:20:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:20:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:20:02.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:20:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:20:11.808Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:20:11.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:21:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:21:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:21:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:21:02.263Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:21:02.263Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:21:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:21:11.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:21:11.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:22:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:22:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:22:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:22:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:22:02.264Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:22:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:22:11.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:22:11.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:23:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:23:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:23:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:23:02.263Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:23:02.263Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:23:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:23:11.804Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:23:11.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:24:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:24:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:24:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:24:02.263Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:24:02.263Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:24:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:24:11.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:24:11.807Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:25:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:25:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:25:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:25:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:25:02.264Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:25:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:25:11.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:25:11.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:26:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:26:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:26:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:26:02.263Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:26:02.263Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:26:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:26:11.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:26:11.808Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:27:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:27:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:27:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:27:02.263Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:27:02.263Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:27:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:27:11.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:27:11.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:28:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:28:02.263Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:28:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:28:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:28:02.264Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:28:02.264Z|c1a3df78-8454-4e5c-b24b-385fce20253b|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:28:11.808Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:28:11.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:29:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:29:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:29:02.263Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:29:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:29:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:29:02.263Z|c1a3df78-8454-4e5c-b24b-385fce20253b|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 w42eEd0CBv835ZoP) ...
2021-09-08T02:29:11.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:29:11.813Z|c1a3df78-8454-4e5c-b24b-385fce20253b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:30:02.262Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:30:02.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:30:02.262Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:30:02.263Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-08T02:30:02.263Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-08T02:30:02.264Z||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 w42eEd0CBv835ZoP) ...
2021-09-08T02:30:11.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:30:11.811Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-09-08T02:30:50.532Z||http-nio-8085-exec-10|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)